We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a351c7 commit dc3be99Copy full SHA for dc3be99
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- google_sign_in (0.1.4)
+ google_sign_in (1.0.0)
5
google-id-token (>= 1.4.0)
6
oauth2 (>= 1.4.0)
7
rails (>= 5.2.0)
google_sign_in.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'google_sign_in'
- s.version = '0.1.4'
- s.authors = 'David Heinemeier Hansson'
- s.email = 'david@basecamp.com'
+ s.version = '1.0.0'
+ s.authors = ['David Heinemeier Hansson', 'George Claghorn']
+ s.email = ['david@basecamp.com', 'george@basecamp.com']
s.summary = 'Sign in (or up) with Google for Rails applications'
s.homepage = 'https://github.com/basecamp/google_sign_in'
8
s.license = 'MIT'
0 commit comments