Skip to content

Commit dc3be99

Browse files
v1.0.0
1 parent 6a351c7 commit dc3be99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
google_sign_in (0.1.4)
4+
google_sign_in (1.0.0)
55
google-id-token (>= 1.4.0)
66
oauth2 (>= 1.4.0)
77
rails (>= 5.2.0)

google_sign_in.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = 'google_sign_in'
3-
s.version = '0.1.4'
4-
s.authors = 'David Heinemeier Hansson'
5-
s.email = '[email protected]'
3+
s.version = '1.0.0'
4+
s.authors = ['David Heinemeier Hansson', 'George Claghorn']
5+
66
s.summary = 'Sign in (or up) with Google for Rails applications'
77
s.homepage = 'https://github.com/basecamp/google_sign_in'
88
s.license = 'MIT'

0 commit comments

Comments
 (0)