redox 1.8.3 → 1.8.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 613d04cb8ea6250a17085c297425e58d3ffd5a8b3c5e9206bb14cb5e5759e2e0
4
- data.tar.gz: c89b3fb089fdcefc50dc02a56e734a689f2ee2daa20eb5d463ca6c084c1b5e4c
3
+ metadata.gz: 3401ee402d3464f63e7a6256316aedc0c755c1d5c681beb20a196845945a95fb
4
+ data.tar.gz: 43a982f5d6d887a5e07573d8952bc3155d8dec3b3ec6770281c5f481e64b1273
5
5
  SHA512:
6
- metadata.gz: 8beb8a1efd15abe04aacca76d3a9dd072a8821338ed35cf1f3c33d6807e04b9b9e9f6df71654fc8db5fb94fc9b32926bc06f0cac1b4810d512a707734f505c3f
7
- data.tar.gz: 74f7fcdd219eb747bcb560cf371d7bba1208add6ade3a716861322a4dcb930deedbf563567b6c72ae1cf2355960cc50aca4bd7000e9ffb84689574fbcf46a46d
6
+ metadata.gz: 370d01b6538e57cf73f44587217a883d9483359b629a3d0cd5571aec990d7a8f105ee6053a6306cc11aff7970207e47b7314f55e651d617632444d2b5d34df89
7
+ data.tar.gz: eea7189b0f339f7f06c1e57ac45d7e6f11746e7a12cef2a2583ad643783b202a69863359af06831e3bd4d88c6c061103f741330cc57efe333846770627deb33a
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.4] - 2022-10-26
8
+ ### Added
9
+ - ServiceDateTime to Media Model
10
+
7
11
  ## [1.8.3] - 2022-8-12
8
12
  ### Added
9
13
  - Improved RedoxException error handling
@@ -195,6 +199,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
195
199
  ### Added
196
200
  - Initial Release
197
201
 
202
+ [1.8.4]: https://github.com/WeInfuse/redox/compare/v1.8.3...v1.8.4
198
203
  [1.8.3]: https://github.com/WeInfuse/redox/compare/v1.8.2...v1.8.3
199
204
  [1.8.2]: https://github.com/WeInfuse/redox/compare/v1.8.1...v1.8.2
200
205
  [1.8.1]: https://github.com/WeInfuse/redox/compare/v1.8.0...v1.8.1
@@ -12,6 +12,7 @@ module Redox
12
12
  property :Provider, from: :provider, required: false
13
13
  property :DirectAddressFrom, from: :direct_address_from, required: false
14
14
  property :DirectAddressTo, from: :direct_address_to, required: false
15
+ property :ServiceDateTime, from: :service_date_time, required: false
15
16
 
16
17
  alias_method :file_type, :FileType
17
18
  alias_method :file_name, :FileName
@@ -22,6 +23,7 @@ module Redox
22
23
  alias_method :provider, :Provider
23
24
  alias_method :direct_address_from, :DirectAddressFrom
24
25
  alias_method :direct_address_to, :DirectAddressTo
26
+ alias_method :service_date_time, :ServiceDateTime
25
27
 
26
28
  def availability=(value)
27
29
  case value
data/lib/redox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Redox
2
- VERSION = '1.8.3'.freeze
2
+ VERSION = '1.8.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Clark
8
8
  - Mike Crockett
9
9
  - Mike Carr
10
- autorequire:
10
+ autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-08-12 00:00:00.000000000 Z
13
+ date: 2022-10-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty
@@ -130,7 +130,7 @@ dependencies:
130
130
  - - "~>"
131
131
  - !ruby/object:Gem::Version
132
132
  version: '0.9'
133
- description:
133
+ description:
134
134
  email:
135
135
  - alexander.clark@weinfuse.com
136
136
  - mike.crockett@weinfuse.com
@@ -187,7 +187,7 @@ licenses:
187
187
  - MIT
188
188
  metadata:
189
189
  allowed_push_host: https://rubygems.org
190
- post_install_message:
190
+ post_install_message:
191
191
  rdoc_options: []
192
192
  require_paths:
193
193
  - lib
@@ -202,8 +202,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  - !ruby/object:Gem::Version
203
203
  version: '0'
204
204
  requirements: []
205
- rubygems_version: 3.1.6
206
- signing_key:
205
+ rubygems_version: 3.0.3.1
206
+ signing_key:
207
207
  specification_version: 4
208
208
  summary: Ruby wrapper for the Redox Engine API
209
209
  test_files: []