Skip to content

Commit

Permalink
Pushed 2.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
samdunne committed May 12, 2014
1 parent 60f3b89 commit 6b79493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/gplus/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module GPlus
VERSION = '2.0.0.beta1'
VERSION = '2.0.0.beta2'
end
end
4 changes: 2 additions & 2 deletions omniauth-gplus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require 'omniauth/gplus/version'
Gem::Specification.new do |s|
s.name = 'omniauth-gplus'
s.version = OmniAuth::GPlus::VERSION
s.authors = %w(Kurtis Rainbolt-Greene Sam Dunne)
s.email = %w(me@kurtisrainboltgreene.name sam@sam-dunne.com)
s.authors = %w(Sam Dunne Kurtis Rainbolt-Greene )
s.email = %w(sam@sam-dunne.com me@kurtisrainboltgreene.name)
s.summary = 'A Google+ OAuth2 solution for Omniauth'
s.description = s.summary
s.homepage = 'http://samdunne.github.com/omniauth-gplus'
Expand Down

0 comments on commit 6b79493

Please sign in to comment.