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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/pairwise.rb +1 -1
  4. data/lib/version.rb +1 -1
  5. metadata +14 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3235ee705e199c82b95973eecb55348db8f8092
4
- data.tar.gz: 0f69362bfa95968b1c87bccc462cef0168d792df
3
+ metadata.gz: 300c641f427d6e61d4016ba81955ab28fcdcfcfa
4
+ data.tar.gz: 640e7f9875152f2e1cc51e807d1950fe9bdd4d9b
5
5
  SHA512:
6
- metadata.gz: 1dd0513ecc088ec79b1dcd49d14513f582d77a2549659c3e091ff2b674d04389e6b01943527e70fc318c80407f660ed21b52a86a6b67a790ae6419a8d46ece72
7
- data.tar.gz: af9493453403096987d4f4b0837fe3f672f0a6d34b7743c9dcf5b3409a16eb881912211e10b14a095d2f4b375ad0871d48a1ae124b49071faeb8fb989382b12b
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://josephwilk.github.com/pairwise/
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
 
@@ -15,7 +15,7 @@ require 'yaml'
15
15
 
16
16
 
17
17
  module Pairwise
18
- class InvalidInputData < Exception; end
18
+ class InvalidInputData < StandardError; end
19
19
 
20
20
  VERSION = '0.2.2'
21
21
 
@@ -1,3 +1,3 @@
1
1
  module Pairwise
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
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.3
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: 2016-06-04 00:00:00.000000000 Z
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/pairwise/cli_spec.rb
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
- - spec/pairwise_spec.rb
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.5.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: