rascal 0.3.7 → 0.3.8

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: e2c69b643b7dc14913085c3255cf11421dca933e19a3f148fb52e53fdacf8174
4
- data.tar.gz: c15df780599c8984ab20c44f5cde8f50bf7e0e4f6300ec82e4940f607916602f
3
+ metadata.gz: 22c78d7c9292f897efdaba2a08b29dfc00d9a2aede627ddd06ca0462bd1236c3
4
+ data.tar.gz: 5c5872e06dad5a8cbe24e5db69aa45ec11cf1bfba7908c4a6f72215d4c2e6599
5
5
  SHA512:
6
- metadata.gz: e727361949e6fc657fd995595cff0f19b6e0e7593a05e01ca9b81e75e1ab0ca7af055e506937b76948e1a175ff59df5c9df7437677589d6657678138f7f6c3e4
7
- data.tar.gz: 6854688dad1a0efec3b9278b8b2e9aa42b78bdc06f45f89d95eea0c17ff67ad430afd6c81f9fec43ee318207050053dc6ab314d3d5a355671ba856be9e49f9af
6
+ metadata.gz: 82ffaf3d2c09d6be60674d5066e5b9694e7be4f3693f68bc8ff96bdbc60c461023a8e60d5d090bb51df89d7a5fdc1c502c24ee8127a6ae1c44c2b81dd77e14b7
7
+ data.tar.gz: e2e7f8c122a9e6a97c804502ae81e8143751471f404201aa6b99587d41ff166b87465d31d026809a152f3ba707c7e8a1cd3484f9b6788a0fc2eb22a0a1ec3dc4
@@ -17,6 +17,8 @@ jobs:
17
17
  gemfile: Gemfile.2.5
18
18
  - ruby: 3.2.0
19
19
  gemfile: Gemfile
20
+ - ruby: 3.4.1
21
+ gemfile: Gemfile
20
22
  env:
21
23
  BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
22
24
  steps:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.4.1
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented here.
4
4
 
5
5
  Rascal follows semantic versioning. This has little consequence pre 1.0, so expect breaking changes.
6
6
 
7
+ ## 0.3.8 (2025-02-10)
8
+
9
+ - Ruby 3.4 support.
10
+
11
+
7
12
  ## 0.3.7 (2024-03-22)
8
13
 
9
14
  - Ignore `stage:` blocks in .gitlab-ci.yml.
data/Gemfile.2.5.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rascal (0.3.7)
5
- thor (~> 0.20.3)
4
+ rascal (0.3.8)
5
+ thor (>= 1.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- aruba (0.14.9)
11
- childprocess (>= 0.6.3, < 1.1.0)
10
+ aruba (0.14.14)
11
+ childprocess (>= 0.6.3, < 4.0.0)
12
12
  contracts (~> 0.9)
13
13
  cucumber (>= 1.3.19)
14
14
  ffi (~> 1.9)
15
15
  rspec-expectations (>= 2.99)
16
- thor (~> 0.19)
16
+ thor (>= 0.19, < 2.0)
17
17
  builder (3.2.4)
18
18
  childprocess (1.0.0)
19
19
  coderay (1.1.2)
@@ -51,7 +51,7 @@ GEM
51
51
  diff-lcs (1.5.0)
52
52
  ffi (1.10.0)
53
53
  formatador (0.2.5)
54
- guard (2.15.0)
54
+ guard (2.17.0)
55
55
  formatador (>= 0.2.4)
56
56
  listen (>= 2.7, < 4.0)
57
57
  lumberjack (>= 1.0.12, < 2.0)
@@ -107,7 +107,7 @@ GEM
107
107
  shellany (0.0.1)
108
108
  sys-uname (1.2.2)
109
109
  ffi (~> 1.1)
110
- thor (0.20.3)
110
+ thor (1.2.2)
111
111
 
112
112
  PLATFORMS
113
113
  ruby
@@ -122,4 +122,4 @@ DEPENDENCIES
122
122
  rspec
123
123
 
124
124
  BUNDLED WITH
125
- 2.2.28
125
+ 2.3.27
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rascal (0.3.7)
5
- thor (~> 0.20.3)
4
+ rascal (0.3.8)
5
+ thor (>= 1.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -14,36 +14,38 @@ GEM
14
14
  ffi (~> 1.9)
15
15
  rspec-expectations (>= 2.99)
16
16
  thor (>= 0.19, < 2.0)
17
- builder (3.2.4)
17
+ bigdecimal (3.1.9)
18
+ builder (3.3.0)
18
19
  childprocess (3.0.0)
19
20
  coderay (1.1.3)
20
21
  contracts (0.17)
21
- cucumber (8.0.0)
22
- builder (~> 3.2, >= 3.2.4)
23
- cucumber-ci-environment (~> 9.0, >= 9.0.4)
24
- cucumber-core (~> 11.0, >= 11.0.0)
25
- cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
26
- cucumber-gherkin (~> 23.0, >= 23.0.1)
27
- cucumber-html-formatter (~> 19.1, >= 19.1.0)
28
- cucumber-messages (~> 18.0, >= 18.0.0)
29
- diff-lcs (~> 1.5, >= 1.5.0)
30
- mime-types (~> 3.4, >= 3.4.1)
31
- multi_test (~> 1.1, >= 1.1.0)
32
- sys-uname (~> 1.2, >= 1.2.2)
33
- cucumber-ci-environment (9.1.0)
34
- cucumber-core (11.0.0)
35
- cucumber-gherkin (~> 23.0, >= 23.0.1)
36
- cucumber-messages (~> 18.0, >= 18.0.0)
37
- cucumber-tag-expressions (~> 4.1, >= 4.1.0)
38
- cucumber-cucumber-expressions (15.2.0)
39
- cucumber-gherkin (23.0.1)
40
- cucumber-messages (~> 18.0, >= 18.0.0)
41
- cucumber-html-formatter (19.2.0)
42
- cucumber-messages (~> 18.0, >= 18.0.0)
43
- cucumber-messages (18.0.0)
44
- cucumber-tag-expressions (4.1.0)
45
- diff-lcs (1.5.0)
46
- ffi (1.15.5)
22
+ cucumber (9.2.1)
23
+ builder (~> 3.2)
24
+ cucumber-ci-environment (> 9, < 11)
25
+ cucumber-core (> 13, < 14)
26
+ cucumber-cucumber-expressions (~> 17.0)
27
+ cucumber-gherkin (> 24, < 28)
28
+ cucumber-html-formatter (> 20.3, < 22)
29
+ cucumber-messages (> 19, < 25)
30
+ diff-lcs (~> 1.5)
31
+ mini_mime (~> 1.1)
32
+ multi_test (~> 1.1)
33
+ sys-uname (~> 1.2)
34
+ cucumber-ci-environment (10.0.1)
35
+ cucumber-core (13.0.3)
36
+ cucumber-gherkin (>= 27, < 28)
37
+ cucumber-messages (>= 20, < 23)
38
+ cucumber-tag-expressions (> 5, < 7)
39
+ cucumber-cucumber-expressions (17.1.0)
40
+ bigdecimal
41
+ cucumber-gherkin (27.0.0)
42
+ cucumber-messages (>= 19.1.4, < 23)
43
+ cucumber-html-formatter (21.9.0)
44
+ cucumber-messages (> 19, < 28)
45
+ cucumber-messages (22.0.0)
46
+ cucumber-tag-expressions (6.1.2)
47
+ diff-lcs (1.5.1)
48
+ ffi (1.17.1)
47
49
  formatador (1.1.0)
48
50
  guard (2.18.0)
49
51
  formatador (>= 0.2.4)
@@ -67,9 +69,7 @@ GEM
67
69
  rb-inotify (~> 0.9, >= 0.9.10)
68
70
  lumberjack (1.2.8)
69
71
  method_source (1.0.0)
70
- mime-types (3.4.1)
71
- mime-types-data (~> 3.2015)
72
- mime-types-data (3.2022.0105)
72
+ mini_mime (1.1.5)
73
73
  multi_test (1.1.0)
74
74
  nenv (0.3.0)
75
75
  notiffany (0.1.3)
@@ -78,7 +78,7 @@ GEM
78
78
  pry (0.14.2)
79
79
  coderay (~> 1.1)
80
80
  method_source (~> 1.0)
81
- rake (13.0.6)
81
+ rake (13.2.1)
82
82
  rb-fsevent (0.11.2)
83
83
  rb-inotify (0.10.1)
84
84
  ffi (~> 1.0)
@@ -96,9 +96,9 @@ GEM
96
96
  rspec-support (~> 3.12.0)
97
97
  rspec-support (3.12.0)
98
98
  shellany (0.0.1)
99
- sys-uname (1.2.2)
99
+ sys-uname (1.3.1)
100
100
  ffi (~> 1.1)
101
- thor (0.20.3)
101
+ thor (1.3.2)
102
102
 
103
103
  PLATFORMS
104
104
  ruby
@@ -113,4 +113,4 @@ DEPENDENCIES
113
113
  rspec
114
114
 
115
115
  BUNDLED WITH
116
- 2.2.28
116
+ 2.6.3
@@ -1,3 +1,3 @@
1
1
  module Rascal
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.8"
3
3
  end
data/rascal.gemspec CHANGED
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
34
34
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
35
  spec.require_paths = ["lib"]
36
36
 
37
- spec.add_dependency "thor", "~> 0.20.3"
37
+ spec.add_dependency "thor", ">= 1.0.0"
38
38
  end
metadata CHANGED
@@ -1,30 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rascal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Kraze
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-03-22 00:00:00.000000000 Z
10
+ date: 2025-02-10 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: thor
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - "~>"
16
+ - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.20.3
18
+ version: 1.0.0
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - "~>"
23
+ - - ">="
25
24
  - !ruby/object:Gem::Version
26
- version: 0.20.3
27
- description:
25
+ version: 1.0.0
28
26
  email:
29
27
  - tobias.kraze@makandra.de
30
28
  executables:
@@ -81,7 +79,6 @@ metadata:
81
79
  source_code_uri: https://github.com/makandra/rascal
82
80
  changelog_uri: https://github.com/makandra/rascal/blob/master/CHANGELOG.md
83
81
  rubygems_mfa_required: 'true'
84
- post_install_message:
85
82
  rdoc_options: []
86
83
  require_paths:
87
84
  - lib
@@ -96,8 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
93
  - !ruby/object:Gem::Version
97
94
  version: '0'
98
95
  requirements: []
99
- rubygems_version: 3.4.1
100
- signing_key:
96
+ rubygems_version: 3.6.3
101
97
  specification_version: 4
102
98
  summary: Spin up CI environments locally.
103
99
  test_files: []