pairwise_psych 0.2.3 → 0.2.4
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/pairwise.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +14 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 300c641f427d6e61d4016ba81955ab28fcdcfcfa
|
|
4
|
+
data.tar.gz: 640e7f9875152f2e1cc51e807d1950fe9bdd4d9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48608794cf667324339bf2e267423340d73978957006591cb5f2a2b703fb066aeac68615a52fd04b2c49eb8b65f7a08531d29570180dd6c339564ccb004495f3
|
|
7
|
+
data.tar.gz: 1672ed98e7d3f90ffe7bca2d7fccac9b52d2f4fbd8765ad59ae88bc3f05c2dcc2b52c8e49fa0a139ea1ee4bb20cfeaab19f8695ff17de978c332ee19681dae60
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ rather than exhaustively testing all possible permutations.
|
|
|
6
6
|
|
|
7
7
|
Created by Joseph Wilks, updated by Ali King for newer Rubies
|
|
8
8
|
|
|
9
|
-
How to use Pairwise: http://
|
|
9
|
+
How to use Pairwise: http://aliking.github.com/pairwise/
|
|
10
10
|
|
|
11
11
|
Newer Rubies and Syck vs Psych
|
|
12
12
|
-----------
|
|
@@ -23,7 +23,7 @@ Tested on ruby 1.8.7-p374 and 2.0.0-p353 as a sampling, but this should be futur
|
|
|
23
23
|
|
|
24
24
|
Running tests
|
|
25
25
|
------------
|
|
26
|
-
<pre><code>rake</code></pre
|
|
26
|
+
<pre><code>rake</code></pre>
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
data/lib/pairwise.rb
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pairwise_psych
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Wilk
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: unicode-display_width
|
|
@@ -64,26 +64,26 @@ extensions: []
|
|
|
64
64
|
extra_rdoc_files: []
|
|
65
65
|
files:
|
|
66
66
|
- README.md
|
|
67
|
-
- bin/pairwise
|
|
68
67
|
- lib/pairwise.rb
|
|
69
|
-
- lib/pairwise/cli.rb
|
|
70
|
-
- lib/pairwise/formatter.rb
|
|
71
|
-
- lib/pairwise/formatter/csv.rb
|
|
72
|
-
- lib/pairwise/formatter/cucumber.rb
|
|
73
|
-
- lib/pairwise/input_data.rb
|
|
74
|
-
- lib/pairwise/input_file.rb
|
|
75
|
-
- lib/pairwise/ipo.rb
|
|
76
68
|
- lib/pairwise/ipo/horizontal.rb
|
|
77
69
|
- lib/pairwise/ipo/vertical.rb
|
|
78
70
|
- lib/pairwise/pair_collection.rb
|
|
71
|
+
- lib/pairwise/ipo.rb
|
|
72
|
+
- lib/pairwise/input_data.rb
|
|
79
73
|
- lib/pairwise/test_pair.rb
|
|
74
|
+
- lib/pairwise/input_file.rb
|
|
75
|
+
- lib/pairwise/cli.rb
|
|
76
|
+
- lib/pairwise/formatter/csv.rb
|
|
77
|
+
- lib/pairwise/formatter/cucumber.rb
|
|
78
|
+
- lib/pairwise/formatter.rb
|
|
80
79
|
- lib/version.rb
|
|
81
|
-
- spec/
|
|
80
|
+
- spec/spec_helper.rb
|
|
81
|
+
- spec/pairwise_spec.rb
|
|
82
82
|
- spec/pairwise/ipo/horizontal_spec.rb
|
|
83
|
+
- spec/pairwise/cli_spec.rb
|
|
83
84
|
- spec/pairwise/ipo_spec.rb
|
|
84
85
|
- spec/pairwise/pair_collection_spec.rb
|
|
85
|
-
-
|
|
86
|
-
- spec/spec_helper.rb
|
|
86
|
+
- bin/pairwise
|
|
87
87
|
homepage: https://aliking.github.io/pairwise/
|
|
88
88
|
licenses: []
|
|
89
89
|
metadata: {}
|
|
@@ -103,9 +103,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.0.14
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: Turn large test data combinations into smaller ones
|
|
110
110
|
test_files: []
|
|
111
|
-
has_rdoc:
|