Changeset 1024

Show
Ignore:
Timestamp:
11/18/07 12:52:38 (1 year ago)
Author:
has.s..@gmail.com
Message:

Fixed a bug in the rakefile of merb_helpers to bring it inline with the GEM_VERSION change

Files:

Legend:

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

    r1009 r1024  
    3333 
    3434task :install => [:package] do 
    35   sh %{sudo gem install pkg/#{NAME}-#{VERSION}} 
     35  sh %{sudo gem install pkg/#{NAME}-#{GEM_VERSION}} 
    3636end