cloud-crowd.gemspec in cloud-crowd-0.3.0 vs cloud-crowd.gemspec in cloud-crowd-0.3.1

- old
+ new

@@ -1,34 +1,34 @@ Gem::Specification.new do |s| s.name = 'cloud-crowd' - s.version = '0.3.0' # Keep version in sync with cloud-cloud.rb - s.date = '2009-11-06' + s.version = '0.3.1' # Keep version in sync with cloud-cloud.rb + s.date = '2009-11-19' 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.authors = ['Jeremy Ashkenas'] s.email = 'jeremy@documentcloud.org' s.rubyforge_project = 'cloud-crowd' - + s.require_paths = ['lib'] s.executables = ['crowd'] - + s.has_rdoc = true 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.4'] s.add_dependency 'activerecord', ['>= 2.3.3'] s.add_dependency 'json', ['>= 1.1.7'] s.add_dependency 'rest-client', ['>= 1.0.3'] s.add_dependency 'right_aws', ['>= 1.10.0'] @@ -39,10 +39,10 @@ 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 cloud-crowd.gemspec \ No newline at end of file