We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31378f commit 0335629Copy full SHA for 0335629
fcm.gemspec
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
4
Gem::Specification.new do |s|
5
s.name = "fcm"
6
- s.version = "1.0.4"
+ s.version = "1.0.6"
7
s.platform = Gem::Platform::RUBY
8
s.authors = ["Kashif Rasul", "Shoaib Burq"]
9
s.email = ["kashif@decision-labs.com", "shoaib@decision-labs.com"]
@@ -20,4 +20,5 @@ Gem::Specification.new do |s|
20
s.require_paths = ["lib"]
21
22
s.add_runtime_dependency('faraday', '~> 1')
23
+ s.add_runtime_dependency('googleauth', '~> 1')
24
end
0 commit comments