Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
use the latest warden-github
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Dec 1, 2012
1 parent f402b2c commit 4f3c225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sinatra/auth/github/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Sinatra
module Auth
module Github
VERSION = "0.11.0"
VERSION = "0.12.0"
end
end
end
2 changes: 1 addition & 1 deletion sinatra_auth_github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "sinatra_auth_github"

s.add_dependency "sinatra", "~>1.0"
s.add_dependency "warden-github", "~>0.11.0"
s.add_dependency "warden-github", "~>0.12.0"

s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~>2.0.0"
Expand Down

0 comments on commit 4f3c225

Please sign in to comment.