paraduct 0.0.1.beta17 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -0
- data/img/architecture.png +0 -0
- data/lib/paraduct/version.rb +1 -1
- metadata +10 -6
data/README.md
CHANGED
|
@@ -9,6 +9,9 @@ Paraduct (**parallel** + **parameterize** + **product**) is matrix test runner
|
|
|
9
9
|
|
|
10
10
|
[](http://waffle.io/sue445/paraduct)
|
|
11
11
|
|
|
12
|
+
## Architecture
|
|
13
|
+

|
|
14
|
+
|
|
12
15
|
## Requirements
|
|
13
16
|
* ruby 1.9+
|
|
14
17
|
* rsync
|
|
Binary file
|
data/lib/paraduct/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paraduct
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- sue445
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-11-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -335,6 +335,7 @@ files:
|
|
|
335
335
|
- README.md
|
|
336
336
|
- Rakefile
|
|
337
337
|
- bin/paraduct
|
|
338
|
+
- img/architecture.png
|
|
338
339
|
- lib/paraduct.rb
|
|
339
340
|
- lib/paraduct/cli.rb
|
|
340
341
|
- lib/paraduct/colored_label_logger.rb
|
|
@@ -385,13 +386,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
385
386
|
version: '0'
|
|
386
387
|
segments:
|
|
387
388
|
- 0
|
|
388
|
-
hash:
|
|
389
|
+
hash: -3460742301643680059
|
|
389
390
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
390
391
|
none: false
|
|
391
392
|
requirements:
|
|
392
|
-
- - ! '
|
|
393
|
+
- - ! '>='
|
|
393
394
|
- !ruby/object:Gem::Version
|
|
394
|
-
version:
|
|
395
|
+
version: '0'
|
|
396
|
+
segments:
|
|
397
|
+
- 0
|
|
398
|
+
hash: -3460742301643680059
|
|
395
399
|
requirements: []
|
|
396
400
|
rubyforge_project:
|
|
397
401
|
rubygems_version: 1.8.23.2
|