cloud-crowd 0.7.0.pre → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cloud-crowd.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a38547aad32d857200204b7fcb9e0a25f6c13861
|
4
|
+
data.tar.gz: 644c72ddf7e97a8d130f6ec2116c91f2ad0fd855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35c026269d179f4a6b86677faeff241a528fe81246b0f5ad02e3e04c7a5b245742f2fce4e1972ebcb716dff150b8a310a9baf145cc90098a1c3a0a006c21ee65
|
7
|
+
data.tar.gz: e9975da19d0c731288eca031216e4e528a35fe41b2d313176fe577b6049f6259c4d6200a9e02b6d59eaa6d11d90b7c05ba7673fc21da1560214ddf1baf25f33d
|
data/cloud-crowd.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'cloud-crowd'
|
3
|
-
s.version = '0.7.0
|
4
|
-
s.date = '2014-03-
|
3
|
+
s.version = '0.7.0' # Keep version in sync with cloud-cloud.rb
|
4
|
+
s.date = '2014-03-29'
|
5
5
|
|
6
6
|
s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd"
|
7
7
|
s.summary = "Parallel Processing for the Rest of Us"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloud-crowd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.0
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Ashkenas
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-03-
|
12
|
+
date: 2014-03-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: |2
|
15
15
|
The crowd, suddenly there where there was nothing before, is a mysterious and
|
@@ -117,9 +117,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
117
117
|
version: '0'
|
118
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
119
|
requirements:
|
120
|
-
- - "
|
120
|
+
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
|
-
version:
|
122
|
+
version: '0'
|
123
123
|
requirements: []
|
124
124
|
rubyforge_project: cloud-crowd
|
125
125
|
rubygems_version: 2.2.1
|
@@ -127,3 +127,4 @@ signing_key:
|
|
127
127
|
specification_version: 4
|
128
128
|
summary: Parallel Processing for the Rest of Us
|
129
129
|
test_files: []
|
130
|
+
has_rdoc:
|