pickle 0.5.4 → 0.5.5

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
  SHA1:
3
- metadata.gz: 7e7168521d6d499e30be9d1fec65880ef854e0e9
4
- data.tar.gz: 8708853820e50391f50f23ce5bb07fec56b3edc4
3
+ metadata.gz: 496324f05dffdce0c945cbad9224d5ed16869a8f
4
+ data.tar.gz: d2a7f6a58e5794627be5403da3b4a2991b6aa139
5
5
  SHA512:
6
- metadata.gz: 0cae7674d31fbba4431d990edc9c179159a3036725df417898d55197941a4b81edf65ca7125f85c622c35527cbac0d7aafbbe39c9942037d4dc88916fe117d0d
7
- data.tar.gz: d247e0339a2254ab3c377160162213ff83c26f077cae65cef833ba67113eb44968e04c380e2d52f1e0642961d498c2cdbbbe27615ef3339146b8e3a7f78b43da
6
+ metadata.gz: 665f36173ce92800d0338fa16ea5095ca049829f0f30e7f87ded104ff89257eda5c11c3bee5a6eeb9a19952564b564b129b0a5cc4d98b3cc1d7aba358e5926cc
7
+ data.tar.gz: 0d0f6d4c0250144ae943546a8d84a320bdc0de1e070f0097cab9407424b1211d3b54d0a48b5fe947aa475af45f60f75aed97cf06fa27527b1966a0f6f95b8543
@@ -8,174 +8,198 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- pickle (0.5.4)
12
- cucumber (>= 0.8, < 3.0)
11
+ pickle (0.5.5)
12
+ cucumber (>= 0.8, < 4.0)
13
13
  rake
14
14
 
15
15
  GEM
16
16
  remote: http://rubygems.org/
17
17
  specs:
18
- actionmailer (4.2.9)
19
- actionpack (= 4.2.9)
20
- actionview (= 4.2.9)
21
- activejob (= 4.2.9)
18
+ actioncable (5.2.0)
19
+ actionpack (= 5.2.0)
20
+ nio4r (~> 2.0)
21
+ websocket-driver (>= 0.6.1)
22
+ actionmailer (5.2.0)
23
+ actionpack (= 5.2.0)
24
+ actionview (= 5.2.0)
25
+ activejob (= 5.2.0)
22
26
  mail (~> 2.5, >= 2.5.4)
23
- rails-dom-testing (~> 1.0, >= 1.0.5)
24
- actionpack (4.2.9)
25
- actionview (= 4.2.9)
26
- activesupport (= 4.2.9)
27
- rack (~> 1.6)
28
- rack-test (~> 0.6.2)
29
- rails-dom-testing (~> 1.0, >= 1.0.5)
27
+ rails-dom-testing (~> 2.0)
28
+ actionpack (5.2.0)
29
+ actionview (= 5.2.0)
30
+ activesupport (= 5.2.0)
31
+ rack (~> 2.0)
32
+ rack-test (>= 0.6.3)
33
+ rails-dom-testing (~> 2.0)
30
34
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- actionview (4.2.9)
32
- activesupport (= 4.2.9)
35
+ actionview (5.2.0)
36
+ activesupport (= 5.2.0)
33
37
  builder (~> 3.1)
34
- erubis (~> 2.7.0)
35
- rails-dom-testing (~> 1.0, >= 1.0.5)
38
+ erubi (~> 1.4)
39
+ rails-dom-testing (~> 2.0)
36
40
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
- activejob (4.2.9)
38
- activesupport (= 4.2.9)
39
- globalid (>= 0.3.0)
40
- activemodel (4.2.9)
41
- activesupport (= 4.2.9)
42
- builder (~> 3.1)
43
- activerecord (4.2.9)
44
- activemodel (= 4.2.9)
45
- activesupport (= 4.2.9)
46
- arel (~> 6.0)
47
- activesupport (4.2.9)
48
- i18n (~> 0.7)
41
+ activejob (5.2.0)
42
+ activesupport (= 5.2.0)
43
+ globalid (>= 0.3.6)
44
+ activemodel (5.2.0)
45
+ activesupport (= 5.2.0)
46
+ activerecord (5.2.0)
47
+ activemodel (= 5.2.0)
48
+ activesupport (= 5.2.0)
49
+ arel (>= 9.0)
50
+ activestorage (5.2.0)
51
+ actionpack (= 5.2.0)
52
+ activerecord (= 5.2.0)
53
+ marcel (~> 0.3.1)
54
+ activesupport (5.2.0)
55
+ concurrent-ruby (~> 1.0, >= 1.0.2)
56
+ i18n (>= 0.7, < 2)
49
57
  minitest (~> 5.1)
50
- thread_safe (~> 0.3, >= 0.3.4)
51
58
  tzinfo (~> 1.1)
52
- addressable (2.5.1)
53
- public_suffix (~> 2.0, >= 2.0.2)
54
- arel (6.0.4)
59
+ addressable (2.5.2)
60
+ public_suffix (>= 2.0.2, < 4.0)
61
+ arel (9.0.0)
62
+ backports (3.11.3)
55
63
  builder (3.2.3)
56
- capybara (2.15.1)
64
+ capybara (3.1.0)
57
65
  addressable
58
66
  mini_mime (>= 0.1.3)
59
- nokogiri (>= 1.3.3)
60
- rack (>= 1.0.0)
61
- rack-test (>= 0.5.4)
62
- xpath (~> 2.0)
67
+ nokogiri (~> 1.8)
68
+ rack (>= 1.6.0)
69
+ rack-test (>= 0.6.3)
70
+ xpath (~> 3.0)
63
71
  codecov (0.1.10)
64
72
  json
65
73
  simplecov
66
74
  url
67
75
  concurrent-ruby (1.0.5)
68
- cucumber (2.4.0)
76
+ crass (1.0.4)
77
+ cucumber (3.1.0)
69
78
  builder (>= 2.1.2)
70
- cucumber-core (~> 1.5.0)
79
+ cucumber-core (~> 3.1.0)
80
+ cucumber-expressions (~> 5.0.4)
71
81
  cucumber-wire (~> 0.0.1)
72
- diff-lcs (>= 1.1.3)
73
- gherkin (~> 4.0)
82
+ diff-lcs (~> 1.3)
83
+ gherkin (~> 5.0)
74
84
  multi_json (>= 1.7.5, < 2.0)
75
85
  multi_test (>= 0.1.2)
76
- cucumber-core (1.5.0)
77
- gherkin (~> 4.0)
78
- cucumber-rails (1.5.0)
79
- capybara (>= 1.1.2, < 3)
80
- cucumber (>= 1.3.8, < 4)
86
+ cucumber-core (3.1.0)
87
+ backports (>= 3.8.0)
88
+ cucumber-tag_expressions (~> 1.1.0)
89
+ gherkin (>= 5.0.0)
90
+ cucumber-expressions (5.0.18)
91
+ cucumber-rails (1.6.0)
92
+ capybara (>= 1.1.2, < 4)
93
+ cucumber (>= 3.0.2, < 4)
81
94
  mime-types (>= 1.17, < 4)
82
- nokogiri (~> 1.5)
83
- railties (>= 4, < 5.2)
95
+ nokogiri (~> 1.8)
96
+ railties (>= 4, < 6)
97
+ cucumber-tag_expressions (1.1.1)
84
98
  cucumber-wire (0.0.1)
85
- database_cleaner (1.6.1)
99
+ database_cleaner (1.7.0)
86
100
  diff-lcs (1.3)
87
- docile (1.1.5)
88
- erubis (2.7.0)
101
+ docile (1.3.0)
102
+ erubi (1.7.1)
89
103
  factory_bot (4.8.2)
90
104
  activesupport (>= 3.0.0)
91
- gherkin (4.1.3)
92
- git (1.3.0)
93
- globalid (0.4.0)
105
+ gherkin (5.0.0)
106
+ git (1.4.0)
107
+ globalid (0.4.1)
94
108
  activesupport (>= 4.2.0)
95
- i18n (0.8.6)
109
+ i18n (1.0.1)
110
+ concurrent-ruby (~> 1.0)
96
111
  json (2.1.0)
97
- loofah (2.0.3)
112
+ loofah (2.2.2)
113
+ crass (~> 1.0.2)
98
114
  nokogiri (>= 1.5.9)
99
115
  machinist (2.0)
100
- mail (2.6.6)
101
- mime-types (>= 1.16, < 4)
116
+ mail (2.7.0)
117
+ mini_mime (>= 0.1.1)
118
+ marcel (0.3.2)
119
+ mimemagic (~> 0.3.2)
120
+ method_source (0.9.0)
102
121
  mime-types (3.1)
103
122
  mime-types-data (~> 3.2015)
104
123
  mime-types-data (3.2016.0521)
105
- mini_mime (0.1.4)
106
- mini_portile2 (2.2.0)
107
- minitest (5.10.3)
108
- multi_json (1.12.1)
124
+ mimemagic (0.3.2)
125
+ mini_mime (1.0.0)
126
+ mini_portile2 (2.3.0)
127
+ minitest (5.11.3)
128
+ multi_json (1.13.1)
109
129
  multi_test (0.1.2)
110
- nokogiri (1.8.0)
111
- mini_portile2 (~> 2.2.0)
112
- public_suffix (2.0.5)
113
- rack (1.6.8)
114
- rack-test (0.6.3)
115
- rack (>= 1.0)
116
- rails (4.2.9)
117
- actionmailer (= 4.2.9)
118
- actionpack (= 4.2.9)
119
- actionview (= 4.2.9)
120
- activejob (= 4.2.9)
121
- activemodel (= 4.2.9)
122
- activerecord (= 4.2.9)
123
- activesupport (= 4.2.9)
124
- bundler (>= 1.3.0, < 2.0)
125
- railties (= 4.2.9)
126
- sprockets-rails
127
- rails-deprecated_sanitizer (1.0.3)
128
- activesupport (>= 4.2.0.alpha)
129
- rails-dom-testing (1.0.8)
130
- activesupport (>= 4.2.0.beta, < 5.0)
131
- nokogiri (~> 1.6)
132
- rails-deprecated_sanitizer (>= 1.0.1)
133
- rails-html-sanitizer (1.0.3)
134
- loofah (~> 2.0)
135
- railties (4.2.9)
136
- actionpack (= 4.2.9)
137
- activesupport (= 4.2.9)
130
+ nio4r (2.3.1)
131
+ nokogiri (1.8.2)
132
+ mini_portile2 (~> 2.3.0)
133
+ public_suffix (3.0.2)
134
+ rack (2.0.5)
135
+ rack-test (1.0.0)
136
+ rack (>= 1.0, < 3)
137
+ rails (5.2.0)
138
+ actioncable (= 5.2.0)
139
+ actionmailer (= 5.2.0)
140
+ actionpack (= 5.2.0)
141
+ actionview (= 5.2.0)
142
+ activejob (= 5.2.0)
143
+ activemodel (= 5.2.0)
144
+ activerecord (= 5.2.0)
145
+ activestorage (= 5.2.0)
146
+ activesupport (= 5.2.0)
147
+ bundler (>= 1.3.0)
148
+ railties (= 5.2.0)
149
+ sprockets-rails (>= 2.0.0)
150
+ rails-dom-testing (2.0.3)
151
+ activesupport (>= 4.2.0)
152
+ nokogiri (>= 1.6)
153
+ rails-html-sanitizer (1.0.4)
154
+ loofah (~> 2.2, >= 2.2.2)
155
+ railties (5.2.0)
156
+ actionpack (= 5.2.0)
157
+ activesupport (= 5.2.0)
158
+ method_source
138
159
  rake (>= 0.8.7)
139
160
  thor (>= 0.18.1, < 2.0)
140
- rake (12.0.0)
141
- rspec-core (3.6.0)
142
- rspec-support (~> 3.6.0)
143
- rspec-expectations (3.6.0)
161
+ rake (12.3.1)
162
+ rspec-core (3.7.1)
163
+ rspec-support (~> 3.7.0)
164
+ rspec-expectations (3.7.0)
144
165
  diff-lcs (>= 1.2.0, < 2.0)
145
- rspec-support (~> 3.6.0)
146
- rspec-mocks (3.6.0)
166
+ rspec-support (~> 3.7.0)
167
+ rspec-mocks (3.7.0)
147
168
  diff-lcs (>= 1.2.0, < 2.0)
148
- rspec-support (~> 3.6.0)
149
- rspec-rails (3.6.1)
169
+ rspec-support (~> 3.7.0)
170
+ rspec-rails (3.7.2)
150
171
  actionpack (>= 3.0)
151
172
  activesupport (>= 3.0)
152
173
  railties (>= 3.0)
153
- rspec-core (~> 3.6.0)
154
- rspec-expectations (~> 3.6.0)
155
- rspec-mocks (~> 3.6.0)
156
- rspec-support (~> 3.6.0)
157
- rspec-support (3.6.0)
158
- simplecov (0.15.0)
159
- docile (~> 1.1.0)
174
+ rspec-core (~> 3.7.0)
175
+ rspec-expectations (~> 3.7.0)
176
+ rspec-mocks (~> 3.7.0)
177
+ rspec-support (~> 3.7.0)
178
+ rspec-support (3.7.1)
179
+ simplecov (0.16.1)
180
+ docile (~> 1.1)
160
181
  json (>= 1.8, < 3)
161
182
  simplecov-html (~> 0.10.0)
162
183
  simplecov-html (0.10.2)
163
184
  sprockets (3.7.1)
164
185
  concurrent-ruby (~> 1.0)
165
186
  rack (> 1, < 3)
166
- sprockets-rails (3.2.0)
187
+ sprockets-rails (3.2.1)
167
188
  actionpack (>= 4.0)
168
189
  activesupport (>= 4.0)
169
190
  sprockets (>= 3.0.0)
170
191
  sqlite3 (1.3.13)
171
192
  thor (0.20.0)
172
193
  thread_safe (0.3.6)
173
- tzinfo (1.2.3)
194
+ tzinfo (1.2.5)
174
195
  thread_safe (~> 0.1)
175
196
  url (0.3.2)
176
- xpath (2.1.0)
177
- nokogiri (~> 1.3)
178
- yard (0.9.9)
197
+ websocket-driver (0.7.0)
198
+ websocket-extensions (>= 0.1.0)
199
+ websocket-extensions (0.1.3)
200
+ xpath (3.0.0)
201
+ nokogiri (~> 1.8)
202
+ yard (0.9.12)
179
203
 
180
204
  PLATFORMS
181
205
  ruby
@@ -192,10 +216,10 @@ DEPENDENCIES
192
216
  machinist
193
217
  pickle!
194
218
  rack
195
- rails (~> 4.2.6)
219
+ rails (~> 5.2.0)
196
220
  rspec-rails (~> 3.0)
197
221
  sqlite3
198
222
  yard
199
223
 
200
224
  BUNDLED WITH
201
- 1.16.0
225
+ 1.16.2
@@ -1,3 +1,6 @@
1
+ == 0.5.5
2
+ * Relax dependency on cucumber to allow usage with Rails 5.2
3
+
1
4
  == 0.5.4
2
5
  * updated FactoryGirl to FactoryBot
3
6
 
@@ -16,10 +16,9 @@ namespace :cucumber do
16
16
  Bundler.with_clean_env do
17
17
  gemfile = "cucumber_test_app/Gemfile"
18
18
  rm_rf "cucumber_test_app"
19
- sh "bundle exec rails new cucumber_test_app --skip-spring --skip-javascript --skip-sprockets"
19
+ sh "bundle exec rails new cucumber_test_app --skip-spring --skip-javascript --skip-sprockets --skip-bootsnap"
20
20
  sh "echo 'gem \"cucumber-rails\", :require => false' >> #{gemfile}"
21
21
  sh "echo 'gem \"rspec-rails\", \"~>3.0\"' >> #{gemfile}"
22
- sh "echo 'gem \"capybara\"' >> #{gemfile}"
23
22
  sh "echo 'gem \"pickle\", path: \"#{__dir__}/..\"' >> #{gemfile}"
24
23
  sh "bundle install --gemfile=#{gemfile}"
25
24
  sh "(cd cucumber_test_app ; bundle exec rake db:migrate)"
@@ -90,19 +90,19 @@ end
90
90
  # controllers
91
91
  class DefaultController < ActionController::Base
92
92
  def index
93
- render :text => "index: I was invoked with #{request.path}"
93
+ render :plain => "index: I was invoked with #{request.path}"
94
94
  end
95
-
95
+
96
96
  def show
97
- render :text => "show: I was invoked with #{request.path}"
97
+ render :plain => "show: I was invoked with #{request.path}"
98
98
  end
99
-
99
+
100
100
  def new
101
- render :text => "new: I was invoked with #{request.path}"
101
+ render :plain => "new: I was invoked with #{request.path}"
102
102
  end
103
-
103
+
104
104
  def edit
105
- render :text => "edit: I was invoked with #{request.path}"
105
+ render :plain => "edit: I was invoked with #{request.path}"
106
106
  end
107
107
  end
108
108
 
@@ -1,3 +1,3 @@
1
1
  module Pickle
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
@@ -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", ">=0.8", "< 3.0"
22
+ s.add_dependency "cucumber", ">=0.8", "< 4.0"
23
23
  s.add_dependency "rake"
24
24
 
25
25
  s.add_development_dependency "rack"
@@ -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.6"
30
+ s.add_development_dependency "rails", "~>5.2.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.5.4
4
+ version: 0.5.5
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: 2017-11-17 00:00:00.000000000 Z
13
+ date: 2018-05-22 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: '0.8'
22
22
  - - "<"
23
23
  - !ruby/object:Gem::Version
24
- version: '3.0'
24
+ version: '4.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: '0.8'
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
- version: '3.0'
34
+ version: '4.0'
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rake
37
37
  requirement: !ruby/object:Gem::Requirement
@@ -122,14 +122,14 @@ dependencies:
122
122
  requirements:
123
123
  - - "~>"
124
124
  - !ruby/object:Gem::Version
125
- version: 4.2.6
125
+ version: 5.2.0
126
126
  type: :development
127
127
  prerelease: false
128
128
  version_requirements: !ruby/object:Gem::Requirement
129
129
  requirements:
130
130
  - - "~>"
131
131
  - !ruby/object:Gem::Version
132
- version: 4.2.6
132
+ version: 5.2.0
133
133
  - !ruby/object:Gem::Dependency
134
134
  name: cucumber-rails
135
135
  requirement: !ruby/object:Gem::Requirement
@@ -348,7 +348,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
348
348
  version: 1.3.6
349
349
  requirements: []
350
350
  rubyforge_project: pickle
351
- rubygems_version: 2.6.13
351
+ rubygems_version: 2.6.14
352
352
  signing_key:
353
353
  specification_version: 4
354
354
  summary: Easy model creation and reference in your cucumber features.