zabbix-ruby-client 0.0.16 → 0.0.17

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: 9d21a9e419424ce57875b93ca1a3762d2b91ced6
4
- data.tar.gz: 3a9009d18b91bcb35314d9c252f74758764fb8b4
3
+ metadata.gz: 51a1c87226fcfe8c049e7e3045995615f90c8c0b
4
+ data.tar.gz: d1af00a879065061e97e1b724b63e7b531684bf6
5
5
  SHA512:
6
- metadata.gz: db3e39aafa5b8fd659a403759e96802a4020481a375a5fd6ce22d53ecb494a1e33ec2a9eb25dd564c904e22f8dbf4029fd07e46421db690ff75abb8d794d168f
7
- data.tar.gz: 1d179f9c66d731f9b17b24554b4c5f37ff4a4b9df4bfa8d3dcde688de331a8c97fcda3da9ca79775e18b76683bbafc7fdfc91c0d7daa14af22f2da4fb226cf44
6
+ metadata.gz: 491f66f45f935928004058939183a83fe565a29177488b637a79bdd96c65828ddb34921f8689f6783e2d77e6ef1de70ac5f72438609d19a9e9e1f9296d0b8897
7
+ data.tar.gz: f39bbc7c58346be3b5764a8949e2df2a8dd800e4b17324ca769955d81bf352549681d67d5ee903739acef6435bdcc50bb0bd13bb43633ae356dd5f1e926de401
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Zabbbix Ruby Client Changelog
2
2
  -----------------------------
3
3
 
4
+ ### v0.0.17 - 2013-10-31
5
+
6
+ * bugfix on requires
7
+
4
8
  ### v0.0.16 - 2013-10-31
5
9
 
6
10
  * _if you have custom plugins_ the class ZabbixRubyClient is now a module just for namespacing, update your code!
@@ -1,5 +1,5 @@
1
1
  require "thor"
2
- require "zabbix-ruby-client/runner"
2
+ require "zabbix-ruby-client"
3
3
 
4
4
  module ZabbixRubyClient
5
5
 
@@ -1,4 +1,5 @@
1
1
  require "zabbix-ruby-client/logger"
2
+ require "zabbix-ruby-client/plugins"
2
3
 
3
4
  module ZabbixRubyClient
4
5
  class Data
@@ -1,3 +1,5 @@
1
+ require "zabbix-ruby-client"
2
+
1
3
  module ZabbixRubyClient
2
4
  module Plugins
3
5
  extend self
@@ -1,3 +1,8 @@
1
+ require "zabbix-ruby-client/store"
2
+ require "zabbix-ruby-client/data"
3
+ require "zabbix-ruby-client/plugins"
4
+ require "zabbix-ruby-client/logger"
5
+
1
6
  module ZabbixRubyClient
2
7
 
3
8
  class Runner
@@ -1,3 +1,3 @@
1
1
  module ZabbixRubyClient
2
- VERSION ||= "0.0.16"
2
+ VERSION ||= "0.0.17"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zabbix-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - mose