Skip to content

Commit

Permalink
Configure jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Apr 10, 2010
1 parent 49ec831 commit 770a499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ begin
Jeweler::Tasks.new do |gem|
gem.name = "redmine_client"
gem.summary = %Q{Redmine API client}
gem.description = %Q{TODO: longer description of your gem}
gem.description = %Q{Access the Redmine REST API with ActiveResource}
gem.email = "edavis@littlestreamsoftware.com"
gem.homepage = "http://github.com/edavis10/redmine_client"
gem.authors = ["Eric Davis"]
gem.add_dependency "activeresource", "~> 2.3.0"
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down

0 comments on commit 770a499

Please sign in to comment.