#141 √ resolved
Max

merb-gen plugin - Rakefile+gem-version

Reported by Max | May 19th, 2008 @ 04:06 PM | in 1.0

I'd fix this myself, but I don't really have all the testing facilities to do so. In the automatically generated Rakefile for a new plugin, line 39 reads

sh %{sudo gem install pkg/#{NAME}-#{VERSION} --no-update-sources}

when it seems like it should be

sh %{sudo gem install pkg/#{NAME}-#{GEM_VERSION} --no-update-sources}

Additionally, line 51 reads

sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}

which looks like it suffers from the same problem, but I don't know how to test/fix it. Comments?

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket