geordi 11.2.1 → 12.0.1
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 +3 -3
- data/.ruby-version +1 -1
- data/CHANGELOG.md +9 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +43 -59
- data/geordi.gemspec +1 -1
- data/lib/geordi/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc23c0e80257e2e7aaf7fc1a5072b2f43ff1f4c256c02da05e1c2147344d4221
|
4
|
+
data.tar.gz: 589328ecc0caa7b2215de91a390b1b4fa9180ca53dba33a39427cf557602886a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4666832d3b69baf2d7fb61ead61cda680ad42bb037585cbc960186a883a32a026fe779c5525d4a7d06dc872de092eb6afaa8da9796d3a42bbb4885b15eaf7b66
|
7
|
+
data.tar.gz: d13e207305efbde114b771a0866013d6eb248ba3e42b1924accc556a55cf0999046881c4637666f85e127f602f24321b2b3fe91a4a41ea45e5e2b496c7c48620
|
data/.github/workflows/test.yml
CHANGED
@@ -13,14 +13,14 @@ jobs:
|
|
13
13
|
fail-fast: false
|
14
14
|
matrix:
|
15
15
|
include:
|
16
|
-
- ruby: 2.5.7
|
17
|
-
gemfile: Gemfile
|
18
16
|
- ruby: 2.7.4
|
19
17
|
gemfile: Gemfile
|
20
18
|
- ruby: 3.0.2
|
21
19
|
gemfile: Gemfile
|
22
20
|
- ruby: 3.3.6
|
23
21
|
gemfile: Gemfile
|
22
|
+
- ruby: 3.4.2
|
23
|
+
gemfile: Gemfile
|
24
24
|
env:
|
25
25
|
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
|
26
26
|
steps:
|
@@ -31,7 +31,7 @@ jobs:
|
|
31
31
|
ruby-version: "${{ matrix.ruby }}"
|
32
32
|
- name: Bundle
|
33
33
|
run: |
|
34
|
-
gem install bundler:2.
|
34
|
+
gem install bundler:2.3.27
|
35
35
|
bundle install --no-deployment
|
36
36
|
- name: Run specs
|
37
37
|
run: bundle exec rspec
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.7.4
|
data/CHANGELOG.md
CHANGED
@@ -7,9 +7,17 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
7
7
|
|
8
8
|
### Compatible changes
|
9
9
|
|
10
|
-
|
10
|
+
### Breaking changes
|
11
|
+
|
12
|
+
|
13
|
+
## 12.0.0 2025-02-25
|
14
|
+
|
15
|
+
### Compatible changes
|
16
|
+
* Add support for Ruby 3.3
|
17
|
+
* Add support for Ruby 3.4
|
11
18
|
|
12
19
|
### Breaking changes
|
20
|
+
* Drop support for Ruby 2.5.7
|
13
21
|
|
14
22
|
|
15
23
|
## 11.2.0 2024-11-22
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,18 +1,12 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
geordi (
|
4
|
+
geordi (12.0.1)
|
5
5
|
thor (~> 1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (6.1.4.1)
|
11
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
|
-
i18n (>= 1.6, < 2)
|
13
|
-
minitest (>= 5.1)
|
14
|
-
tzinfo (~> 2.0)
|
15
|
-
zeitwerk (~> 2.3)
|
16
10
|
addressable (2.7.0)
|
17
11
|
public_suffix (>= 2.0.2, < 5.0)
|
18
12
|
aruba (0.14.14)
|
@@ -22,59 +16,51 @@ GEM
|
|
22
16
|
ffi (~> 1.9)
|
23
17
|
rspec-expectations (>= 2.99)
|
24
18
|
thor (>= 0.19, < 2.0)
|
25
|
-
|
19
|
+
bigdecimal (3.1.9)
|
20
|
+
builder (3.3.0)
|
26
21
|
byebug (11.1.3)
|
27
22
|
childprocess (1.0.1)
|
28
23
|
rake (< 13.0)
|
29
24
|
coderay (1.1.3)
|
30
|
-
concurrent-ruby (1.1.9)
|
31
25
|
contracts (0.16.0)
|
32
|
-
cucumber (
|
33
|
-
builder (~> 3.2
|
34
|
-
cucumber-
|
35
|
-
cucumber-
|
36
|
-
cucumber-
|
37
|
-
cucumber-
|
38
|
-
cucumber-
|
39
|
-
cucumber-
|
40
|
-
diff-lcs (~> 1.
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
cucumber-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
cucumber-
|
56
|
-
|
57
|
-
|
58
|
-
cucumber-messages (~> 12.1, >= 12.1.1)
|
59
|
-
diff-lcs (1.4.4)
|
26
|
+
cucumber (9.2.1)
|
27
|
+
builder (~> 3.2)
|
28
|
+
cucumber-ci-environment (> 9, < 11)
|
29
|
+
cucumber-core (> 13, < 14)
|
30
|
+
cucumber-cucumber-expressions (~> 17.0)
|
31
|
+
cucumber-gherkin (> 24, < 28)
|
32
|
+
cucumber-html-formatter (> 20.3, < 22)
|
33
|
+
cucumber-messages (> 19, < 25)
|
34
|
+
diff-lcs (~> 1.5)
|
35
|
+
mini_mime (~> 1.1)
|
36
|
+
multi_test (~> 1.1)
|
37
|
+
sys-uname (~> 1.2)
|
38
|
+
cucumber-ci-environment (10.0.1)
|
39
|
+
cucumber-core (13.0.3)
|
40
|
+
cucumber-gherkin (>= 27, < 28)
|
41
|
+
cucumber-messages (>= 20, < 23)
|
42
|
+
cucumber-tag-expressions (> 5, < 7)
|
43
|
+
cucumber-cucumber-expressions (17.1.0)
|
44
|
+
bigdecimal
|
45
|
+
cucumber-gherkin (27.0.0)
|
46
|
+
cucumber-messages (>= 19.1.4, < 23)
|
47
|
+
cucumber-html-formatter (21.9.0)
|
48
|
+
cucumber-messages (> 19, < 28)
|
49
|
+
cucumber-messages (22.0.0)
|
50
|
+
cucumber-tag-expressions (6.1.2)
|
51
|
+
diff-lcs (1.6.0)
|
60
52
|
ffi (1.12.2)
|
61
|
-
highline (
|
62
|
-
|
63
|
-
|
64
|
-
launchy (2.
|
65
|
-
addressable (~> 2.
|
53
|
+
highline (3.1.2)
|
54
|
+
reline
|
55
|
+
io-console (0.8.0)
|
56
|
+
launchy (2.5.0)
|
57
|
+
addressable (~> 2.7)
|
66
58
|
method_source (1.1.0)
|
67
|
-
|
68
|
-
|
69
|
-
multi_test (0.1.2)
|
59
|
+
mini_mime (1.1.5)
|
60
|
+
multi_test (1.1.0)
|
70
61
|
parallel (1.19.2)
|
71
|
-
parallel_tests (
|
62
|
+
parallel_tests (4.9.1)
|
72
63
|
parallel
|
73
|
-
protobuf-cucumber (3.10.8)
|
74
|
-
activesupport (>= 3.2)
|
75
|
-
middleware
|
76
|
-
thor
|
77
|
-
thread_safe
|
78
64
|
pry (0.14.2)
|
79
65
|
coderay (~> 1.1)
|
80
66
|
method_source (~> 1.0)
|
@@ -83,6 +69,8 @@ GEM
|
|
83
69
|
pry (>= 0.13, < 0.15)
|
84
70
|
public_suffix (3.1.1)
|
85
71
|
rake (12.3.3)
|
72
|
+
reline (0.6.0)
|
73
|
+
io-console (~> 0.5)
|
86
74
|
rspec (3.10.0)
|
87
75
|
rspec-core (~> 3.10.0)
|
88
76
|
rspec-expectations (~> 3.10.0)
|
@@ -96,20 +84,16 @@ GEM
|
|
96
84
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
85
|
rspec-support (~> 3.10.0)
|
98
86
|
rspec-support (3.10.0)
|
99
|
-
sys-uname (1.
|
87
|
+
sys-uname (1.3.1)
|
100
88
|
ffi (~> 1.1)
|
101
|
-
thor (1.
|
102
|
-
thread_safe (0.3.6)
|
103
|
-
tzinfo (2.0.4)
|
104
|
-
concurrent-ruby (~> 1.0)
|
105
|
-
zeitwerk (2.4.2)
|
89
|
+
thor (1.3.2)
|
106
90
|
|
107
91
|
PLATFORMS
|
108
92
|
ruby
|
109
93
|
|
110
94
|
DEPENDENCIES
|
111
95
|
aruba (< 1)
|
112
|
-
cucumber (~>
|
96
|
+
cucumber (~> 9)
|
113
97
|
geordi!
|
114
98
|
highline
|
115
99
|
launchy
|
@@ -119,4 +103,4 @@ DEPENDENCIES
|
|
119
103
|
rspec
|
120
104
|
|
121
105
|
BUNDLED WITH
|
122
|
-
2.3.
|
106
|
+
2.3.27
|
data/geordi.gemspec
CHANGED
@@ -5,7 +5,7 @@ require 'geordi/version'
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'geordi'
|
7
7
|
spec.version = Geordi::VERSION
|
8
|
-
spec.required_ruby_version = '>= 2.
|
8
|
+
spec.required_ruby_version = '>= 2.7.4'
|
9
9
|
spec.authors = ['Henning Koch']
|
10
10
|
spec.email = ['henning.koch@makandra.de']
|
11
11
|
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geordi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 12.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henning Koch
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -116,14 +116,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
117
117
|
- - ">="
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version: 2.
|
119
|
+
version: 2.7.4
|
120
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
requirements: []
|
126
|
-
rubygems_version: 3.
|
126
|
+
rubygems_version: 3.1.6
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: Collection of command line tools we use in our daily work with Ruby, Rails
|