Skip to content

Commit

Permalink
remove httparty and addressable runtime dependecies and add json
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak committed Jan 21, 2014
1 parent 8a3ffea commit 9080af9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions open_weather.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(/^bin/).map{ |f| File.basename(f) }
gem.require_paths = ["lib"]
gem.add_development_dependency "rspec"

gem.add_runtime_dependency 'httparty'
gem.add_runtime_dependency 'addressable'
gem.add_runtime_dependency 'json'
end

0 comments on commit 9080af9

Please sign in to comment.