pickle 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f34526ae76a0b88ab46f94922f171eeedf1e981b8ee66fc578ceb8f4cb72f77b
4
- data.tar.gz: c6a954b1a1c00a03257456997ff35c1de7e906c549e19cb1e0d8a58159acde1d
3
+ metadata.gz: 102419954ec2e775d587cba02b8b224fef878fc42c90ebe826c10428f5656883
4
+ data.tar.gz: 9f11eded1fa3778e55f8959de6288ed4c5a5b48f38b5faf6ba30449861548f8f
5
5
  SHA512:
6
- metadata.gz: e088d8bd67ccda647a98b841dd26db5c542bdb434e377d6f73e6c9c982f59b35a1adb5ea82f22623faeff1c62cdff6c752fa07f6df7e87cac921d5eca74c8975
7
- data.tar.gz: 8241e6550e58e7260b7c640524ff504d23db306558633f52c2c9d38dcfb2636dcc9ec7faa4471dcfc19849659cc63d0a3af34490f2a1cfe1654d4fde48932f8f
6
+ metadata.gz: 414987a1c3daa241ecab8f4d1bdb9878c7d72e35c6f5bb39d11f9d06be8d43da585df72ed8771d28c94cd0f9e4d8e3d01c43f918529dd0512b70c4f42cbcfe2b
7
+ data.tar.gz: 6492c3737c4538f91408609f481d82600323b1a3fa67bb45e0df4fcf5d5877eab17f4d463a820f5ee5e383a83ee4651a99a93179e22fe9821a38a3173e76e27f
@@ -38,6 +38,9 @@ jobs:
38
38
  # Cucumber 6
39
39
  - Gemfile-rails.6.0.x-cukes-6
40
40
  - Gemfile-rails.6.1.x-cukes-6
41
+ # Cucumber 7
42
+ - Gemfile-rails.6.0.x-cukes-7
43
+ - Gemfile-rails.6.1.x-cukes-7
41
44
  # Edge
42
45
  - Gemfile-rails.edge
43
46
  exclude:
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ == 0.6.2
2
+ * Relax dependency to support cucumber 7.x
3
+
4
+ == 0.6.1
5
+ * Relax dependency to support cucumber 6.x
6
+
1
7
  == 0.6.0
2
8
  * Drop support for cucumber < 3
3
9
  * Officially support cucumber 4.1
data/README.md CHANGED
@@ -18,6 +18,7 @@ Cucumber 3.x - support is best-effort basis, but tests run on rails 4.2 all the
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
20
  Cucumber 6.x - all tests pass for rails 6.0 and 6.1
21
+ Cucumber 7.x - all tests pass for rails 6.0 and 6.1
21
22
 
22
23
  Please open pull-requests with fixes if you encounter any problems.
23
24
  No active development on this gem.
@@ -8,8 +8,8 @@ GIT
8
8
  PATH
9
9
  remote: ..
10
10
  specs:
11
- pickle (0.6.1)
12
- cucumber (>= 3.0, < 7.0)
11
+ pickle (0.6.2)
12
+ cucumber (>= 3.0, < 8.0)
13
13
  rake
14
14
 
15
15
  GEM
@@ -49,7 +49,7 @@ GEM
49
49
  minitest (~> 5.1)
50
50
  thread_safe (~> 0.3, >= 0.3.4)
51
51
  tzinfo (~> 1.1)
52
- addressable (2.7.0)
52
+ addressable (2.8.0)
53
53
  public_suffix (>= 2.0.2, < 5.0)
54
54
  arel (6.0.4)
55
55
  backports (3.21.0)
@@ -62,7 +62,7 @@ GEM
62
62
  rack-test (>= 0.6.3)
63
63
  regexp_parser (>= 1.5, < 3.0)
64
64
  xpath (~> 3.2)
65
- codecov (0.5.2)
65
+ codecov (0.6.0)
66
66
  simplecov (>= 0.15, < 0.22)
67
67
  concurrent-ruby (1.1.9)
68
68
  crass (1.0.6)
@@ -95,13 +95,13 @@ GEM
95
95
  factory_bot (5.2.0)
96
96
  activesupport (>= 4.2.0)
97
97
  gherkin (5.1.0)
98
- git (1.8.1)
98
+ git (1.9.1)
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.10.0)
104
+ loofah (2.12.0)
105
105
  crass (~> 1.0.2)
106
106
  nokogiri (>= 1.5.9)
107
107
  machinist (2.0)
@@ -109,14 +109,14 @@ GEM
109
109
  mini_mime (>= 0.1.1)
110
110
  mime-types (3.3.1)
111
111
  mime-types-data (~> 3.2015)
112
- mime-types-data (3.2021.0225)
113
- mini_mime (1.1.0)
114
- mini_portile2 (2.5.3)
112
+ mime-types-data (3.2021.0901)
113
+ mini_mime (1.1.2)
114
+ mini_portile2 (2.6.1)
115
115
  minitest (5.14.4)
116
116
  multi_json (1.15.0)
117
117
  multi_test (0.1.2)
118
- nokogiri (1.11.7)
119
- mini_portile2 (~> 2.5.0)
118
+ nokogiri (1.12.5)
119
+ mini_portile2 (~> 2.6.1)
120
120
  racc (~> 1.4)
121
121
  public_suffix (4.0.6)
122
122
  racc (1.5.2)
@@ -140,14 +140,14 @@ GEM
140
140
  activesupport (>= 4.2.0, < 5.0)
141
141
  nokogiri (~> 1.6)
142
142
  rails-deprecated_sanitizer (>= 1.0.1)
143
- rails-html-sanitizer (1.3.0)
143
+ rails-html-sanitizer (1.4.2)
144
144
  loofah (~> 2.3)
145
145
  railties (4.2.11.3)
146
146
  actionpack (= 4.2.11.3)
147
147
  activesupport (= 4.2.11.3)
148
148
  rake (>= 0.8.7)
149
149
  thor (>= 0.18.1, < 2.0)
150
- rake (13.0.3)
150
+ rake (13.0.6)
151
151
  rchardet (1.8.0)
152
152
  regexp_parser (2.1.1)
153
153
  rspec-core (3.9.3)
@@ -0,0 +1,11 @@
1
+ source "http://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", "~> 6.0.0"
9
+ gem "cucumber", "~> 7.0"
10
+ gem "cucumber-rails"
11
+ gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
@@ -0,0 +1,11 @@
1
+ source "http://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", "~> 6.1.0"
9
+ gem "cucumber", "~> 7.0"
10
+ gem "cucumber-rails"
11
+ gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
@@ -1,3 +1,3 @@
1
1
  module Pickle
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
data/pickle.gemspec CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_dependency "cucumber", ">=3.0", "< 7.0"
22
+ s.add_dependency "cucumber", ">=3.0", "< 8.0"
23
23
  s.add_dependency "rake"
24
24
 
25
25
  s.add_development_dependency "rack"
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.6.1
4
+ version: 0.6.2
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: 2021-06-22 00:00:00.000000000 Z
13
+ date: 2021-10-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cucumber
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '3.0'
22
22
  - - "<"
23
23
  - !ruby/object:Gem::Version
24
- version: '7.0'
24
+ version: '8.0'
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
@@ -31,7 +31,7 @@ dependencies:
31
31
  version: '3.0'
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
- version: '7.0'
34
+ version: '8.0'
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rake
37
37
  requirement: !ruby/object:Gem::Requirement
@@ -309,10 +309,12 @@ files:
309
309
  - gemfiles/Gemfile-rails.6.0.x-cukes-4
310
310
  - gemfiles/Gemfile-rails.6.0.x-cukes-5
311
311
  - gemfiles/Gemfile-rails.6.0.x-cukes-6
312
+ - gemfiles/Gemfile-rails.6.0.x-cukes-7
312
313
  - gemfiles/Gemfile-rails.6.1.x-cukes-3
313
314
  - gemfiles/Gemfile-rails.6.1.x-cukes-4
314
315
  - gemfiles/Gemfile-rails.6.1.x-cukes-5
315
316
  - gemfiles/Gemfile-rails.6.1.x-cukes-6
317
+ - gemfiles/Gemfile-rails.6.1.x-cukes-7
316
318
  - gemfiles/Gemfile-rails.edge
317
319
  - lib/generators/pickle_generator.rb
318
320
  - lib/pickle.rb
@@ -368,7 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
368
370
  - !ruby/object:Gem::Version
369
371
  version: '2.0'
370
372
  requirements: []
371
- rubygems_version: 3.0.9
373
+ rubygems_version: 3.1.6
372
374
  signing_key:
373
375
  specification_version: 4
374
376
  summary: Easy model creation and reference in your cucumber features.