cloud-crowd.gemspec in cloud-crowd-0.6.2 vs cloud-crowd.gemspec in cloud-crowd-0.7.0.pre

- old
+ new

@@ -1,45 +1,33 @@ Gem::Specification.new do |s| s.name = 'cloud-crowd' - s.version = '0.6.2' # Keep version in sync with cloud-cloud.rb - s.date = '2011-04-14' + s.version = '0.7.0.pre' # Keep version in sync with cloud-cloud.rb + s.date = '2014-03-08' s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd" s.summary = "Parallel Processing for the Rest of Us" s.description = <<-EOS The crowd, suddenly there where there was nothing before, is a mysterious and universal phenomenon. A few people may have been standing together -- five, ten or twelve, nor more; nothing has been announced, nothing is expected. Suddenly everywhere is black with people and more come streaming from all sides as though streets had only one direction. EOS + + s.license = "MIT" - s.authors = ['Jeremy Ashkenas'] - s.email = 'jeremy@documentcloud.org' + s.authors = ['Jeremy Ashkenas', 'Ted Han'] + s.email = 'opensource@documentcloud.org' s.rubyforge_project = 'cloud-crowd' s.require_paths = ['lib'] s.executables = ['crowd'] s.extra_rdoc_files = ['README'] s.rdoc_options << '--title' << 'CloudCrowd | Parallel Processing for the Rest of Us' << '--exclude' << 'test' << '--main' << 'README' << '--all' - - s.add_dependency 'sinatra', ['~> 0.9'] - s.add_dependency 'activerecord', ['~> 2.3'] - s.add_dependency 'json', ['>= 1.1.7'] - s.add_dependency 'rest-client', ['>= 1.4'] - s.add_dependency 'thin', ['>= 1.2.4'] - - if s.respond_to?(:add_development_dependency) - s.add_development_dependency 'faker', ['>= 0.3.1'] - s.add_development_dependency 'thoughtbot-shoulda', ['>= 2.10.2'] - s.add_development_dependency 'notahat-machinist', ['>= 1.0.3'] - s.add_development_dependency 'rack-test', ['>= 0.4.1'] - s.add_development_dependency 'mocha', ['>= 0.9.7'] - end s.files = %w( actions/graphics_magick.rb actions/process_pdfs.rb actions/word_count.rb