naranya_ecm-sdk 0.0.13 → 0.0.14

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
  SHA1:
3
- metadata.gz: f308feaa7c1e40ac19d5656a1cbf52a5157eeee1
4
- data.tar.gz: 3210d0fc0ceb427d760c9779f4ca22a186687a36
3
+ metadata.gz: ab5a255c31cbc5ece70b173939a3d883331e2355
4
+ data.tar.gz: aa2552ae589d918f381ca929784704e7119e5fcc
5
5
  SHA512:
6
- metadata.gz: 2bdb77fadc07d76b1eaeb7e5cdcafdad65fda0706dbbc3b7dd3c74babea2960c7132e2254b21294a9e89d0a08f832d0a7c8e0638756a51d24b9a1b75df3471b1
7
- data.tar.gz: 2bea77f64ef5c8d5e90aa278f47d5e2db73f0c025c953f32797fec5eee42e3d4618098f39f1b6003215367682655dd8c1253449a2dd2069f53460e933e2e2842
6
+ metadata.gz: 7329e2ad01e89a35391762dc82923953bf813de13ff4378de9dd59a696803d36d02920f74db48cb311c42da8ba8f22ccccde0344fcbfd1dd45ad2f5a7952c3cb
7
+ data.tar.gz: c462661938efd0c6f57dc24822500374f46c7f5368df99a8440d3479df1699f91582151dddb0eb89b863a0792c45152a6b3d4d5424e81d871f75a58f65fb3345
@@ -1,3 +1,3 @@
1
1
  module NaranyaEcm
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -6,6 +6,8 @@ module NaranyaEcm::Models
6
6
  include NaranyaEcm::Behaviors::Resourceable
7
7
  include NaranyaEcm::Behaviors::Timestampable
8
8
 
9
+ class CompatibleDeviceOses < EmbeddedHash; end
10
+
9
11
  include NaranyaEcm::Cache::Methods
10
12
 
11
13
  self.include_root_in_json = true
@@ -19,7 +21,6 @@ module NaranyaEcm::Models
19
21
  # overload the accessor methods if you need to convert them
20
22
  attribute 'compatible_device_ids', 'string'
21
23
  attribute 'compatible_device_oses', 'string'
22
- attribute 'compatible_device_os_versions', 'string'
23
24
 
24
25
  end
25
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naranya_ecm-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Quintanilla