Skip to content

Commit

Permalink
use twiddle-wakka for faraday 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed May 16, 2020
1 parent fdf590a commit a680135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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

0 comments on commit a680135

Please sign in to comment.