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

Commit

Permalink
cut the 0.5.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed May 29, 2012
1 parent a19251b commit f0af07d
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 Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
module Sinatra module Sinatra
module Auth module Auth
module Github module Github
VERSION = "0.5.1" VERSION = "0.5.2"
end end
end end
end end
2 changes: 1 addition & 1 deletion sinatra_auth_github.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "sinatra", "~>1.0" s.add_dependency "sinatra", "~>1.0"
s.add_dependency "yajl-ruby", "~>1.1" s.add_dependency "yajl-ruby", "~>1.1"
s.add_dependency "rest-client", "~>1.6.1" s.add_dependency "rest-client", "~>1.6.1"
s.add_dependency "warden-github", "~>0.4.2" s.add_dependency "warden-github", "~>0.4.3"


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

0 comments on commit f0af07d

Please sign in to comment.