pickle 0.6.2 → 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/.github/workflows/build.yml +43 -2
- data/README.md +2 -2
- data/gemfiles/Gemfile-rails.4.2.x +1 -1
- data/gemfiles/Gemfile-rails.4.2.x.lock +18 -16
- data/gemfiles/Gemfile-rails.5.0.x +1 -1
- data/gemfiles/Gemfile-rails.5.1.x +1 -1
- data/gemfiles/Gemfile-rails.5.2.x +1 -1
- data/gemfiles/Gemfile-rails.5.2.x-cukes-4 +1 -1
- data/gemfiles/Gemfile-rails.5.2.x-cukes-5 +1 -1
- data/gemfiles/Gemfile-rails.6.0.x-cukes-3 +1 -1
- data/gemfiles/Gemfile-rails.6.0.x-cukes-4 +1 -1
- data/gemfiles/Gemfile-rails.6.0.x-cukes-5 +1 -1
- data/gemfiles/Gemfile-rails.6.0.x-cukes-6 +1 -1
- data/gemfiles/Gemfile-rails.6.0.x-cukes-7 +1 -1
- data/gemfiles/Gemfile-rails.6.1.x-cukes-3 +1 -1
- data/gemfiles/Gemfile-rails.6.1.x-cukes-4 +1 -1
- data/gemfiles/Gemfile-rails.6.1.x-cukes-5 +1 -1
- data/gemfiles/Gemfile-rails.6.1.x-cukes-6 +1 -1
- data/gemfiles/Gemfile-rails.6.1.x-cukes-7 +1 -1
- data/gemfiles/Gemfile-rails.7.0.x-cukes-6 +11 -0
- data/gemfiles/Gemfile-rails.7.0.x-cukes-7 +11 -0
- data/gemfiles/Gemfile-rails.edge +1 -1
- data/lib/pickle/version.rb +1 -1
- data/pickle.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 997d67d028865e06ac4c9c77eeba9f6441dcae8f3381c0654448e8deac15b39d
|
4
|
+
data.tar.gz: 30d88f795a6f0ae4848f49626db1043d7ec62c21fc3104c1289e0e4f9e2412c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05f1f30462caa117b5defd9e44a1873da2e410eb7949e732c978ddc39883da365a3f8455a59e008e719575e680b50f654b8d67f2f0e787aeb785cacb1bb887a2
|
7
|
+
data.tar.gz: 62f19ff6ed9fd4adf66df85e5fc7a119e55bae972aea566bdb61598383f96f4d6f60647ef85b13e604bb5d48ec989425f0fa4ae22e4ce76a02750138bae43daa
|
data/.github/workflows/build.yml
CHANGED
@@ -16,7 +16,8 @@ jobs:
|
|
16
16
|
fail-fast: false
|
17
17
|
matrix:
|
18
18
|
ruby:
|
19
|
-
- 3.
|
19
|
+
- '3.1'
|
20
|
+
- '3.0'
|
20
21
|
- 2.7
|
21
22
|
- 2.6
|
22
23
|
- 2.5
|
@@ -38,9 +39,11 @@ jobs:
|
|
38
39
|
# Cucumber 6
|
39
40
|
- Gemfile-rails.6.0.x-cukes-6
|
40
41
|
- Gemfile-rails.6.1.x-cukes-6
|
42
|
+
- Gemfile-rails.7.0.x-cukes-6
|
41
43
|
# Cucumber 7
|
42
44
|
- Gemfile-rails.6.0.x-cukes-7
|
43
45
|
- Gemfile-rails.6.1.x-cukes-7
|
46
|
+
- Gemfile-rails.7.0.x-cukes-7
|
44
47
|
# Edge
|
45
48
|
- Gemfile-rails.edge
|
46
49
|
exclude:
|
@@ -49,10 +52,48 @@ jobs:
|
|
49
52
|
ruby: 2.6
|
50
53
|
- gemfile: Gemfile-rails.edge
|
51
54
|
ruby: 2.5
|
55
|
+
- gemfile: Gemfile-rails.7.0.x-cukes-7
|
56
|
+
ruby: 2.6
|
57
|
+
- gemfile: Gemfile-rails.7.0.x-cukes-7
|
58
|
+
ruby: 2.5
|
59
|
+
- gemfile: Gemfile-rails.7.0.x-cukes-6
|
60
|
+
ruby: 2.6
|
61
|
+
- gemfile: Gemfile-rails.7.0.x-cukes-6
|
62
|
+
ruby: 2.5
|
52
63
|
- gemfile: Gemfile-rails.4.2.x
|
53
64
|
ruby: 2.7
|
54
65
|
- gemfile: Gemfile-rails.4.2.x
|
55
|
-
ruby: 3.0
|
66
|
+
ruby: '3.0'
|
67
|
+
- gemfile: Gemfile-rails.4.2.x
|
68
|
+
ruby: '3.1'
|
69
|
+
- gemfile: Gemfile-rails.5.0.x
|
70
|
+
ruby: '3.1'
|
71
|
+
- gemfile: Gemfile-rails.5.1.x
|
72
|
+
ruby: '3.1'
|
73
|
+
- gemfile: Gemfile-rails.5.2.x
|
74
|
+
ruby: '3.1'
|
75
|
+
- gemfile: Gemfile-rails.6.0.x-cukes-3
|
76
|
+
ruby: '3.1'
|
77
|
+
- gemfile: Gemfile-rails.6.1.x-cukes-3
|
78
|
+
ruby: '3.1'
|
79
|
+
- gemfile: Gemfile-rails.5.2.x-cukes-4
|
80
|
+
ruby: '3.1'
|
81
|
+
- gemfile: Gemfile-rails.6.0.x-cukes-4
|
82
|
+
ruby: '3.1'
|
83
|
+
- gemfile: Gemfile-rails.5.2.x-cukes-5
|
84
|
+
ruby: '3.1'
|
85
|
+
- gemfile: Gemfile-rails.6.0.x-cukes-5
|
86
|
+
ruby: '3.1'
|
87
|
+
- gemfile: Gemfile-rails.6.1.x-cukes-5
|
88
|
+
ruby: '3.1'
|
89
|
+
- gemfile: Gemfile-rails.6.0.x-cukes-6
|
90
|
+
ruby: '3.1'
|
91
|
+
- gemfile: Gemfile-rails.6.1.x-cukes-6
|
92
|
+
ruby: '3.1'
|
93
|
+
- gemfile: Gemfile-rails.6.0.x-cukes-7
|
94
|
+
ruby: '3.1'
|
95
|
+
- gemfile: Gemfile-rails.6.1.x-cukes-7
|
96
|
+
ruby: '3.1'
|
56
97
|
|
57
98
|
env:
|
58
99
|
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}
|
data/README.md
CHANGED
@@ -17,8 +17,8 @@ Cucumber 2.x - support was dropped from release 0.6.0
|
|
17
17
|
Cucumber 3.x - support is best-effort basis, but tests run on rails 4.2 all the way until 6.1
|
18
18
|
Cucumber 4.x - should work with all Rails 5.x versions, tests only run for 5.2 and 6.0
|
19
19
|
Cucumber 5.x - all tests pass for rails 5.2, 6.0 and 6.1
|
20
|
-
Cucumber 6.x - all tests pass for rails 6.0 and
|
21
|
-
Cucumber 7.x - all tests pass for rails 6.0 and
|
20
|
+
Cucumber 6.x - all tests pass for rails 6.0, 6.1 and 7.0
|
21
|
+
Cucumber 7.x - all tests pass for rails 6.0, 6.1 and 7.0
|
22
22
|
|
23
23
|
Please open pull-requests with fixes if you encounter any problems.
|
24
24
|
No active development on this gem.
|
@@ -8,12 +8,12 @@ GIT
|
|
8
8
|
PATH
|
9
9
|
remote: ..
|
10
10
|
specs:
|
11
|
-
pickle (0.
|
11
|
+
pickle (0.7.0)
|
12
12
|
cucumber (>= 3.0, < 8.0)
|
13
13
|
rake
|
14
14
|
|
15
15
|
GEM
|
16
|
-
remote:
|
16
|
+
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
18
|
actionmailer (4.2.11.3)
|
19
19
|
actionpack (= 4.2.11.3)
|
@@ -52,7 +52,7 @@ GEM
|
|
52
52
|
addressable (2.8.0)
|
53
53
|
public_suffix (>= 2.0.2, < 5.0)
|
54
54
|
arel (6.0.4)
|
55
|
-
backports (3.
|
55
|
+
backports (3.23.0)
|
56
56
|
builder (3.2.4)
|
57
57
|
capybara (3.35.3)
|
58
58
|
addressable
|
@@ -64,7 +64,7 @@ GEM
|
|
64
64
|
xpath (~> 3.2)
|
65
65
|
codecov (0.6.0)
|
66
66
|
simplecov (>= 0.15, < 0.22)
|
67
|
-
concurrent-ruby (1.1.
|
67
|
+
concurrent-ruby (1.1.10)
|
68
68
|
crass (1.0.6)
|
69
69
|
cucumber (3.2.0)
|
70
70
|
builder (>= 2.1.2)
|
@@ -89,37 +89,37 @@ GEM
|
|
89
89
|
cucumber-tag_expressions (1.1.1)
|
90
90
|
cucumber-wire (0.0.1)
|
91
91
|
database_cleaner (1.99.0)
|
92
|
-
diff-lcs (1.
|
92
|
+
diff-lcs (1.5.0)
|
93
93
|
docile (1.4.0)
|
94
94
|
erubis (2.7.0)
|
95
95
|
factory_bot (5.2.0)
|
96
96
|
activesupport (>= 4.2.0)
|
97
97
|
gherkin (5.1.0)
|
98
|
-
git (1.
|
98
|
+
git (1.10.2)
|
99
99
|
rchardet (~> 1.8)
|
100
100
|
globalid (0.4.2)
|
101
101
|
activesupport (>= 4.2.0)
|
102
102
|
i18n (0.9.5)
|
103
103
|
concurrent-ruby (~> 1.0)
|
104
|
-
loofah (2.
|
104
|
+
loofah (2.15.0)
|
105
105
|
crass (~> 1.0.2)
|
106
106
|
nokogiri (>= 1.5.9)
|
107
107
|
machinist (2.0)
|
108
108
|
mail (2.7.1)
|
109
109
|
mini_mime (>= 0.1.1)
|
110
|
-
mime-types (3.
|
110
|
+
mime-types (3.4.1)
|
111
111
|
mime-types-data (~> 3.2015)
|
112
|
-
mime-types-data (3.
|
112
|
+
mime-types-data (3.2022.0105)
|
113
113
|
mini_mime (1.1.2)
|
114
114
|
mini_portile2 (2.6.1)
|
115
|
-
minitest (5.
|
115
|
+
minitest (5.15.0)
|
116
116
|
multi_json (1.15.0)
|
117
117
|
multi_test (0.1.2)
|
118
118
|
nokogiri (1.12.5)
|
119
119
|
mini_portile2 (~> 2.6.1)
|
120
120
|
racc (~> 1.4)
|
121
121
|
public_suffix (4.0.6)
|
122
|
-
racc (1.
|
122
|
+
racc (1.6.0)
|
123
123
|
rack (1.6.13)
|
124
124
|
rack-test (0.6.3)
|
125
125
|
rack (>= 1.0)
|
@@ -149,7 +149,7 @@ GEM
|
|
149
149
|
thor (>= 0.18.1, < 2.0)
|
150
150
|
rake (13.0.6)
|
151
151
|
rchardet (1.8.0)
|
152
|
-
regexp_parser (2.
|
152
|
+
regexp_parser (2.2.1)
|
153
153
|
rspec-core (3.9.3)
|
154
154
|
rspec-support (~> 3.9.3)
|
155
155
|
rspec-expectations (3.9.4)
|
@@ -172,8 +172,8 @@ GEM
|
|
172
172
|
simplecov-html (~> 0.11)
|
173
173
|
simplecov_json_formatter (~> 0.1)
|
174
174
|
simplecov-html (0.12.3)
|
175
|
-
simplecov_json_formatter (0.1.
|
176
|
-
sprockets (4.0.
|
175
|
+
simplecov_json_formatter (0.1.4)
|
176
|
+
sprockets (4.0.3)
|
177
177
|
concurrent-ruby (~> 1.0)
|
178
178
|
rack (> 1, < 3)
|
179
179
|
sprockets-rails (3.2.2)
|
@@ -181,13 +181,15 @@ GEM
|
|
181
181
|
activesupport (>= 4.0)
|
182
182
|
sprockets (>= 3.0.0)
|
183
183
|
sqlite3 (1.3.13)
|
184
|
-
thor (1.1
|
184
|
+
thor (1.2.1)
|
185
185
|
thread_safe (0.3.6)
|
186
186
|
tzinfo (1.2.9)
|
187
187
|
thread_safe (~> 0.1)
|
188
|
+
webrick (1.7.0)
|
188
189
|
xpath (3.2.0)
|
189
190
|
nokogiri (~> 1.8)
|
190
|
-
yard (0.9.
|
191
|
+
yard (0.9.27)
|
192
|
+
webrick (~> 1.7.0)
|
191
193
|
|
192
194
|
PLATFORMS
|
193
195
|
ruby
|
@@ -0,0 +1,11 @@
|
|
1
|
+
source "https://rubygems.org"
|
2
|
+
|
3
|
+
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
+
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
+
|
6
|
+
gemspec :path => ".."
|
7
|
+
|
8
|
+
gem "rails", "~> 7.0.2"
|
9
|
+
gem "cucumber", "~> 6.0"
|
10
|
+
gem "cucumber-rails"
|
11
|
+
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -0,0 +1,11 @@
|
|
1
|
+
source "https://rubygems.org"
|
2
|
+
|
3
|
+
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
+
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
+
|
6
|
+
gemspec :path => ".."
|
7
|
+
|
8
|
+
gem "rails", "~> 7.0.2"
|
9
|
+
gem "cucumber", "~> 7.0"
|
10
|
+
gem "cucumber-rails"
|
11
|
+
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
data/gemfiles/Gemfile-rails.edge
CHANGED
data/lib/pickle/version.rb
CHANGED
data/pickle.gemspec
CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
s.add_development_dependency "git"
|
28
28
|
s.add_development_dependency "yard"
|
29
29
|
s.add_development_dependency "rspec-rails", "~>3.0"
|
30
|
-
s.add_development_dependency "rails", ">= 4.2.0", "<
|
30
|
+
s.add_development_dependency "rails", ">= 4.2.0", "< 8.0"
|
31
31
|
s.add_development_dependency "cucumber-rails"
|
32
32
|
s.add_development_dependency "factory_bot"
|
33
33
|
s.add_development_dependency "fabrication", '~> 2.0'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pickle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian White
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2022-03-27 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: cucumber
|
@@ -125,7 +125,7 @@ dependencies:
|
|
125
125
|
version: 4.2.0
|
126
126
|
- - "<"
|
127
127
|
- !ruby/object:Gem::Version
|
128
|
-
version: '
|
128
|
+
version: '8.0'
|
129
129
|
type: :development
|
130
130
|
prerelease: false
|
131
131
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -135,7 +135,7 @@ dependencies:
|
|
135
135
|
version: 4.2.0
|
136
136
|
- - "<"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: '
|
138
|
+
version: '8.0'
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: cucumber-rails
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -315,6 +315,8 @@ files:
|
|
315
315
|
- gemfiles/Gemfile-rails.6.1.x-cukes-5
|
316
316
|
- gemfiles/Gemfile-rails.6.1.x-cukes-6
|
317
317
|
- gemfiles/Gemfile-rails.6.1.x-cukes-7
|
318
|
+
- gemfiles/Gemfile-rails.7.0.x-cukes-6
|
319
|
+
- gemfiles/Gemfile-rails.7.0.x-cukes-7
|
318
320
|
- gemfiles/Gemfile-rails.edge
|
319
321
|
- lib/generators/pickle_generator.rb
|
320
322
|
- lib/pickle.rb
|