Skip to content

Commit

Permalink
Merge pull request #3 from samdunne/hotfix/update_gem_version
Browse files Browse the repository at this point in the history
Update to change Gemspec and also update version number
  • Loading branch information
samdunne committed Mar 7, 2013
2 parents 3db68c0 + e60d197 commit 56f0adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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 = "1.0.0"
VERSION = "1.1.0"
end
end
1 change: 0 additions & 1 deletion omniauth-gplus.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# encoding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth/gplus/version'
Expand Down

0 comments on commit 56f0adb

Please sign in to comment.