pairwise 0.2.0 → 0.2.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/bin/pairwise +7 -0
- data/lib/pairwise.rb +1 -1
- metadata +4 -4
data/bin/pairwise
ADDED
data/lib/pairwise.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 1
|
9
|
+
version: 0.2.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Joseph Wilk
|
@@ -43,8 +43,8 @@ dependencies:
|
|
43
43
|
version_requirements: *id002
|
44
44
|
description: A tool for selecting a smaller number of test combinations (using pairwise generation) rather than exhaustively testing all possible permutations.
|
45
45
|
email: joe@josephwilk.net
|
46
|
-
executables:
|
47
|
-
|
46
|
+
executables:
|
47
|
+
- pairwise
|
48
48
|
extensions: []
|
49
49
|
|
50
50
|
extra_rdoc_files: []
|