Changeset 880

Show
Ignore:
Timestamp:
11/06/07 15:58:03 (1 year ago)
Author:
iv..@gweezlebur.com
Message:

fix generator and plugin issues w/ rename

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/merb_active_record/Rakefile

    r877 r880  
    22require 'rake/gempackagetask' 
    33 
    4 PLUGIN = "merb_active_record" 
    5 NAME = "merb_active_record" 
     4PLUGIN = "merb_activerecord" 
     5NAME = "merb_activerecord" 
    66VERSION = "0.4.2" 
    77AUTHOR = "Duane Johnson" 
    88EMAIL = "canadaduane@gmail.com" 
    9 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_active_record/
     9HOMEPAGE = "http://merbivore.com
    1010SUMMARY = "Merb plugin that provides ActiveRecord support for Merb" 
    1111 
     
    2424  s.require_path = 'lib' 
    2525  s.autorequire = PLUGIN 
    26   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs,active_record_generators}/**/*") 
     26  s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs,activerecord_generators}/**/*") 
    2727end 
    2828