public
Fork of drnic/newgem
Description: newgem - New Gem Generator for RubyGems
Homepage: http://newgem.rubyforge.org
Clone URL: git://github.com/wycats/newgem.git
Search Repo:
Whoops.
wycats (author)
Mon May 12 11:06:04 -0700 2008
commit  36620f36a40aecc5486cb53d949ed5813e506b78
tree    12558b92a94680c4f331c4f137e54bb931d990ec
parent  7f757f8e52cc0be4f403272034ae5668ed649ba7
...
36
37
38
39
 
40
41
42
...
36
37
38
 
39
40
41
42
0
@@ -36,7 +36,7 @@ end
0
 
0
 desc "install the gem locally"
0
 task :install => [:package] do
0
- sh %{sudo gem install pkg/#{GEM}-#{VERSION}}
0
+ sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
0
 end
0
 
0
 desc "create a gemspec file"

Comments

    No one has commented yet.