redox 1.8.7 → 1.9.0
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 +5 -0
- data/lib/redox/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9900638f4fa1cd3a84003d80e4dcb254e312eb4795f40c5f7c29c86abbae559b
|
4
|
+
data.tar.gz: fccbd63bbb52976a9c2ae32b58c4e404a4f9eba0ebcfe34d1a4f25ac505bba4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a4019488e4e115b687ac53a910382339fd33ea09e594d01a155728699990d5774cfa24f70df2adc3dc614ceeb3dc54672415b5d3fb5e05293fc788c20bc87a2
|
7
|
+
data.tar.gz: 7acac2b7c064570c1900b7fb6a14d7f51f1c882548a0b94e93e093ec10c8187b5acfdb5865ae6ca8d2aca685dbc5ad9520d9025008fb97e19d6e46657322f526
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [1.9.0] - 2025-08-18
|
8
|
+
### Added
|
9
|
+
- GitHub Actions CI support for Ruby 3.1 and 3.2
|
10
|
+
|
7
11
|
## [1.8.7] - 2025-07-30
|
8
12
|
### Changed
|
9
13
|
- Gemspec dependency httparty version
|
@@ -218,6 +222,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
218
222
|
### Added
|
219
223
|
- Initial Release
|
220
224
|
|
225
|
+
[1.9.0]: https://github.com/WeInfuse/redox/compare/v1.8.7...v1.9.0
|
221
226
|
[1.8.7]: https://github.com/WeInfuse/redox/compare/v1.8.6...v1.8.7
|
222
227
|
[1.8.6]: https://github.com/WeInfuse/redox/compare/v1.8.5...v1.8.6
|
223
228
|
[1.8.5]: https://github.com/WeInfuse/redox/compare/v1.8.4...v1.8.5
|
data/lib/redox/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Clark
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-08-
|
13
|
+
date: 2025-08-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: hashie
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
- !ruby/object:Gem::Version
|
115
115
|
version: '0'
|
116
116
|
requirements: []
|
117
|
-
rubygems_version: 3.
|
117
|
+
rubygems_version: 3.3.27
|
118
118
|
signing_key:
|
119
119
|
specification_version: 4
|
120
120
|
summary: Ruby wrapper for the Redox Engine API
|