Skip to content

Commit 5350f17

Browse files
authored
Merge pull request #5 from code-dot-org/google-apis-core
Switch to new `google-apis-core` gem
2 parents 180e1a3 + 5141473 commit 5350f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-google.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.require_paths = ['lib']
2323

2424
spec.add_dependency 'aws-sdk-core', '~> 3.130'
25-
spec.add_dependency 'google-api-client', '~> 0.23'
25+
spec.add_dependency 'google-apis-core'
2626
spec.add_dependency 'launchy', '~> 2'
2727

2828
spec.add_development_dependency 'activesupport', '~> 5'

lib/aws/google/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Aws
22
class Google
3-
VERSION = '0.1.8'.freeze
3+
VERSION = '0.2.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)