We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1e7b5 commit 5ab86eaCopy full SHA for 5ab86ea
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 = "0.0.2"
+ s.version = "0.0.3"
7
s.platform = Gem::Platform::RUBY
8
s.authors = ["Kashif Rasul", "Shoaib Burq"]
9
s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"]
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
21
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
22
s.require_paths = ["lib"]
23
24
- s.add_dependency('httparty')
+ s.add_runtime_dependency('httparty', '~> 0')
25
end
0 commit comments