Skip to content

Commit 45ede5c

Browse files
committed
version 0.3.2, just to fix the activerecord active_record funny business
1 parent dadd7b2 commit 45ede5c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cloud-crowd.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'cloud-crowd'
3-
s.version = '0.3.1' # Keep version in sync with cloud-cloud.rb
4-
s.date = '2009-11-19'
3+
s.version = '0.3.2' # Keep version in sync with cloud-cloud.rb
4+
s.date = '2010-01-08'
55

66
s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd"
77
s.summary = "Parallel Processing for the Rest of Us"

lib/cloud-crowd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module CloudCrowd
4444
autoload :WorkUnit, 'cloud_crowd/models'
4545

4646
# Keep this version in sync with the gemspec.
47-
VERSION = '0.3.1'
47+
VERSION = '0.3.2'
4848

4949
# Increment the schema version when there's a backwards incompatible change.
5050
SCHEMA_VERSION = 3

0 commit comments

Comments
 (0)