File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,4 @@ specifications
4848Gemfile.lock
4949.rvmrc
5050spec /reports
51+ * .gem
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33
44Gem ::Specification . new do |s |
55 s . name = "fcm"
6- s . version = "0.0.3 "
6+ s . version = "0.0.4 "
77 s . platform = Gem ::Platform ::RUBY
88 s . authors = [ "Kashif Rasul" , "Shoaib Burq" ]
99 s . email = [ "kashif@spacialdb.com" , "shoaib@spacialdb.com" ]
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
2121 s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
2222 s . require_paths = [ "lib" ]
2323
24- s . add_runtime_dependency ( 'httparty' , '~> 0' )
24+ s . add_runtime_dependency ( 'httparty' , '~> 0.10.0 ' )
2525end
You can’t perform that action at this time.
0 commit comments