Skip to content

Commit

Permalink
versão 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecvo committed Sep 14, 2010
1 parent 0147a22 commit 905429c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloud-crowd.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'cloud-crowd'
s.version = '0.5.1' # Keep version in sync with cloud-cloud.rb
s.date = '2010-06-22'
s.version = '0.5.2' # Keep version in sync with cloud-cloud.rb
s.date = '2010-08-03'

s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd"
s.summary = "Parallel Processing for the Rest of Us"
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud-crowd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module CloudCrowd
autoload :WorkUnit, 'cloud_crowd/models'

# Keep this version in sync with the gemspec.
VERSION = '0.5.1'
VERSION = '0.5.2'

# Increment the schema version when there's a backwards incompatible change.
SCHEMA_VERSION = 4
Expand Down

0 comments on commit 905429c

Please sign in to comment.