redox 1.8.5 → 1.8.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/redox/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6547c4c7bda8d9486cd6a74c2685ddedfd64949e328a5bb08f1840213b3c163b
4
- data.tar.gz: e07c9ff67e8b1880dbf5813d6f86b0d77cf2960307e7a21174f6340f148fcfe2
3
+ metadata.gz: 5742373796299f7b326bcdf0092a6cc6048ea5af88f9b99352393078fa2274c3
4
+ data.tar.gz: 61af84c3bf51295755730f5e8f12db9be8290341ec41c53b42cbea26bfbc0ed3
5
5
  SHA512:
6
- metadata.gz: 4fed4bfa319be98143def0d39652e2b2e6b4b676c9d60933369f7b497690366cee3067fb8f679832590f15bafae07979fe59fcf3b85d21bbbd252079f59bc0b1
7
- data.tar.gz: 4a42b72f155944d61da3c7bbf44ff6e87401021cdc1f5e1b6fc3c6c80e6f44a374ee4aa14424b9d9042d79c7f4e14b0f44c399f1433e1a4372a723ae9db2297b
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
@@ -1,3 +1,3 @@
1
1
  module Redox
2
- VERSION = '1.8.5'.freeze
2
+ VERSION = '1.8.6'.freeze
3
3
  end
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.5
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-02-21 00:00:00.000000000 Z
13
+ date: 2023-05-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty