switch to "gemspec" stanza for Gemfile

This commit is contained in:
David Dollar
2011-05-07 14:49:46 -04:00
parent e5828f8442
commit 95115f4e78
3 changed files with 14 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'term-ansicolor', '~> 1.0.5'
gem.add_dependency 'thor', '>= 0.13.6'
gem.add_development_dependency 'parka'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'ronn'
gem.add_development_dependency 'fakefs', '~> 0.2.1'