Skip to content

Commit

Permalink
update httparty and gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed Nov 4, 2018
1 parent 5ab86ea commit 8dc7c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ specifications
Gemfile.lock
.rvmrc
spec/reports
*.gem
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 = "0.0.3"
s.version = "0.0.4"
s.platform = Gem::Platform::RUBY
s.authors = ["Kashif Rasul", "Shoaib Burq"]
s.email = ["[email protected]", "[email protected]"]
Expand All @@ -21,5 +21,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('httparty', '~> 0')
s.add_runtime_dependency('httparty', '~> 0.10.0')
end

0 comments on commit 8dc7c6c

Please sign in to comment.