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
-
Michael Klishin (antares) May 19th, 2008 @ 04:20 PM
What you generated, how and what problem it introduces?
-

Max May 19th, 2008 @ 04:25 PM
Performing the change suggested in the original post remedies this error.
-
Michael Klishin (antares) May 19th, 2008 @ 04:34 PM
- → Assigned user changed from to Michael Klishin (antares)
- → State changed from new to open
- → Milestone changed from to 1.0
Wrap it into patch with git-format-patch. Thank you.
-

Max May 21st, 2008 @ 11:50 AM
- no changes were found...
-
Michael Klishin (antares) August 15th, 2008 @ 04:26 PM
- → State changed from open to resolved
- → Tag changed from to generator merb-gen patch rakefile
This is fixed in new merb-gen.
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 »
