Skip to content

Commit

Permalink
be more loose about rack restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jan 7, 2012
1 parent 0d66eb8 commit dd447e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/warden-github/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Warden
module Github
VERSION = "0.2.1"
VERSION = "0.2.2"
end
end
2 changes: 1 addition & 1 deletion warden-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "warden", "~>1.0.4"
s.add_dependency "oauth2", "~>0.5.2"

s.add_development_dependency "rack", "~>1.3.0"
s.add_development_dependency "rack"
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~>1.3.0"
s.add_development_dependency "webrat"
Expand Down

0 comments on commit dd447e7

Please sign in to comment.