Skip to content

Commit

Permalink
Add rake development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Mar 4, 2013
1 parent 2bc96d7 commit 79ebf0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions percentage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Gem::Specification.new do |s|
s.description = 'A little library for working with percentages'
s.summary = 'See description'
s.files = Dir.glob('{lib,spec}/**/*') + %w(README.md Rakefile.rb percentage.gemspec)
s.add_development_dependency('rake', '~> 10.0.3')
s.require_path = 'lib'
end

0 comments on commit 79ebf0e

Please sign in to comment.