zabbix_vhost 0.1.0 → 0.2.0

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: adefef1aaf7a63743df0fa9c7c26fa868cc0d647
4
- data.tar.gz: 0077dfc9c1e162dd70c357f753f36066cefbb1d5
3
+ metadata.gz: ece66c26302ab26a7c6807a1ef1f81c06111afb2
4
+ data.tar.gz: 53f3c7d3f70c97073d2dfa1fbbd039badcb235ab
5
5
  SHA512:
6
- metadata.gz: c99783b8e5c7bb63a226a77971648e3b77fffbba85c0d3e6e5c62f6b7d71f6d10f5e44a6f5e02ec70669d64cacd5aaf6e61c9c4dfaf5be527eea4994d6c59bc4
7
- data.tar.gz: 4b1e13d46e44d6f9f94ce8c98846c1803b6e5175a07f03000e4ca8cb9265528e07cba7c23eba34a7799398707c93e87d3bab39c6d7072065944d53500c41add2
6
+ metadata.gz: 99f8c92bfccad3757141e0aef9f68aa300e7f6c07cbf8562ac50637ea39b3f660832b38c76357f5625b0c124089e1f88cb8bbd38ef7e07810559e9aefb86a1a4
7
+ data.tar.gz: 82f44f3fd56f67f59c984cc8bf017823707a94b3cb2dbc9aa08873d3fa92d49539985a38b3611f8e05398126fe5345b685757bc60bd6759eb3c3b2e6fd1417dc
File without changes
@@ -1,3 +1,3 @@
1
1
  module ZabbixVhost
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zabbix_vhost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti
@@ -70,7 +70,8 @@ description: Gem to parse information about VHost and make possible of autodisco
70
70
  with zabbix and collect information about virtual hosts
71
71
  email:
72
72
  - marinobonetti@gmail.com
73
- executables: []
73
+ executables:
74
+ - zabbix_vhost
74
75
  extensions: []
75
76
  extra_rdoc_files: []
76
77
  files:
@@ -82,11 +83,11 @@ files:
82
83
  - LICENSE.txt
83
84
  - README.md
84
85
  - Rakefile
85
- - bin/cli
86
86
  - bin/console
87
87
  - bin/setup
88
88
  - docs/zabbix_agent.conf
89
89
  - docs/zbx_export_templates.xml
90
+ - exe/zabbix_vhost
90
91
  - lib/zabbix_vhost.rb
91
92
  - lib/zabbix_vhost/cli.rb
92
93
  - lib/zabbix_vhost/config.rb