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

Commit

Permalink
support single sign out atmos/warden-github#46
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Feb 18, 2015
1 parent d15b0af commit 5f74ee0
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 = "1.1.0"
VERSION = "1.2.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 @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "sinatra_auth_github"

s.add_dependency "sinatra", "~>1.0"
s.add_dependency "warden-github", "~>1.1.0"
s.add_dependency "warden-github", "~>1.2.0"

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

0 comments on commit 5f74ee0

Please sign in to comment.