diff --git a/Gemfile.lock b/Gemfile.lock index adfb003..a9f220a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google_sign_in (0.1.4) + google_sign_in (1.0.0) google-id-token (>= 1.4.0) oauth2 (>= 1.4.0) rails (>= 5.2.0) diff --git a/google_sign_in.gemspec b/google_sign_in.gemspec index e4015ce..a8ea66f 100644 --- a/google_sign_in.gemspec +++ b/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' s.license = 'MIT'