We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf590a commit a680135Copy full SHA for a680135
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.0"
+ s.version = "1.0.1"
7
s.platform = Gem::Platform::RUBY
8
s.authors = ["Kashif Rasul", "Shoaib Burq"]
9
s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"]
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
s.require_paths = ["lib"]
21
22
- s.add_runtime_dependency('faraday','1.0.0')
+ s.add_runtime_dependency('faraday', '~> 1.0.0')
23
end
0 commit comments