diff --git a/fcm.gemspec b/fcm.gemspec index 2427c93..19e5d8a 100644 --- a/fcm.gemspec +++ b/fcm.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fcm" - s.version = "1.0.0" + s.version = "1.0.1" s.platform = Gem::Platform::RUBY s.authors = ["Kashif Rasul", "Shoaib Burq"] s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"] @@ -19,5 +19,5 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_runtime_dependency('faraday','1.0.0') + s.add_runtime_dependency('faraday', '~> 1.0.0') end