tcell_agent 0.2.14 → 0.2.15

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: 91eb80e7d8e32d4eb83b3db2724492c1bcfa6151
4
- data.tar.gz: e89d78bc66aa69410ca00dfac6217982a9e36ebf
3
+ metadata.gz: a19cf745ceeba3dd9fc30a26a6ea22103f9c9ab7
4
+ data.tar.gz: de4954a7726b10aeb96f7babe0fbbb5404642738
5
5
  SHA512:
6
- metadata.gz: d1ef60b09773240dec59b976c283867ae5a7d5789ac3e109016916b23a9bb208de9e2c220dafd81a805da5be86e70ac4bc77683b55cd3316da909a3229eee9f4
7
- data.tar.gz: 019839aec44771e5b8702024c9acbf2a33ab668200681315161105e7d66340bab25d187e1ce12eef45b67bd257064c81b7ed76dc75117c26be37bbd131b15036
6
+ metadata.gz: 131299425420cdc2e7222cd3c536238bbc78f6dd04d63b6aac58531975107afc2d9b4a1d42e9941f5f8505f2df6c2ba6779bc1ba1acb5bca4971f0fd057016a4
7
+ data.tar.gz: d146b41e0de91462ddfa1418a0840a15f49acabdabf21b13c7e296264cccc2f28674eeb906c7ed036930c55aa0601feec5bd333b6ba741dab70ac242b24104a8
@@ -196,6 +196,8 @@ module TCellAgent
196
196
  @fetch_policies_from_tcell = app_data.fetch("fetch_policies_from_tcell", @fetch_policies_from_tcell)
197
197
  @instrument_for_events = app_data.fetch("instrument_for_events", @instrument_for_events)
198
198
 
199
+ @agent_home_owner = app_data.fetch("agent_home_owner",@agent_home_owner)
200
+
199
201
  @logging_options = app_data.fetch("logging_options", {})
200
202
 
201
203
  @tcell_api_url = app_data.fetch("tcell_api_url", @tcell_api_url)
@@ -1,5 +1,5 @@
1
1
  # See the file "LICENSE" for the full license governing this code.
2
2
 
3
3
  module TCellAgent
4
- VERSION = "0.2.14"
4
+ VERSION = "0.2.15"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcell_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garrett
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-12 00:00:00.000000000 Z
11
+ date: 2016-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client