global_registry_models 0.7.0 → 0.7.1

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: 7895360323ba09f09b55f58dea945f55788c670f
4
- data.tar.gz: a6271ef03712e14a098d51b9da697bd6c19cd59e
3
+ metadata.gz: d52339b816325ef1efe2912771ce57da628b3165
4
+ data.tar.gz: 5f98fdeeb13db4843c00fbe49acf696fadff2198
5
5
  SHA512:
6
- metadata.gz: a14f13b4bbf2dbc55752e938a9763afdb266840030d808b64cdb3a0a1467381416103af25bb166a629580105dc5addaa4de9ef26ca332700cc47f91ae2e7d9b2
7
- data.tar.gz: d61dcaba0c28ebb714e7a02a8d378c5ad73e06d229cdc1c7b51c95a8f4109d4772131c036a5cb0cc50c1c860df9372f55c2b0419423181c54a3f88ccd0a88a3c
6
+ metadata.gz: d2a13f9528b387b44a369118a606b2b44a17165824ed57f3a920da33b92bd0cd5e2e3b3569387b04460ceec8580b5dc6de6edb546bb90515282bddad38b907b4
7
+ data.tar.gz: 2709693f552cb3f2118e73c6f4f007d85e114b957e186c86a533f0cbde46a7fda554092ce85c1e5fd6226f3d37c4fa909a2e071c1f7aca52d04000c336304de1
@@ -14,7 +14,7 @@ module GlobalRegistryModels
14
14
  attribute :gma_status, String
15
15
  attribute :has_ds, Boolean
16
16
  attribute :has_gcm, Boolean
17
- attribute :has_lim, Boolean
17
+ attribute :has_llm, Boolean
18
18
  attribute :has_slm, Boolean
19
19
  attribute :is_active, Boolean
20
20
  attribute :is_fcx, Boolean
@@ -1,3 +1,3 @@
1
1
  module GlobalRegistryModels
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: global_registry_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Dueck
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-25 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel