backgrounded.gemspec in backgrounded-0.7.5 vs backgrounded.gemspec in backgrounded-2.0.0.pre1
- old
+ new
@@ -7,22 +7,19 @@
s.version = Backgrounded::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Ryan Sonnek"]
s.email = ["ryan@codecrate.com"]
s.homepage = "http://github.com/wireframe/backgrounded"
- s.summary = %q{Simple API to run Model methods in the background}
+ s.summary = %q{Simple API to perform work in the background}
s.description = %q{Execute any ActiveRecord Model method in the background}
s.rubyforge_project = "backgrounded"
s.add_runtime_dependency(%q<activerecord>, [">= 2.3.10"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.10"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
- s.add_development_dependency(%q<resque>, [">= 0.17.1"])
- s.add_development_dependency(%q<resque_unit>, [">= 0.3.7"])
s.add_development_dependency(%q<mocha>, [">= 0"])
s.add_development_dependency(%q<sqlite3-ruby>, [">= 1.3.2"])
- s.add_development_dependency(%q<delayed_job>, [">= 2.1.4"])
s.add_development_dependency(%q<rake>, [">= 0.9.2.2"])
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) }