From dc3be990e4bea36d24eefc3e39ba12facc4d5f4e Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Wed, 5 Sep 2018 13:53:06 -0400 Subject: [PATCH] v1.0.0 --- Gemfile.lock | 2 +- google_sign_in.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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'