[JIRA] Updated: (JRUBY_RACK-19) Add a jruby-rack gem for finding the jar file
- From: "calavera (JIRA)" <jira-no-reply@kenai.com>
- To: issues@jruby-rack.kenai.com
- Subject: [JIRA] Updated: (JRUBY_RACK-19) Add a jruby-rack gem for finding the jar file
- Date: Fri, 19 Mar 2010 11:23:16 +0000 (GMT+00:00)
[
http://kenai.com/jira/browse/JRUBY_RACK-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
calavera updated JRUBY_RACK-19:
-------------------------------
Attachment: JRUBY_RACK-19.patch
This patch adds the tasks needed to create a gem. It's using jeweler so it
should be pretty easy to upload the built gem to gemcutter. To calculate the
gem version number it takes JRuby::Rack::VERSION and removes the "SNAPSHOT"
key if it's present.
Steps to build and release the gem:
rake gem:build gem:jeweler:release
> Add a jruby-rack gem for finding the jar file
> ---------------------------------------------
>
> Key: JRUBY_RACK-19
> URL: http://kenai.com/jira/browse/JRUBY_RACK-19
> Project: jruby-rack
> Issue Type: New Feature
> Reporter: ribrdb
> Attachments: JRUBY_RACK-19.patch
>
>
> It'd be nice to have a gem so that tools other than warbler can easily find
> the jar file.
> I imagine jruby-rack.rb would be something like this:
> module JRuby::Rack
> VERSION = '0.9.4'
> JAR_FILE =
> File.expand_path("#{File.dirname(__FILE__)}/jruby-rack-#{VERSION}.jar")
> end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://kenai.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
[JIRA] Updated: (JRUBY_RACK-19) Add a jruby-rack gem for finding the jar file |
calavera (JIRA) | 03/19/2010 |





