aruba 2.3.2 → 2.3.3
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/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/aruba/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36238a5a9d5814e674684ffbaefbadbd386d82893f4925647912b605561690aa
|
|
4
|
+
data.tar.gz: 44f4bf1fcedb06e80993c6bea9c2800ecf937bae363e173a43128739733abf94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 591d76df24421616390d6790f946901d93edb326f2567275d641beb74a2560a01dff02262969c9eec3fe83629f3f8d6023b378baf212b9757f75e35d47ea771a
|
|
7
|
+
data.tar.gz: 3a76826d3cf7af70518df434a701517b521519cfe4930e3682632619d19deb8012606e9cdbf6e3f7b437e2d58cf53edeaaab7c6bb9025830e471da7ce4f4591a
|
data/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,19 @@ This project adheres to [Semantic Versioning][1].
|
|
|
6
6
|
|
|
7
7
|
This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
8
8
|
|
|
9
|
+
## [2.3.3] / 2025-12-05
|
|
10
|
+
|
|
11
|
+
* Remove bundler version upper limit constraint ([#962] by [hsbt])
|
|
12
|
+
|
|
13
|
+
[hsbt]: https://github.com/hsbt
|
|
14
|
+
[#962]: https://github.com/cucumber/aruba/pull/962
|
|
15
|
+
|
|
9
16
|
## [2.3.2] / 2025-09-13
|
|
10
17
|
|
|
11
18
|
* Relax RSpec verson constraint to allow RSpec 4.x ([#956] by [pirj])
|
|
12
19
|
|
|
13
20
|
[pirj]: https://github.com/pirj
|
|
21
|
+
[#956]: https://github.com/cucumber/aruba/pull/956
|
|
14
22
|
|
|
15
23
|
## [2.3.1] / 2025-06-13
|
|
16
24
|
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://raw.githubusercontent.com/cucumber/aruba/main/LICENSE)
|
|
4
4
|
[](http://badge.fury.io/rb/aruba)
|
|
5
5
|
[](https://cucumber.io/support)
|
|
6
|
-
[](https://github.com/cucumber/aruba/actions/workflows/test.yml)
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
|
data/lib/aruba/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aruba
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy, Matt Wynne and other Aruba Contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -17,9 +17,6 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.17'
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '3.0'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +24,6 @@ dependencies:
|
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: '1.17'
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '3.0'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: contracts
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -447,5 +441,5 @@ requirements: []
|
|
|
447
441
|
rubygems_version: 3.4.20
|
|
448
442
|
signing_key:
|
|
449
443
|
specification_version: 4
|
|
450
|
-
summary: aruba-2.3.
|
|
444
|
+
summary: aruba-2.3.3
|
|
451
445
|
test_files: []
|