Skip to content

Commit

Permalink
Also add yard as a development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Burke Libbey committed Mar 3, 2012
1 parent 8029925 commit e256f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wolverine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency 'redis'

s.add_development_dependency 'mocha'
s.add_development_dependency 'minitest'
s.add_development_dependency 'rake'
s.add_development_dependency 'yard'
end

0 comments on commit e256f31

Please sign in to comment.