Skip to content

Commit

Permalink
updating Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
winfred committed Jan 22, 2012
1 parent 9a54db8 commit a0a9acb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ Jeweler::Tasks.new do |gem|
gem.description = %Q{A simple ruby API wrapper for interacting with the Wunderground API}
gem.email = "winfred.nadeau@gmail.com"
gem.authors = ["Winfred Nadeau"]
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
gem.add_runtime_dependency 'httparty', '> 0.6.0'
gem.add_runtime_dependency 'json', '> 1.4.0'
gem.add_development_dependency 'shoulda', '> 0.0.0'
gem.add_development_dependency 'mocha', '> 0.9.11'
gem.add_development_dependency 'simplecov', '> 0'
#gem.add_development_dependency 'rspec', '> 1.2.3'
end
Jeweler::RubygemsDotOrgTasks.new

Expand Down

0 comments on commit a0a9acb

Please sign in to comment.