mms-api 0.1.4 → 0.1.5

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: fa0051f575f3a3ae3a361221591a57fca40256b9
4
- data.tar.gz: acda37863edf79ad4929c758dcf2cb60b5f7efef
3
+ metadata.gz: 8e348b26040968b5237a1ecf092521d1b7a9fee4
4
+ data.tar.gz: 315480e20f2e2df40e5d7371f711d51e24caae69
5
5
  SHA512:
6
- metadata.gz: f48f1b2cf25beef5d7b13e1361764548f4d77889cf2c7c9b7dea3462520386b72a5f8d2fa75a0115d89b6c2729e4bf089232a843ebdac924b246517642324949
7
- data.tar.gz: 931ed08d4581148c0d4e191188524f9051af12b5b0b1df8ba33507a2124eb140c86e0992729cc48e61c77591db3d9ae31f4cb0cd375c65ba15b0f9a51b13ca99
6
+ metadata.gz: 9937df53420d73716e1146f6d33669e94cc96fd0bac80035696f219524188a79fb95bd5f0dffc32ca6c93d304064768b8c220859a737f48dda8c34eb1ccb76c1
7
+ data.tar.gz: 53306305960f12f8d1716c2aec73baf36392cb59668ac8549ea561cbad03a0cc48672d975deffce68e7f3e2317f98be023d0829c8f8c90e3e2bf58bff3682b8f
@@ -23,6 +23,7 @@ module MMS
23
23
  attr_accessor :cluster_id
24
24
  attr_accessor :group_id
25
25
  attr_accessor :host_id
26
+ attr_accessor :hashes
26
27
 
27
28
  # @return [MMS::Resource::Cluster]
28
29
  def cluster
@@ -89,6 +90,7 @@ module MMS
89
90
  @cluster_id = data['clusterId']
90
91
  @group_id = data['groupId']
91
92
  @host_id = data['hostId']
93
+ @hashes = data['hashes']
92
94
  end
93
95
 
94
96
  def _to_hash
@@ -1,3 +1,3 @@
1
1
  module MMS
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mms-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cargo Media
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-09-28 00:00:00.000000000 Z
13
+ date: 2015-11-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: net-http-digest_auth
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.4.6
147
+ rubygems_version: 2.5.0
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: MongoDB MMS API client