unbreakable.gemspec in unbreakable-0.0.4 vs unbreakable.gemspec in unbreakable-0.0.5

- old
+ new

@@ -7,19 +7,18 @@ s.version = Unbreakable::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Open North"] s.email = ["info@opennorth.ca"] s.homepage = "http://github.com/opennorth/unbreakable" - s.summary = %q{Make your scrapers unbreakable} - s.description = %q{Abstracts and bulletproofs common scraping tasks.} + s.summary = %q{Abstracts and bulletproofs scraping tasks} - s.rubyforge_project = "unbreakable" - s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_runtime_dependency('activesupport', '~> 3.1.0') - s.add_runtime_dependency('dragonfly', '~> 0.9.8') + s.add_runtime_dependency('activesupport', '~> 3.1') + s.add_runtime_dependency('hashie', '~> 1.2.0') + s.add_runtime_dependency('mongo', '~> 1.4.1') + s.add_runtime_dependency('bson_ext', '~> 1.4.1') s.add_development_dependency('rspec', '~> 2.6.0') end