collector.gemspec in collector-0.0.2 vs collector.gemspec in collector-0.0.3
- old
+ new
@@ -14,6 +14,8 @@
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", "~> 3.2.8"
end