redox 1.8.5 → 1.8.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/redox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5742373796299f7b326bcdf0092a6cc6048ea5af88f9b99352393078fa2274c3
|
4
|
+
data.tar.gz: 61af84c3bf51295755730f5e8f12db9be8290341ec41c53b42cbea26bfbc0ed3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d09ec3e490dc6f82c147e2e54e68f5ad66466b7488a84ffad9eae5300cdc30e1f5260e1132b0713a8955edc1528e2228b5152035f42820bb75f004d9e465fc5d
|
7
|
+
data.tar.gz: bd8b9a01d13eaccbe0a8dcfafc90de10ee1dc88b63add310b06436a1aa2d4453c8a77dc89db5e71c9737a3fee8571cb6500251f977dd680bafac5a29b5d6998e
|
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.8.6] - 2023-05-12
|
8
|
+
### Changed
|
9
|
+
- Updated test JSON files for update retiring Meta.Message.ID and Meta.Transmission.ID
|
10
|
+
|
7
11
|
## [1.8.5] - 2023-02-16
|
8
12
|
### Added
|
9
13
|
- Notifications to Media Model
|
@@ -203,6 +207,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
203
207
|
### Added
|
204
208
|
- Initial Release
|
205
209
|
|
210
|
+
[1.8.6]: https://github.com/WeInfuse/redox/compare/v1.8.5...v1.8.6
|
206
211
|
[1.8.5]: https://github.com/WeInfuse/redox/compare/v1.8.4...v1.8.5
|
207
212
|
[1.8.4]: https://github.com/WeInfuse/redox/compare/v1.8.3...v1.8.4
|
208
213
|
[1.8.3]: https://github.com/WeInfuse/redox/compare/v1.8.2...v1.8.3
|
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.8.
|
4
|
+
version: 1.8.6
|
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: 2023-
|
13
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: httparty
|