spreewald 4.6.4 → 4.6.5
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 +4 -4
- data/.github/workflows/test.yml +17 -15
- data/Gemfile.lock +1 -1
- data/Gemfile.ruby_3_2_0.lock +132 -0
- data/Gemfile.ruby_3_3_10 +14 -0
- data/Gemfile.ruby_3_3_10.lock +132 -0
- data/{Gemfile.ruby266 → Gemfile.ruby_3_4_9} +2 -2
- data/Gemfile.ruby_3_4_9.lock +132 -0
- data/lib/spreewald/web_steps.rb +2 -2
- data/lib/spreewald_support/version.rb +1 -1
- data/tests/rails-7_capybara-3/Gemfile +0 -2
- data/tests/rails-7_capybara-3/Gemfile.lock +2 -5
- data/tests/rails-8_capybara-3/Gemfile +0 -2
- data/tests/rails-8_capybara-3/Gemfile.lock +11 -7
- metadata +9 -14
- data/Gemfile.ruby266.lock +0 -126
- data/Gemfile.ruby320.lock +0 -138
- data/tests/rails-7_capybara-3/.ruby-version +0 -1
- data/tests/rails-8_capybara-3/.ruby-version +0 -1
- /data/{Gemfile.ruby320 → Gemfile.ruby_3_2_0} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 391dac8d28db5141537172b358a00f971c397a8129c9ef1fa268610496c7a5c8
|
|
4
|
+
data.tar.gz: f941f249802922938a04aab2af437b077a561abad49256c1e2c75095accb5cbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4aa8806d50b6dc5b7adbf0d4bc30e869e69f6637f4a05d29d60ea655dac82daadab41ed3444b66ddd403c5e6eeac24eb7e0b9095d04accb4f70b981b58596f98
|
|
7
|
+
data.tar.gz: b8695184f2377cb6605f4c40f109758c5b7fea175ce37200ed5971965ee0ffe4a7c6c60368259bcee3514325edbee4bb6d79f0bac3e315a77596b2f298fc57e7
|
data/.github/workflows/test.yml
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
---
|
|
2
1
|
name: Tests
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
4
|
push:
|
|
5
5
|
branches:
|
|
6
|
-
|
|
6
|
+
- master
|
|
7
7
|
pull_request:
|
|
8
8
|
branches:
|
|
9
|
-
|
|
9
|
+
- master
|
|
10
|
+
|
|
10
11
|
jobs:
|
|
11
12
|
test:
|
|
12
13
|
runs-on: ubuntu-24.04
|
|
14
|
+
|
|
13
15
|
strategy:
|
|
14
16
|
fail-fast: false
|
|
15
17
|
matrix:
|
|
16
18
|
include:
|
|
17
19
|
- ruby: 3.2.0
|
|
18
20
|
gemfile: tests/rails-7_capybara-3/Gemfile
|
|
19
|
-
- ruby: 3.3.
|
|
21
|
+
- ruby: 3.3.10
|
|
20
22
|
gemfile: tests/rails-8_capybara-3/Gemfile
|
|
21
23
|
# Used to run rspec and integration tests for spreewald binary:
|
|
22
|
-
- ruby: 2.6.6
|
|
23
|
-
gemfile: Gemfile.ruby266
|
|
24
24
|
- ruby: 3.2.0
|
|
25
|
-
gemfile: Gemfile.
|
|
25
|
+
gemfile: Gemfile.ruby_3_2_0
|
|
26
|
+
- ruby: 3.3.10
|
|
27
|
+
gemfile: Gemfile.ruby_3_3_10
|
|
28
|
+
- ruby: 3.4.9
|
|
29
|
+
gemfile: Gemfile.ruby_3_4_9
|
|
26
30
|
env:
|
|
27
|
-
BUNDLE_GEMFILE:
|
|
31
|
+
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
|
32
|
+
|
|
28
33
|
steps:
|
|
29
|
-
- uses: actions/checkout@
|
|
34
|
+
- uses: actions/checkout@v6
|
|
30
35
|
- name: Install ruby
|
|
31
36
|
uses: ruby/setup-ruby@v1
|
|
32
37
|
with:
|
|
33
|
-
ruby-version:
|
|
34
|
-
|
|
35
|
-
run: |
|
|
36
|
-
gem install bundler:1.17.3
|
|
37
|
-
bundle install --no-deployment
|
|
38
|
+
ruby-version: ${{ matrix.ruby }}
|
|
39
|
+
bundler-cache: true
|
|
38
40
|
- name: Run tests
|
|
39
41
|
run: bundle exec rake matrix:single_test[${{ matrix.gemfile }},${{ matrix.ruby }}]
|
data/Gemfile.lock
CHANGED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
spreewald (4.6.5)
|
|
5
|
+
capybara
|
|
6
|
+
cucumber
|
|
7
|
+
cucumber_priority (>= 0.3.0)
|
|
8
|
+
rspec (>= 2.13.0)
|
|
9
|
+
xpath
|
|
10
|
+
|
|
11
|
+
GEM
|
|
12
|
+
remote: https://rubygems.org/
|
|
13
|
+
specs:
|
|
14
|
+
addressable (2.8.9)
|
|
15
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
16
|
+
aruba (2.3.3)
|
|
17
|
+
bundler (>= 1.17)
|
|
18
|
+
contracts (>= 0.16.0, < 0.18.0)
|
|
19
|
+
cucumber (>= 8.0, < 11.0)
|
|
20
|
+
rspec-expectations (>= 3.4, < 5.0)
|
|
21
|
+
thor (~> 1.0)
|
|
22
|
+
base64 (0.3.0)
|
|
23
|
+
bigdecimal (4.0.1)
|
|
24
|
+
builder (3.2.4)
|
|
25
|
+
capybara (3.40.0)
|
|
26
|
+
addressable
|
|
27
|
+
matrix
|
|
28
|
+
mini_mime (>= 0.1.3)
|
|
29
|
+
nokogiri (~> 1.11)
|
|
30
|
+
rack (>= 1.6.0)
|
|
31
|
+
rack-test (>= 0.6.3)
|
|
32
|
+
regexp_parser (>= 1.5, < 3.0)
|
|
33
|
+
xpath (~> 3.2)
|
|
34
|
+
contracts (0.16.0)
|
|
35
|
+
cucumber (10.2.0)
|
|
36
|
+
base64 (~> 0.2)
|
|
37
|
+
builder (~> 3.2)
|
|
38
|
+
cucumber-ci-environment (> 9, < 12)
|
|
39
|
+
cucumber-core (> 15, < 17)
|
|
40
|
+
cucumber-cucumber-expressions (> 17, < 20)
|
|
41
|
+
cucumber-html-formatter (> 21, < 23)
|
|
42
|
+
diff-lcs (~> 1.5)
|
|
43
|
+
logger (~> 1.6)
|
|
44
|
+
mini_mime (~> 1.1)
|
|
45
|
+
multi_test (~> 1.1)
|
|
46
|
+
sys-uname (~> 1.3)
|
|
47
|
+
cucumber-ci-environment (11.0.0)
|
|
48
|
+
cucumber-core (16.2.0)
|
|
49
|
+
cucumber-gherkin (> 36, < 40)
|
|
50
|
+
cucumber-messages (> 31, < 33)
|
|
51
|
+
cucumber-tag-expressions (> 6, < 9)
|
|
52
|
+
cucumber-cucumber-expressions (19.0.0)
|
|
53
|
+
bigdecimal
|
|
54
|
+
cucumber-gherkin (39.0.0)
|
|
55
|
+
cucumber-messages (>= 31, < 33)
|
|
56
|
+
cucumber-html-formatter (22.3.0)
|
|
57
|
+
cucumber-messages (> 23, < 33)
|
|
58
|
+
cucumber-messages (32.2.0)
|
|
59
|
+
cucumber-tag-expressions (8.1.0)
|
|
60
|
+
cucumber_priority (1.1.0)
|
|
61
|
+
cucumber
|
|
62
|
+
date (3.3.3)
|
|
63
|
+
diff-lcs (1.6.2)
|
|
64
|
+
ffi (1.15.4)
|
|
65
|
+
gemika (0.8.1)
|
|
66
|
+
logger (1.7.0)
|
|
67
|
+
mail (2.8.1)
|
|
68
|
+
mini_mime (>= 0.1.1)
|
|
69
|
+
net-imap
|
|
70
|
+
net-pop
|
|
71
|
+
net-smtp
|
|
72
|
+
matrix (0.4.3)
|
|
73
|
+
memoist3 (1.0.0)
|
|
74
|
+
mini_mime (1.1.2)
|
|
75
|
+
multi_test (1.1.0)
|
|
76
|
+
net-imap (0.3.4)
|
|
77
|
+
date
|
|
78
|
+
net-protocol
|
|
79
|
+
net-pop (0.1.2)
|
|
80
|
+
net-protocol
|
|
81
|
+
net-protocol (0.2.1)
|
|
82
|
+
timeout
|
|
83
|
+
net-smtp (0.3.3)
|
|
84
|
+
net-protocol
|
|
85
|
+
nokogiri (1.19.1-x86_64-linux-gnu)
|
|
86
|
+
racc (~> 1.4)
|
|
87
|
+
public_suffix (7.0.5)
|
|
88
|
+
racc (1.5.2)
|
|
89
|
+
rack (3.2.5)
|
|
90
|
+
rack-test (2.2.0)
|
|
91
|
+
rack (>= 1.3)
|
|
92
|
+
rake (13.0.3)
|
|
93
|
+
regexp_parser (2.11.3)
|
|
94
|
+
rspec (3.10.0)
|
|
95
|
+
rspec-core (~> 3.10.0)
|
|
96
|
+
rspec-expectations (~> 3.10.0)
|
|
97
|
+
rspec-mocks (~> 3.10.0)
|
|
98
|
+
rspec-core (3.10.1)
|
|
99
|
+
rspec-support (~> 3.10.0)
|
|
100
|
+
rspec-expectations (3.10.1)
|
|
101
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
102
|
+
rspec-support (~> 3.10.0)
|
|
103
|
+
rspec-mocks (3.10.2)
|
|
104
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
|
+
rspec-support (~> 3.10.0)
|
|
106
|
+
rspec-support (3.10.2)
|
|
107
|
+
sys-uname (1.5.0)
|
|
108
|
+
ffi (~> 1.1)
|
|
109
|
+
memoist3 (~> 1.0.0)
|
|
110
|
+
thor (1.1.0)
|
|
111
|
+
timeout (0.3.1)
|
|
112
|
+
xpath (3.2.0)
|
|
113
|
+
nokogiri (~> 1.8)
|
|
114
|
+
|
|
115
|
+
PLATFORMS
|
|
116
|
+
x86_64-linux
|
|
117
|
+
|
|
118
|
+
DEPENDENCIES
|
|
119
|
+
aruba
|
|
120
|
+
cucumber
|
|
121
|
+
gemika
|
|
122
|
+
mail (~> 2.8.0)
|
|
123
|
+
nokogiri
|
|
124
|
+
rake
|
|
125
|
+
rspec
|
|
126
|
+
spreewald!
|
|
127
|
+
|
|
128
|
+
RUBY VERSION
|
|
129
|
+
ruby 3.2.0p0
|
|
130
|
+
|
|
131
|
+
BUNDLED WITH
|
|
132
|
+
4.0.8
|
data/Gemfile.ruby_3_3_10
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
spreewald (4.6.5)
|
|
5
|
+
capybara
|
|
6
|
+
cucumber
|
|
7
|
+
cucumber_priority (>= 0.3.0)
|
|
8
|
+
rspec (>= 2.13.0)
|
|
9
|
+
xpath
|
|
10
|
+
|
|
11
|
+
GEM
|
|
12
|
+
remote: https://rubygems.org/
|
|
13
|
+
specs:
|
|
14
|
+
addressable (2.8.9)
|
|
15
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
16
|
+
aruba (2.3.3)
|
|
17
|
+
bundler (>= 1.17)
|
|
18
|
+
contracts (>= 0.16.0, < 0.18.0)
|
|
19
|
+
cucumber (>= 8.0, < 11.0)
|
|
20
|
+
rspec-expectations (>= 3.4, < 5.0)
|
|
21
|
+
thor (~> 1.0)
|
|
22
|
+
base64 (0.3.0)
|
|
23
|
+
bigdecimal (4.0.1)
|
|
24
|
+
builder (3.3.0)
|
|
25
|
+
capybara (3.40.0)
|
|
26
|
+
addressable
|
|
27
|
+
matrix
|
|
28
|
+
mini_mime (>= 0.1.3)
|
|
29
|
+
nokogiri (~> 1.11)
|
|
30
|
+
rack (>= 1.6.0)
|
|
31
|
+
rack-test (>= 0.6.3)
|
|
32
|
+
regexp_parser (>= 1.5, < 3.0)
|
|
33
|
+
xpath (~> 3.2)
|
|
34
|
+
contracts (0.17.3)
|
|
35
|
+
cucumber (10.2.0)
|
|
36
|
+
base64 (~> 0.2)
|
|
37
|
+
builder (~> 3.2)
|
|
38
|
+
cucumber-ci-environment (> 9, < 12)
|
|
39
|
+
cucumber-core (> 15, < 17)
|
|
40
|
+
cucumber-cucumber-expressions (> 17, < 20)
|
|
41
|
+
cucumber-html-formatter (> 21, < 23)
|
|
42
|
+
diff-lcs (~> 1.5)
|
|
43
|
+
logger (~> 1.6)
|
|
44
|
+
mini_mime (~> 1.1)
|
|
45
|
+
multi_test (~> 1.1)
|
|
46
|
+
sys-uname (~> 1.3)
|
|
47
|
+
cucumber-ci-environment (11.0.0)
|
|
48
|
+
cucumber-core (16.2.0)
|
|
49
|
+
cucumber-gherkin (> 36, < 40)
|
|
50
|
+
cucumber-messages (> 31, < 33)
|
|
51
|
+
cucumber-tag-expressions (> 6, < 9)
|
|
52
|
+
cucumber-cucumber-expressions (19.0.0)
|
|
53
|
+
bigdecimal
|
|
54
|
+
cucumber-gherkin (39.0.0)
|
|
55
|
+
cucumber-messages (>= 31, < 33)
|
|
56
|
+
cucumber-html-formatter (22.3.0)
|
|
57
|
+
cucumber-messages (> 23, < 33)
|
|
58
|
+
cucumber-messages (32.2.0)
|
|
59
|
+
cucumber-tag-expressions (8.1.0)
|
|
60
|
+
cucumber_priority (1.1.0)
|
|
61
|
+
cucumber
|
|
62
|
+
date (3.5.1)
|
|
63
|
+
diff-lcs (1.6.2)
|
|
64
|
+
ffi (1.17.3)
|
|
65
|
+
gemika (2.0.0)
|
|
66
|
+
logger (1.7.0)
|
|
67
|
+
mail (2.8.1)
|
|
68
|
+
mini_mime (>= 0.1.1)
|
|
69
|
+
net-imap
|
|
70
|
+
net-pop
|
|
71
|
+
net-smtp
|
|
72
|
+
matrix (0.4.3)
|
|
73
|
+
memoist3 (1.0.0)
|
|
74
|
+
mini_mime (1.1.5)
|
|
75
|
+
multi_test (1.1.0)
|
|
76
|
+
net-imap (0.6.3)
|
|
77
|
+
date
|
|
78
|
+
net-protocol
|
|
79
|
+
net-pop (0.1.2)
|
|
80
|
+
net-protocol
|
|
81
|
+
net-protocol (0.2.2)
|
|
82
|
+
timeout
|
|
83
|
+
net-smtp (0.5.1)
|
|
84
|
+
net-protocol
|
|
85
|
+
nokogiri (1.19.1-x86_64-linux-gnu)
|
|
86
|
+
racc (~> 1.4)
|
|
87
|
+
public_suffix (7.0.5)
|
|
88
|
+
racc (1.8.1)
|
|
89
|
+
rack (3.2.5)
|
|
90
|
+
rack-test (2.2.0)
|
|
91
|
+
rack (>= 1.3)
|
|
92
|
+
rake (13.3.1)
|
|
93
|
+
regexp_parser (2.11.3)
|
|
94
|
+
rspec (3.13.2)
|
|
95
|
+
rspec-core (~> 3.13.0)
|
|
96
|
+
rspec-expectations (~> 3.13.0)
|
|
97
|
+
rspec-mocks (~> 3.13.0)
|
|
98
|
+
rspec-core (3.13.6)
|
|
99
|
+
rspec-support (~> 3.13.0)
|
|
100
|
+
rspec-expectations (3.13.5)
|
|
101
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
102
|
+
rspec-support (~> 3.13.0)
|
|
103
|
+
rspec-mocks (3.13.8)
|
|
104
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
|
+
rspec-support (~> 3.13.0)
|
|
106
|
+
rspec-support (3.13.7)
|
|
107
|
+
sys-uname (1.5.0)
|
|
108
|
+
ffi (~> 1.1)
|
|
109
|
+
memoist3 (~> 1.0.0)
|
|
110
|
+
thor (1.5.0)
|
|
111
|
+
timeout (0.6.1)
|
|
112
|
+
xpath (3.2.0)
|
|
113
|
+
nokogiri (~> 1.8)
|
|
114
|
+
|
|
115
|
+
PLATFORMS
|
|
116
|
+
x86_64-linux
|
|
117
|
+
|
|
118
|
+
DEPENDENCIES
|
|
119
|
+
aruba
|
|
120
|
+
cucumber
|
|
121
|
+
gemika
|
|
122
|
+
mail (~> 2.8.0)
|
|
123
|
+
nokogiri
|
|
124
|
+
rake
|
|
125
|
+
rspec
|
|
126
|
+
spreewald!
|
|
127
|
+
|
|
128
|
+
RUBY VERSION
|
|
129
|
+
ruby 3.3.10
|
|
130
|
+
|
|
131
|
+
BUNDLED WITH
|
|
132
|
+
4.0.8
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
spreewald (4.6.5)
|
|
5
|
+
capybara
|
|
6
|
+
cucumber
|
|
7
|
+
cucumber_priority (>= 0.3.0)
|
|
8
|
+
rspec (>= 2.13.0)
|
|
9
|
+
xpath
|
|
10
|
+
|
|
11
|
+
GEM
|
|
12
|
+
remote: https://rubygems.org/
|
|
13
|
+
specs:
|
|
14
|
+
addressable (2.8.9)
|
|
15
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
16
|
+
aruba (2.3.3)
|
|
17
|
+
bundler (>= 1.17)
|
|
18
|
+
contracts (>= 0.16.0, < 0.18.0)
|
|
19
|
+
cucumber (>= 8.0, < 11.0)
|
|
20
|
+
rspec-expectations (>= 3.4, < 5.0)
|
|
21
|
+
thor (~> 1.0)
|
|
22
|
+
base64 (0.3.0)
|
|
23
|
+
bigdecimal (4.0.1)
|
|
24
|
+
builder (3.3.0)
|
|
25
|
+
capybara (3.40.0)
|
|
26
|
+
addressable
|
|
27
|
+
matrix
|
|
28
|
+
mini_mime (>= 0.1.3)
|
|
29
|
+
nokogiri (~> 1.11)
|
|
30
|
+
rack (>= 1.6.0)
|
|
31
|
+
rack-test (>= 0.6.3)
|
|
32
|
+
regexp_parser (>= 1.5, < 3.0)
|
|
33
|
+
xpath (~> 3.2)
|
|
34
|
+
contracts (0.17.3)
|
|
35
|
+
cucumber (10.2.0)
|
|
36
|
+
base64 (~> 0.2)
|
|
37
|
+
builder (~> 3.2)
|
|
38
|
+
cucumber-ci-environment (> 9, < 12)
|
|
39
|
+
cucumber-core (> 15, < 17)
|
|
40
|
+
cucumber-cucumber-expressions (> 17, < 20)
|
|
41
|
+
cucumber-html-formatter (> 21, < 23)
|
|
42
|
+
diff-lcs (~> 1.5)
|
|
43
|
+
logger (~> 1.6)
|
|
44
|
+
mini_mime (~> 1.1)
|
|
45
|
+
multi_test (~> 1.1)
|
|
46
|
+
sys-uname (~> 1.3)
|
|
47
|
+
cucumber-ci-environment (11.0.0)
|
|
48
|
+
cucumber-core (16.2.0)
|
|
49
|
+
cucumber-gherkin (> 36, < 40)
|
|
50
|
+
cucumber-messages (> 31, < 33)
|
|
51
|
+
cucumber-tag-expressions (> 6, < 9)
|
|
52
|
+
cucumber-cucumber-expressions (19.0.0)
|
|
53
|
+
bigdecimal
|
|
54
|
+
cucumber-gherkin (39.0.0)
|
|
55
|
+
cucumber-messages (>= 31, < 33)
|
|
56
|
+
cucumber-html-formatter (22.3.0)
|
|
57
|
+
cucumber-messages (> 23, < 33)
|
|
58
|
+
cucumber-messages (32.2.0)
|
|
59
|
+
cucumber-tag-expressions (8.1.0)
|
|
60
|
+
cucumber_priority (1.1.0)
|
|
61
|
+
cucumber
|
|
62
|
+
date (3.5.1)
|
|
63
|
+
diff-lcs (1.6.2)
|
|
64
|
+
ffi (1.17.3-x86_64-linux-gnu)
|
|
65
|
+
gemika (2.0.0)
|
|
66
|
+
logger (1.7.0)
|
|
67
|
+
mail (2.8.1)
|
|
68
|
+
mini_mime (>= 0.1.1)
|
|
69
|
+
net-imap
|
|
70
|
+
net-pop
|
|
71
|
+
net-smtp
|
|
72
|
+
matrix (0.4.3)
|
|
73
|
+
memoist3 (1.0.0)
|
|
74
|
+
mini_mime (1.1.5)
|
|
75
|
+
multi_test (1.1.0)
|
|
76
|
+
net-imap (0.6.3)
|
|
77
|
+
date
|
|
78
|
+
net-protocol
|
|
79
|
+
net-pop (0.1.2)
|
|
80
|
+
net-protocol
|
|
81
|
+
net-protocol (0.2.2)
|
|
82
|
+
timeout
|
|
83
|
+
net-smtp (0.5.1)
|
|
84
|
+
net-protocol
|
|
85
|
+
nokogiri (1.19.1-x86_64-linux-gnu)
|
|
86
|
+
racc (~> 1.4)
|
|
87
|
+
public_suffix (7.0.5)
|
|
88
|
+
racc (1.8.1)
|
|
89
|
+
rack (3.2.5)
|
|
90
|
+
rack-test (2.2.0)
|
|
91
|
+
rack (>= 1.3)
|
|
92
|
+
rake (13.3.1)
|
|
93
|
+
regexp_parser (2.11.3)
|
|
94
|
+
rspec (3.13.2)
|
|
95
|
+
rspec-core (~> 3.13.0)
|
|
96
|
+
rspec-expectations (~> 3.13.0)
|
|
97
|
+
rspec-mocks (~> 3.13.0)
|
|
98
|
+
rspec-core (3.13.6)
|
|
99
|
+
rspec-support (~> 3.13.0)
|
|
100
|
+
rspec-expectations (3.13.5)
|
|
101
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
102
|
+
rspec-support (~> 3.13.0)
|
|
103
|
+
rspec-mocks (3.13.8)
|
|
104
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
|
+
rspec-support (~> 3.13.0)
|
|
106
|
+
rspec-support (3.13.7)
|
|
107
|
+
sys-uname (1.5.0)
|
|
108
|
+
ffi (~> 1.1)
|
|
109
|
+
memoist3 (~> 1.0.0)
|
|
110
|
+
thor (1.5.0)
|
|
111
|
+
timeout (0.6.1)
|
|
112
|
+
xpath (3.2.0)
|
|
113
|
+
nokogiri (~> 1.8)
|
|
114
|
+
|
|
115
|
+
PLATFORMS
|
|
116
|
+
x86_64-linux
|
|
117
|
+
|
|
118
|
+
DEPENDENCIES
|
|
119
|
+
aruba
|
|
120
|
+
cucumber
|
|
121
|
+
gemika
|
|
122
|
+
mail (~> 2.8.0)
|
|
123
|
+
nokogiri
|
|
124
|
+
rake
|
|
125
|
+
rspec
|
|
126
|
+
spreewald!
|
|
127
|
+
|
|
128
|
+
RUBY VERSION
|
|
129
|
+
ruby 3.4.9
|
|
130
|
+
|
|
131
|
+
BUNDLED WITH
|
|
132
|
+
4.0.8
|
data/lib/spreewald/web_steps.rb
CHANGED
|
@@ -141,14 +141,14 @@ end.overridable
|
|
|
141
141
|
# Check a checkbox
|
|
142
142
|
When /^(?:|I )check "([^"]*)"$/ do |field|
|
|
143
143
|
patiently do
|
|
144
|
-
check(field)
|
|
144
|
+
check(field, allow_label_click: true)
|
|
145
145
|
end
|
|
146
146
|
end.overridable
|
|
147
147
|
|
|
148
148
|
# Uncheck a checkbox
|
|
149
149
|
When /^(?:|I )uncheck "([^"]*)"$/ do |field|
|
|
150
150
|
patiently do
|
|
151
|
-
uncheck(field)
|
|
151
|
+
uncheck(field, allow_label_click: true)
|
|
152
152
|
end
|
|
153
153
|
end.overridable
|
|
154
154
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../..
|
|
3
3
|
specs:
|
|
4
|
-
spreewald (4.6.
|
|
4
|
+
spreewald (4.6.5)
|
|
5
5
|
capybara
|
|
6
6
|
cucumber
|
|
7
7
|
cucumber_priority (>= 0.3.0)
|
|
@@ -134,7 +134,7 @@ GEM
|
|
|
134
134
|
cucumber-wire (6.2.1)
|
|
135
135
|
cucumber-core (~> 10.1, >= 10.1.0)
|
|
136
136
|
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
|
137
|
-
cucumber_priority (1.
|
|
137
|
+
cucumber_priority (1.1.0)
|
|
138
138
|
cucumber
|
|
139
139
|
database_cleaner (2.0.1)
|
|
140
140
|
database_cleaner-active_record (~> 2.0.0)
|
|
@@ -305,8 +305,5 @@ DEPENDENCIES
|
|
|
305
305
|
sqlite3
|
|
306
306
|
webrick
|
|
307
307
|
|
|
308
|
-
RUBY VERSION
|
|
309
|
-
ruby 3.2.0p0
|
|
310
|
-
|
|
311
308
|
BUNDLED WITH
|
|
312
309
|
2.2.24
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../..
|
|
3
3
|
specs:
|
|
4
|
-
spreewald (4.6.
|
|
4
|
+
spreewald (4.6.5)
|
|
5
5
|
capybara
|
|
6
6
|
cucumber
|
|
7
7
|
cucumber_priority (>= 0.3.0)
|
|
@@ -136,7 +136,7 @@ GEM
|
|
|
136
136
|
cucumber (>= 5, < 10)
|
|
137
137
|
railties (>= 5.2, < 9)
|
|
138
138
|
cucumber-tag-expressions (6.1.1)
|
|
139
|
-
cucumber_priority (1.
|
|
139
|
+
cucumber_priority (1.1.0)
|
|
140
140
|
cucumber
|
|
141
141
|
database_cleaner (2.1.0)
|
|
142
142
|
database_cleaner-active_record (>= 2, < 3)
|
|
@@ -148,6 +148,7 @@ GEM
|
|
|
148
148
|
diff-lcs (1.5.1)
|
|
149
149
|
drb (2.2.1)
|
|
150
150
|
erubi (1.13.0)
|
|
151
|
+
ffi (1.17.0)
|
|
151
152
|
ffi (1.17.0-x86_64-linux-gnu)
|
|
152
153
|
gemika (0.8.3)
|
|
153
154
|
globalid (1.2.1)
|
|
@@ -183,6 +184,7 @@ GEM
|
|
|
183
184
|
matrix (0.4.2)
|
|
184
185
|
method_source (1.1.0)
|
|
185
186
|
mini_mime (1.1.5)
|
|
187
|
+
mini_portile2 (2.8.9)
|
|
186
188
|
minitest (5.25.4)
|
|
187
189
|
multi_test (1.1.0)
|
|
188
190
|
net-imap (0.5.1)
|
|
@@ -195,6 +197,9 @@ GEM
|
|
|
195
197
|
net-smtp (0.5.0)
|
|
196
198
|
net-protocol
|
|
197
199
|
nio4r (2.7.4)
|
|
200
|
+
nokogiri (1.17.2)
|
|
201
|
+
mini_portile2 (~> 2.8.2)
|
|
202
|
+
racc (~> 1.4)
|
|
198
203
|
nokogiri (1.17.2-x86_64-linux)
|
|
199
204
|
racc (~> 1.4)
|
|
200
205
|
pry (0.15.0)
|
|
@@ -248,7 +253,7 @@ GEM
|
|
|
248
253
|
reline (0.5.12)
|
|
249
254
|
io-console (~> 0.5)
|
|
250
255
|
rexml (3.3.9)
|
|
251
|
-
rspec (3.13.
|
|
256
|
+
rspec (3.13.2)
|
|
252
257
|
rspec-core (~> 3.13.0)
|
|
253
258
|
rspec-expectations (~> 3.13.0)
|
|
254
259
|
rspec-mocks (~> 3.13.0)
|
|
@@ -277,6 +282,8 @@ GEM
|
|
|
277
282
|
rexml (~> 3.2, >= 3.2.5)
|
|
278
283
|
rubyzip (>= 1.2.2, < 3.0)
|
|
279
284
|
websocket (~> 1.0)
|
|
285
|
+
sqlite3 (2.4.1)
|
|
286
|
+
mini_portile2 (~> 2.8.0)
|
|
280
287
|
sqlite3 (2.4.1-x86_64-linux-gnu)
|
|
281
288
|
stringio (3.1.2)
|
|
282
289
|
sys-uname (1.3.1)
|
|
@@ -319,8 +326,5 @@ DEPENDENCIES
|
|
|
319
326
|
sqlite3
|
|
320
327
|
webrick
|
|
321
328
|
|
|
322
|
-
RUBY VERSION
|
|
323
|
-
ruby 3.3.6p108
|
|
324
|
-
|
|
325
329
|
BUNDLED WITH
|
|
326
|
-
|
|
330
|
+
4.0.8
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spreewald
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.6.
|
|
4
|
+
version: 4.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Kraze
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: cucumber
|
|
@@ -96,10 +95,12 @@ files:
|
|
|
96
95
|
- CHANGELOG.md
|
|
97
96
|
- Gemfile
|
|
98
97
|
- Gemfile.lock
|
|
99
|
-
- Gemfile.
|
|
100
|
-
- Gemfile.
|
|
101
|
-
- Gemfile.
|
|
102
|
-
- Gemfile.
|
|
98
|
+
- Gemfile.ruby_3_2_0
|
|
99
|
+
- Gemfile.ruby_3_2_0.lock
|
|
100
|
+
- Gemfile.ruby_3_3_10
|
|
101
|
+
- Gemfile.ruby_3_3_10.lock
|
|
102
|
+
- Gemfile.ruby_3_4_9
|
|
103
|
+
- Gemfile.ruby_3_4_9.lock
|
|
103
104
|
- LICENSE
|
|
104
105
|
- README.md
|
|
105
106
|
- Rakefile
|
|
@@ -157,7 +158,6 @@ files:
|
|
|
157
158
|
- support/step_definition.rb
|
|
158
159
|
- support/step_definition_file.rb
|
|
159
160
|
- support/step_manager.rb
|
|
160
|
-
- tests/rails-7_capybara-3/.ruby-version
|
|
161
161
|
- tests/rails-7_capybara-3/Gemfile
|
|
162
162
|
- tests/rails-7_capybara-3/Gemfile.lock
|
|
163
163
|
- tests/rails-7_capybara-3/README.md
|
|
@@ -218,7 +218,6 @@ files:
|
|
|
218
218
|
- tests/rails-7_capybara-3/public/favicon.ico
|
|
219
219
|
- tests/rails-7_capybara-3/public/fixture_files
|
|
220
220
|
- tests/rails-7_capybara-3/script/cucumber
|
|
221
|
-
- tests/rails-8_capybara-3/.ruby-version
|
|
222
221
|
- tests/rails-8_capybara-3/Gemfile
|
|
223
222
|
- tests/rails-8_capybara-3/Gemfile.lock
|
|
224
223
|
- tests/rails-8_capybara-3/README.md
|
|
@@ -368,7 +367,6 @@ metadata:
|
|
|
368
367
|
bug_tracker_uri: https://github.com/makandra/spreewald/issues
|
|
369
368
|
changelog_uri: https://github.com/makandra/spreewald/blob/master/CHANGELOG.md
|
|
370
369
|
rubygems_mfa_required: 'true'
|
|
371
|
-
post_install_message:
|
|
372
370
|
rdoc_options: []
|
|
373
371
|
require_paths:
|
|
374
372
|
- lib
|
|
@@ -383,12 +381,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
383
381
|
- !ruby/object:Gem::Version
|
|
384
382
|
version: '0'
|
|
385
383
|
requirements: []
|
|
386
|
-
rubygems_version: 3.
|
|
387
|
-
signing_key:
|
|
384
|
+
rubygems_version: 3.6.9
|
|
388
385
|
specification_version: 4
|
|
389
386
|
summary: Collection of useful cucumber steps.
|
|
390
387
|
test_files:
|
|
391
|
-
- tests/rails-7_capybara-3/.ruby-version
|
|
392
388
|
- tests/rails-7_capybara-3/Gemfile
|
|
393
389
|
- tests/rails-7_capybara-3/Gemfile.lock
|
|
394
390
|
- tests/rails-7_capybara-3/README.md
|
|
@@ -449,7 +445,6 @@ test_files:
|
|
|
449
445
|
- tests/rails-7_capybara-3/public/favicon.ico
|
|
450
446
|
- tests/rails-7_capybara-3/public/fixture_files
|
|
451
447
|
- tests/rails-7_capybara-3/script/cucumber
|
|
452
|
-
- tests/rails-8_capybara-3/.ruby-version
|
|
453
448
|
- tests/rails-8_capybara-3/Gemfile
|
|
454
449
|
- tests/rails-8_capybara-3/Gemfile.lock
|
|
455
450
|
- tests/rails-8_capybara-3/README.md
|
data/Gemfile.ruby266.lock
DELETED
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
spreewald (4.6.4)
|
|
5
|
-
capybara
|
|
6
|
-
cucumber
|
|
7
|
-
cucumber_priority (>= 0.3.0)
|
|
8
|
-
rspec (>= 2.13.0)
|
|
9
|
-
xpath
|
|
10
|
-
|
|
11
|
-
GEM
|
|
12
|
-
remote: https://rubygems.org/
|
|
13
|
-
specs:
|
|
14
|
-
addressable (2.8.7)
|
|
15
|
-
public_suffix (>= 2.0.2, < 7.0)
|
|
16
|
-
aruba (2.0.0)
|
|
17
|
-
bundler (>= 1.17, < 3.0)
|
|
18
|
-
childprocess (>= 2.0, < 5.0)
|
|
19
|
-
contracts (>= 0.16.0, < 0.18.0)
|
|
20
|
-
cucumber (>= 4.0, < 8.0)
|
|
21
|
-
rspec-expectations (~> 3.4)
|
|
22
|
-
thor (~> 1.0)
|
|
23
|
-
builder (3.2.4)
|
|
24
|
-
capybara (3.36.0)
|
|
25
|
-
addressable
|
|
26
|
-
matrix
|
|
27
|
-
mini_mime (>= 0.1.3)
|
|
28
|
-
nokogiri (~> 1.8)
|
|
29
|
-
rack (>= 1.6.0)
|
|
30
|
-
rack-test (>= 0.6.3)
|
|
31
|
-
regexp_parser (>= 1.5, < 3.0)
|
|
32
|
-
xpath (~> 3.2)
|
|
33
|
-
childprocess (4.0.0)
|
|
34
|
-
contracts (0.16.0)
|
|
35
|
-
cucumber (7.1.0)
|
|
36
|
-
builder (~> 3.2, >= 3.2.4)
|
|
37
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
|
38
|
-
cucumber-create-meta (~> 6.0, >= 6.0.1)
|
|
39
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
|
40
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
|
41
|
-
cucumber-html-formatter (~> 17.0, >= 17.0.0)
|
|
42
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
43
|
-
cucumber-wire (~> 6.2, >= 6.2.0)
|
|
44
|
-
diff-lcs (~> 1.4, >= 1.4.4)
|
|
45
|
-
mime-types (~> 3.3, >= 3.3.1)
|
|
46
|
-
multi_test (~> 0.1, >= 0.1.2)
|
|
47
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
|
48
|
-
cucumber-core (10.1.0)
|
|
49
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
|
50
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
51
|
-
cucumber-tag-expressions (~> 4.0, >= 4.0.2)
|
|
52
|
-
cucumber-create-meta (6.0.4)
|
|
53
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
54
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
|
55
|
-
cucumber-cucumber-expressions (14.0.0)
|
|
56
|
-
cucumber-gherkin (22.0.0)
|
|
57
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
58
|
-
cucumber-html-formatter (17.0.0)
|
|
59
|
-
cucumber-messages (~> 17.1, >= 17.1.0)
|
|
60
|
-
cucumber-messages (17.1.1)
|
|
61
|
-
cucumber-tag-expressions (4.1.0)
|
|
62
|
-
cucumber-wire (6.2.0)
|
|
63
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
|
64
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
|
65
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
66
|
-
cucumber_priority (1.0.0)
|
|
67
|
-
cucumber
|
|
68
|
-
diff-lcs (1.4.4)
|
|
69
|
-
ffi (1.15.4)
|
|
70
|
-
gemika (0.8.1)
|
|
71
|
-
mail (2.7.1)
|
|
72
|
-
mini_mime (>= 0.1.1)
|
|
73
|
-
matrix (0.4.2)
|
|
74
|
-
mime-types (3.4.1)
|
|
75
|
-
mime-types-data (~> 3.2015)
|
|
76
|
-
mime-types-data (3.2021.1115)
|
|
77
|
-
mini_mime (1.1.2)
|
|
78
|
-
mini_portile2 (2.5.3)
|
|
79
|
-
multi_test (0.1.2)
|
|
80
|
-
nokogiri (1.11.1)
|
|
81
|
-
mini_portile2 (~> 2.5.0)
|
|
82
|
-
racc (~> 1.4)
|
|
83
|
-
public_suffix (5.1.1)
|
|
84
|
-
racc (1.5.2)
|
|
85
|
-
rack (3.1.16)
|
|
86
|
-
rack-test (2.2.0)
|
|
87
|
-
rack (>= 1.3)
|
|
88
|
-
rake (13.0.3)
|
|
89
|
-
regexp_parser (2.10.0)
|
|
90
|
-
rspec (3.10.0)
|
|
91
|
-
rspec-core (~> 3.10.0)
|
|
92
|
-
rspec-expectations (~> 3.10.0)
|
|
93
|
-
rspec-mocks (~> 3.10.0)
|
|
94
|
-
rspec-core (3.10.1)
|
|
95
|
-
rspec-support (~> 3.10.0)
|
|
96
|
-
rspec-expectations (3.10.1)
|
|
97
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
98
|
-
rspec-support (~> 3.10.0)
|
|
99
|
-
rspec-mocks (3.10.2)
|
|
100
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
101
|
-
rspec-support (~> 3.10.0)
|
|
102
|
-
rspec-support (3.10.2)
|
|
103
|
-
sys-uname (1.2.2)
|
|
104
|
-
ffi (~> 1.1)
|
|
105
|
-
thor (1.1.0)
|
|
106
|
-
xpath (3.2.0)
|
|
107
|
-
nokogiri (~> 1.8)
|
|
108
|
-
|
|
109
|
-
PLATFORMS
|
|
110
|
-
ruby
|
|
111
|
-
|
|
112
|
-
DEPENDENCIES
|
|
113
|
-
aruba
|
|
114
|
-
cucumber
|
|
115
|
-
gemika
|
|
116
|
-
mail
|
|
117
|
-
nokogiri
|
|
118
|
-
rake
|
|
119
|
-
rspec
|
|
120
|
-
spreewald!
|
|
121
|
-
|
|
122
|
-
RUBY VERSION
|
|
123
|
-
ruby 2.6.6p146
|
|
124
|
-
|
|
125
|
-
BUNDLED WITH
|
|
126
|
-
2.2.17
|
data/Gemfile.ruby320.lock
DELETED
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
spreewald (4.6.4)
|
|
5
|
-
capybara
|
|
6
|
-
cucumber
|
|
7
|
-
cucumber_priority (>= 0.3.0)
|
|
8
|
-
rspec (>= 2.13.0)
|
|
9
|
-
xpath
|
|
10
|
-
|
|
11
|
-
GEM
|
|
12
|
-
remote: https://rubygems.org/
|
|
13
|
-
specs:
|
|
14
|
-
addressable (2.8.7)
|
|
15
|
-
public_suffix (>= 2.0.2, < 7.0)
|
|
16
|
-
aruba (2.0.0)
|
|
17
|
-
bundler (>= 1.17, < 3.0)
|
|
18
|
-
childprocess (>= 2.0, < 5.0)
|
|
19
|
-
contracts (>= 0.16.0, < 0.18.0)
|
|
20
|
-
cucumber (>= 4.0, < 8.0)
|
|
21
|
-
rspec-expectations (~> 3.4)
|
|
22
|
-
thor (~> 1.0)
|
|
23
|
-
builder (3.2.4)
|
|
24
|
-
capybara (3.40.0)
|
|
25
|
-
addressable
|
|
26
|
-
matrix
|
|
27
|
-
mini_mime (>= 0.1.3)
|
|
28
|
-
nokogiri (~> 1.11)
|
|
29
|
-
rack (>= 1.6.0)
|
|
30
|
-
rack-test (>= 0.6.3)
|
|
31
|
-
regexp_parser (>= 1.5, < 3.0)
|
|
32
|
-
xpath (~> 3.2)
|
|
33
|
-
childprocess (4.0.0)
|
|
34
|
-
contracts (0.16.0)
|
|
35
|
-
cucumber (7.1.0)
|
|
36
|
-
builder (~> 3.2, >= 3.2.4)
|
|
37
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
|
38
|
-
cucumber-create-meta (~> 6.0, >= 6.0.1)
|
|
39
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
|
40
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
|
41
|
-
cucumber-html-formatter (~> 17.0, >= 17.0.0)
|
|
42
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
43
|
-
cucumber-wire (~> 6.2, >= 6.2.0)
|
|
44
|
-
diff-lcs (~> 1.4, >= 1.4.4)
|
|
45
|
-
mime-types (~> 3.3, >= 3.3.1)
|
|
46
|
-
multi_test (~> 0.1, >= 0.1.2)
|
|
47
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
|
48
|
-
cucumber-core (10.1.0)
|
|
49
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
|
50
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
51
|
-
cucumber-tag-expressions (~> 4.0, >= 4.0.2)
|
|
52
|
-
cucumber-create-meta (6.0.4)
|
|
53
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
54
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
|
55
|
-
cucumber-cucumber-expressions (14.0.0)
|
|
56
|
-
cucumber-gherkin (22.0.0)
|
|
57
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
58
|
-
cucumber-html-formatter (17.0.0)
|
|
59
|
-
cucumber-messages (~> 17.1, >= 17.1.0)
|
|
60
|
-
cucumber-messages (17.1.1)
|
|
61
|
-
cucumber-tag-expressions (4.1.0)
|
|
62
|
-
cucumber-wire (6.2.0)
|
|
63
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
|
64
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
|
65
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
66
|
-
cucumber_priority (1.0.0)
|
|
67
|
-
cucumber
|
|
68
|
-
date (3.3.3)
|
|
69
|
-
diff-lcs (1.4.4)
|
|
70
|
-
ffi (1.15.4)
|
|
71
|
-
gemika (0.8.1)
|
|
72
|
-
mail (2.8.1)
|
|
73
|
-
mini_mime (>= 0.1.1)
|
|
74
|
-
net-imap
|
|
75
|
-
net-pop
|
|
76
|
-
net-smtp
|
|
77
|
-
matrix (0.4.2)
|
|
78
|
-
mime-types (3.4.1)
|
|
79
|
-
mime-types-data (~> 3.2015)
|
|
80
|
-
mime-types-data (3.2021.1115)
|
|
81
|
-
mini_mime (1.1.2)
|
|
82
|
-
multi_test (0.1.2)
|
|
83
|
-
net-imap (0.3.4)
|
|
84
|
-
date
|
|
85
|
-
net-protocol
|
|
86
|
-
net-pop (0.1.2)
|
|
87
|
-
net-protocol
|
|
88
|
-
net-protocol (0.2.1)
|
|
89
|
-
timeout
|
|
90
|
-
net-smtp (0.3.3)
|
|
91
|
-
net-protocol
|
|
92
|
-
nokogiri (1.14.1-x86_64-linux)
|
|
93
|
-
racc (~> 1.4)
|
|
94
|
-
public_suffix (6.0.2)
|
|
95
|
-
racc (1.5.2)
|
|
96
|
-
rack (3.1.16)
|
|
97
|
-
rack-test (2.2.0)
|
|
98
|
-
rack (>= 1.3)
|
|
99
|
-
rake (13.0.3)
|
|
100
|
-
regexp_parser (2.10.0)
|
|
101
|
-
rspec (3.10.0)
|
|
102
|
-
rspec-core (~> 3.10.0)
|
|
103
|
-
rspec-expectations (~> 3.10.0)
|
|
104
|
-
rspec-mocks (~> 3.10.0)
|
|
105
|
-
rspec-core (3.10.1)
|
|
106
|
-
rspec-support (~> 3.10.0)
|
|
107
|
-
rspec-expectations (3.10.1)
|
|
108
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
109
|
-
rspec-support (~> 3.10.0)
|
|
110
|
-
rspec-mocks (3.10.2)
|
|
111
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
112
|
-
rspec-support (~> 3.10.0)
|
|
113
|
-
rspec-support (3.10.2)
|
|
114
|
-
sys-uname (1.2.2)
|
|
115
|
-
ffi (~> 1.1)
|
|
116
|
-
thor (1.1.0)
|
|
117
|
-
timeout (0.3.1)
|
|
118
|
-
xpath (3.2.0)
|
|
119
|
-
nokogiri (~> 1.8)
|
|
120
|
-
|
|
121
|
-
PLATFORMS
|
|
122
|
-
x86_64-linux
|
|
123
|
-
|
|
124
|
-
DEPENDENCIES
|
|
125
|
-
aruba
|
|
126
|
-
cucumber
|
|
127
|
-
gemika
|
|
128
|
-
mail (~> 2.8.0)
|
|
129
|
-
nokogiri
|
|
130
|
-
rake
|
|
131
|
-
rspec
|
|
132
|
-
spreewald!
|
|
133
|
-
|
|
134
|
-
RUBY VERSION
|
|
135
|
-
ruby 3.2.0p0
|
|
136
|
-
|
|
137
|
-
BUNDLED WITH
|
|
138
|
-
2.2.3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.2.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.2.0
|
|
File without changes
|