innologix 0.0.37 → 0.0.38

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: e56357fa14f9c884f468291954f4dc74f67b45db
4
- data.tar.gz: bedbebdcc147a026fd9b0860463207d92091302c
3
+ metadata.gz: a14e81f9ce77abbfb64a43f9ab0964aad279ea28
4
+ data.tar.gz: d7ff6cea529deacc89e2a9b4379d8a7b4653076a
5
5
  SHA512:
6
- metadata.gz: 7f8e07d206768b4008a1f90620ffd2f8015d9550f5b04024470b85104ac2eb91f4ea14b5c40cdaf58481d9d66106637fb569616c9c683675e26ee98884496df5
7
- data.tar.gz: 6c6e47233dac930b94cb296ec73500bf5e80db7c26faf86dbdfba55566a3dc163b528c3ded777060ea55e4789dca98fe72847735df4ebcc747afe1525c0f8dc9
6
+ metadata.gz: 19252d12916891a40bd1445330d8e2ba22742048549e3e194c661540b53a06dab7111f0a9fbf521e1f447f9e2939afe22d965805c8e1d6f9644fc57e65334478
7
+ data.tar.gz: 7a316e3626ec19900ba8b098b8d69fc0c4058afb6e5d8b5f13c249ae41c2cadbfe11d746129fc4abc86a04b616eba3059c25a54cae0914a9a32562c986e7c1ee
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.37"
2
+ VERSION = "0.0.38"
3
3
  end
data/lib/innologix.rb CHANGED
@@ -16,6 +16,7 @@ require 'innologix/storage'
16
16
  require 'innologix/supervisor'
17
17
  require 'innologix/user'
18
18
  require 'innologix/device_log'
19
+ require 'innologix/sla_group'
19
20
 
20
21
  module Innologix
21
22
  @config = nil
@@ -42,4 +43,4 @@ module Innologix
42
43
  cfg
43
44
  end
44
45
  end
45
- end
46
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: innologix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-24 00:00:00.000000000 Z
11
+ date: 2018-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler