spreewald 4.4.3 → 4.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fafd6c66aa09488c02f829c4b64352d5fc0b8c313cbfcf3da8c8bfc9ef486192
4
- data.tar.gz: 2839f5ae1583910b595d9df1166cf3a26696d23a7850c444715e0b965b137782
3
+ metadata.gz: be47f16ea0fa8339c8edcb4c262b3af8a45bc4b3dc9c3521418d696e202f0fa3
4
+ data.tar.gz: 3d6ee00c9d70a268de045e63b48c7af9f21596a61127f93f1c302d667aacd09c
5
5
  SHA512:
6
- metadata.gz: e75c55d4e317c6e67fb93f35b0eac0ed1c9aa9bc4b28a6b68f45976734e5e4ad684549052529b2ce3d3fa31e2b3ef2835cbd16da1d91af991b85811e2cfdf2fa
7
- data.tar.gz: ab32078bf86d139a1ee68f21b27217a780eaad1784cf7dd1cf777a7fb2a4a0ceed42f7bf58e657fde8f1157984858bcd430c0d81e6dce79d51c2e032e9a20036
6
+ metadata.gz: d153eaeab487f112100fd45c66bd3f26ddb50d7c6d660a20ade0f18a719bd04095c2a7f8a07ba4af8690a869081085f3c5f70a4c328ff594f8af110e9fe6f007
7
+ data.tar.gz: 1f2bbf29fffe40f234634cd111419a80d508c308b15313142642e4f114b82d48addf1d130c979d38b8c08fc8040b92a9039bd1e01f59ab50dcefcc0e776baa43
@@ -14,13 +14,13 @@ jobs:
14
14
  fail-fast: false
15
15
  matrix:
16
16
  include:
17
- - ruby: 3.0.0
17
+ - ruby: 3.2.0
18
18
  gemfile: tests/rails-7_capybara-3/Gemfile
19
19
  # Used to run rspec and integration tests for spreewald binary:
20
20
  - ruby: 2.6.6
21
21
  gemfile: Gemfile.ruby266
22
- - ruby: 3.0.0
23
- gemfile: Gemfile.ruby300
22
+ - ruby: 3.2.0
23
+ gemfile: Gemfile.ruby320
24
24
  env:
25
25
  BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
26
26
  steps:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.2.0
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
3
3
 
4
4
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## 4.4.4
7
+ - Make `When /^(?:|I )attach the file "([^"]*)" to "([^"]*)"$/` compatible for Ruby 3.0.
8
+
6
9
  ## 4.4.3
7
10
  - Improve performance of the `I should (not) see a field ...` step to not retry the query when the element is **not** expected to be there.
8
11
  - Improve the `an email should have been sent with` step to ignore successive whitespaces after newlines in HTML mail bodies, effectively improving text matching in formatted HTML-tags.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- gemika (0.6.1)
4
+ gemika (0.8.1)
5
5
  rake (13.0.3)
6
6
 
7
7
  PLATFORMS
@@ -12,4 +12,4 @@ DEPENDENCIES
12
12
  rake
13
13
 
14
14
  BUNDLED WITH
15
- 2.2.17
15
+ 2.2.18
data/Gemfile.ruby266.lock CHANGED
@@ -44,7 +44,7 @@ GEM
44
44
  cucumber-messages (~> 17.1, >= 17.1.1)
45
45
  diff-lcs (1.4.4)
46
46
  ffi (1.15.4)
47
- gemika (0.6.1)
47
+ gemika (0.8.1)
48
48
  mail (2.7.1)
49
49
  mini_mime (>= 0.1.1)
50
50
  mime-types (3.4.1)
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- ruby '3.0.0'
3
+ ruby '3.2.0'
4
4
 
5
5
  gem 'rake'
6
6
  gem 'rspec'
@@ -8,5 +8,5 @@ gem 'cucumber'
8
8
  gem 'aruba'
9
9
 
10
10
  gem 'gemika'
11
- gem 'mail'
11
+ gem 'mail', '~> 2.8.0'
12
12
  gem 'nokogiri'
@@ -42,17 +42,30 @@ GEM
42
42
  cucumber-core (~> 10.1, >= 10.1.0)
43
43
  cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
44
44
  cucumber-messages (~> 17.1, >= 17.1.1)
45
+ date (3.3.3)
45
46
  diff-lcs (1.4.4)
46
47
  ffi (1.15.4)
47
- gemika (0.6.1)
48
- mail (2.7.1)
48
+ gemika (0.8.1)
49
+ mail (2.8.1)
49
50
  mini_mime (>= 0.1.1)
51
+ net-imap
52
+ net-pop
53
+ net-smtp
50
54
  mime-types (3.4.1)
51
55
  mime-types-data (~> 3.2015)
52
56
  mime-types-data (3.2021.1115)
53
- mini_mime (1.0.3)
57
+ mini_mime (1.1.2)
54
58
  multi_test (0.1.2)
55
- nokogiri (1.11.2-x86_64-linux)
59
+ net-imap (0.3.4)
60
+ date
61
+ net-protocol
62
+ net-pop (0.1.2)
63
+ net-protocol
64
+ net-protocol (0.2.1)
65
+ timeout
66
+ net-smtp (0.3.3)
67
+ net-protocol
68
+ nokogiri (1.14.1-x86_64-linux)
56
69
  racc (~> 1.4)
57
70
  racc (1.5.2)
58
71
  rake (13.0.3)
@@ -72,6 +85,7 @@ GEM
72
85
  sys-uname (1.2.2)
73
86
  ffi (~> 1.1)
74
87
  thor (1.1.0)
88
+ timeout (0.3.1)
75
89
 
76
90
  PLATFORMS
77
91
  x86_64-linux
@@ -80,13 +94,13 @@ DEPENDENCIES
80
94
  aruba
81
95
  cucumber
82
96
  gemika
83
- mail
97
+ mail (~> 2.8.0)
84
98
  nokogiri
85
99
  rake
86
100
  rspec
87
101
 
88
102
  RUBY VERSION
89
- ruby 3.0.0p0
103
+ ruby 3.2.0p0
90
104
 
91
105
  BUNDLED WITH
92
106
  2.2.3
@@ -165,7 +165,7 @@ When /^(?:|I )attach the file "([^"]*)" to "([^"]*)"$/ do |path, field|
165
165
  options[:make_visible] = true if javascript_capable?
166
166
 
167
167
  patiently do
168
- attach_file(field, File.expand_path(path), options)
168
+ attach_file(field, File.expand_path(path), **options)
169
169
  end
170
170
  end.overridable
171
171
 
@@ -1,3 +1,3 @@
1
1
  module Spreewald
2
- VERSION = '4.4.3'
2
+ VERSION = '4.4.4'
3
3
  end
data/spreewald.gemspec CHANGED
@@ -9,7 +9,12 @@ Gem::Specification.new do |gem|
9
9
  gem.summary = %q{Collection of useful cucumber steps.}
10
10
  gem.homepage = "https://github.com/makandra/spreewald"
11
11
  gem.license = 'MIT'
12
- gem.metadata = { 'rubygems_mfa_required' => 'true' }
12
+ gem.metadata = {
13
+ 'source_code_uri' => gem.homepage,
14
+ 'bug_tracker_uri' => gem.homepage + '/issues',
15
+ 'changelog_uri' => gem.homepage + '/blob/master/CHANGELOG.md',
16
+ 'rubygems_mfa_required' => 'true',
17
+ }
13
18
 
14
19
  gem.files = `git ls-files`.split($\)
15
20
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
- ruby '3.0.0'
4
+ ruby '3.2.0'
5
5
 
6
6
  gem 'rails', '~>7'
7
7
  gem 'sqlite3'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- spreewald (4.4.3)
4
+ spreewald (4.4.4)
5
5
  cucumber
6
6
  cucumber_priority (>= 0.3.0)
7
7
  rspec (>= 2.13.0)
@@ -145,7 +145,7 @@ GEM
145
145
  erubi (1.10.0)
146
146
  erubis (2.7.0)
147
147
  ffi (1.15.5)
148
- gemika (0.5.0)
148
+ gemika (0.8.1)
149
149
  globalid (1.0.0)
150
150
  activesupport (>= 5.0)
151
151
  haml (5.2.1)
@@ -197,7 +197,7 @@ GEM
197
197
  net-protocol
198
198
  timeout
199
199
  nio4r (2.5.8)
200
- nokogiri (1.13.3-x86_64-linux)
200
+ nokogiri (1.14.1-x86_64-linux)
201
201
  racc (~> 1.4)
202
202
  pry (0.14.0)
203
203
  coderay (~> 1.1)
@@ -304,7 +304,7 @@ DEPENDENCIES
304
304
  webrick
305
305
 
306
306
  RUBY VERSION
307
- ruby 3.0.0p0
307
+ ruby 3.2.0p0
308
308
 
309
309
  BUNDLED WITH
310
310
  2.2.24
@@ -1 +1 @@
1
- tests/shared/app/views/mailer
1
+ mailer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreewald
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.3
4
+ version: 4.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Kraze
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-05 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -140,8 +140,8 @@ files:
140
140
  - Gemfile.lock
141
141
  - Gemfile.ruby266
142
142
  - Gemfile.ruby266.lock
143
- - Gemfile.ruby300
144
- - Gemfile.ruby300.lock
143
+ - Gemfile.ruby320
144
+ - Gemfile.ruby320.lock
145
145
  - LICENSE
146
146
  - README.md
147
147
  - Rakefile
@@ -335,6 +335,9 @@ homepage: https://github.com/makandra/spreewald
335
335
  licenses:
336
336
  - MIT
337
337
  metadata:
338
+ source_code_uri: https://github.com/makandra/spreewald
339
+ bug_tracker_uri: https://github.com/makandra/spreewald/issues
340
+ changelog_uri: https://github.com/makandra/spreewald/blob/master/CHANGELOG.md
338
341
  rubygems_mfa_required: 'true'
339
342
  post_install_message:
340
343
  rdoc_options: []
@@ -351,7 +354,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
351
354
  - !ruby/object:Gem::Version
352
355
  version: '0'
353
356
  requirements: []
354
- rubygems_version: 3.2.3
357
+ rubygems_version: 3.4.6
355
358
  signing_key:
356
359
  specification_version: 4
357
360
  summary: Collection of useful cucumber steps.