Skip to content

Commit

Permalink
Version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed May 24, 2011
1 parent 8cd34b9 commit 8678023
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,13 @@ following two will suffice (but see the NOTE below).

The generated jar should be located here: target/jruby-rack-*.jar.

# Issues

Please use GitHub to file bugs, patches and pull requests.

- https://github.com/nicksieger/jruby-rack
- https://github.com/nicksieger/jruby-rack/issues

## Rails Step-by-step

This example shows how to create and deploy a simple Rails app using
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.rack</groupId>
<artifactId>jruby-rack</artifactId>
<version>1.0.9.dev</version>
<version>1.0.9</version>
<name>JRuby-Rack</name>
<url>http://github.com/nicksieger/jruby-rack/</url>
<description>
Expand All @@ -19,7 +19,7 @@
</description>

<properties>
<jruby.version>1.6.0</jruby.version>
<jruby.version>1.6.1</jruby.version>
</properties>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/ruby/jruby/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

module JRuby
module Rack
VERSION = "1.0.9.dev"
VERSION = "1.0.9"
end
end

0 comments on commit 8678023

Please sign in to comment.