rascal 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +2 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +5 -0
- data/Gemfile.2.5.lock +8 -8
- data/Gemfile.lock +36 -36
- data/lib/rascal/version.rb +1 -1
- data/rascal.gemspec +1 -1
- metadata +7 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22c78d7c9292f897efdaba2a08b29dfc00d9a2aede627ddd06ca0462bd1236c3
|
4
|
+
data.tar.gz: 5c5872e06dad5a8cbe24e5db69aa45ec11cf1bfba7908c4a6f72215d4c2e6599
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82ffaf3d2c09d6be60674d5066e5b9694e7be4f3693f68bc8ff96bdbc60c461023a8e60d5d090bb51df89d7a5fdc1c502c24ee8127a6ae1c44c2b81dd77e14b7
|
7
|
+
data.tar.gz: e2e7f8c122a9e6a97c804502ae81e8143751471f404201aa6b99587d41ff166b87465d31d026809a152f3ba707c7e8a1cd3484f9b6788a0fc2eb22a0a1ec3dc4
|
data/.github/workflows/test.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
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.
|
5
|
-
thor (
|
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.
|
11
|
-
childprocess (>= 0.6.3, <
|
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 (
|
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.
|
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 (
|
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.
|
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.
|
5
|
-
thor (
|
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
|
-
|
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 (
|
22
|
-
builder (~> 3.2
|
23
|
-
cucumber-ci-environment (
|
24
|
-
cucumber-core (
|
25
|
-
cucumber-cucumber-expressions (~>
|
26
|
-
cucumber-gherkin (
|
27
|
-
cucumber-html-formatter (
|
28
|
-
cucumber-messages (
|
29
|
-
diff-lcs (~> 1.5
|
30
|
-
|
31
|
-
multi_test (~> 1.1
|
32
|
-
sys-uname (~> 1.2
|
33
|
-
cucumber-ci-environment (
|
34
|
-
cucumber-core (
|
35
|
-
cucumber-gherkin (
|
36
|
-
cucumber-messages (
|
37
|
-
cucumber-tag-expressions (
|
38
|
-
cucumber-cucumber-expressions (
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
cucumber-
|
45
|
-
|
46
|
-
|
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
|
-
|
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.
|
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.
|
99
|
+
sys-uname (1.3.1)
|
100
100
|
ffi (~> 1.1)
|
101
|
-
thor (
|
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.
|
116
|
+
2.6.3
|
data/lib/rascal/version.rb
CHANGED
data/rascal.gemspec
CHANGED
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.
|
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:
|
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.
|
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.
|
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.
|
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: []
|