cloud-crowd.gemspec in cloud-crowd-0.2.0 vs cloud-crowd.gemspec in cloud-crowd-0.2.1
- old
+ new
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = 'cloud-crowd'
- s.version = '0.2.0' # Keep version in sync with cloud-cloud.rb
- s.date = '2009-09-17'
+ s.version = '0.2.1' # Keep version in sync with cloud-cloud.rb
+ s.date = '2009-09-18'
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
@@ -92,21 +92,25 @@
public/js/admin_console.js
public/js/excanvas.js
public/js/flot.js
public/js/jquery.js
README
-test/acceptance/test_server.rb
+test/acceptance/test_node.rb
test/acceptance/test_failing_work_units.rb
+test/acceptance/test_server.rb
test/acceptance/test_word_count.rb
test/blueprints.rb
test/config/config.ru
test/config/config.yml
test/config/database.yml
test/config/actions/failure_testing.rb
test/test_helper.rb
test/unit/test_action.rb
test/unit/test_configuration.rb
+test/unit/test_node.rb
+test/unit/test_node_record.rb
test/unit/test_job.rb
+test/unit/test_worker.rb
test/unit/test_work_unit.rb
views/operations_center.erb
)
end
\ No newline at end of file