Skip to content

Commit

Permalink
bumping to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Feb 22, 2012
1 parent a0df933 commit 6c04584
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.2.20120220091328"
s.version = "1.0.3.20120222115248"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Patterson"]
s.date = "2012-02-20"
s.date = "2012-02-22"
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.2'
VERSION = '1.0.3'

class NullReq # :nodoc:
attr_reader :env
Expand Down

0 comments on commit 6c04584

Please sign in to comment.