sequel-fixture.gemspec in gamera-sequel-fixture-2.0.3 vs sequel-fixture.gemspec in gamera-sequel-fixture-2.0.4
- old
+ new
@@ -9,12 +9,12 @@
gem.summary = %q{Flexible fixtures for the Sequel Gem inspired in Rails 2 fixtures. Temporary fork of https://github.com/whitepages/sequel-fixture to add ERB support}
gem.homepage = "http://github.com/gamera-team/sequel-fixture"
gem.add_dependency "sequel" # Stating the obvious
gem.add_dependency "gamera-symbolmatrix" # Because its easy to use
- gem.add_dependency "fast" # Fast was needed. This is a testing gem, there's no problem with extra load
gem.add_development_dependency "rspec"
+ gem.add_development_dependency "fast"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]