Skip to content

Commit

Permalink
Merge commit 'v1.0.0.rc3'
Browse files Browse the repository at this point in the history
* commit 'v1.0.0.rc3':
  bumping to rc3
  • Loading branch information
tenderlove committed Dec 29, 2011
2 parents ddb6d67 + 8bc0661 commit b8c2c86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions journey.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = "journey"
s.version = "1.0.0.rc2.20111221114756"
s.version = "1.0.0.rc3.20111222185342"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Patterson"]
s.date = "2011-12-21"
s.date = "2011-12-23"
s.description = "Journey is a router. It routes requests."
s.email = ["aaron@tenderlovemaking.com"]
s.extra_rdoc_files = ["Manifest.txt", "CHANGELOG.rdoc", "README.rdoc"]
Expand Down
2 changes: 1 addition & 1 deletion lib/journey/router.rb
Expand Up @@ -17,7 +17,7 @@ class Router
class RoutingError < ::StandardError
end

VERSION = '1.0.0.rc2'
VERSION = '1.0.0.rc3'

class NullReq # :nodoc:
attr_reader :env
Expand Down

0 comments on commit b8c2c86

Please sign in to comment.