cloud-crowd.gemspec in cloud-crowd-0.3.3 vs cloud-crowd.gemspec in cloud-crowd-0.4.0
- old
+ new
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = 'cloud-crowd'
- s.version = '0.3.3' # Keep version in sync with cloud-cloud.rb
- s.date = '2010-01-27'
+ s.version = '0.4.0' # Keep version in sync with cloud-cloud.rb
+ s.date = '2010-03-31'
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
@@ -25,15 +25,14 @@
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 'sinatra', ['~> 0.9']
+ s.add_dependency 'activerecord', ['~> 2.3']
s.add_dependency 'json', ['>= 1.1.7']
- s.add_dependency 'rest-client', ['>= 1.0.3']
- s.add_dependency 'right_aws', ['>= 1.10.0']
+ 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']
@@ -56,9 +55,10 @@
examples/word_count_example.rb
lib/cloud-crowd.rb
lib/cloud_crowd/action.rb
lib/cloud_crowd/asset_store/filesystem_store.rb
lib/cloud_crowd/asset_store/s3_store.rb
+lib/cloud_crowd/asset_store/cloudfiles_store.rb
lib/cloud_crowd/asset_store.rb
lib/cloud_crowd/command_line.rb
lib/cloud_crowd/exceptions.rb
lib/cloud_crowd/helpers/authorization.rb
lib/cloud_crowd/helpers/resources.rb
\ No newline at end of file