Skip to content

Commit

Permalink
Add httparty and addressable gems as runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinbekal committed Jan 18, 2014
1 parent 0f1d102 commit bc4f01b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.bundle
*.gem
*.db
*~
*#
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@ GEM
remote: http://rubygems.org/
specs:
addressable (2.3.4)
coderay (1.0.9)
diff-lcs (1.2.2)
httparty (0.11.0)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
method_source (0.8.2)
multi_json (1.7.3)
multi_xml (0.5.3)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
Expand All @@ -22,13 +16,11 @@ GEM
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
slop (3.4.6)

PLATFORMS
ruby

DEPENDENCIES
addressable
httparty
pry
rspec
5 changes: 4 additions & 1 deletion open_weather.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ 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"
end

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

0 comments on commit bc4f01b

Please sign in to comment.