activesearch.gemspec in activesearch-0.0.8 vs activesearch.gemspec in activesearch-0.0.9
- old
+ new
@@ -15,9 +15,11 @@
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"]
+ gem.add_dependency "activesupport"
+
gem.add_development_dependency "rspec"
gem.add_development_dependency "rspec-mocks"
gem.add_development_dependency "bson_ext"
gem.add_development_dependency "active_attr"
gem.add_development_dependency "mongoid", "~> 2"
\ No newline at end of file