zobbix 0.0.3 → 0.0.4

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: 26125594f362ffcc4b132e800841e139c17e7fc8
4
- data.tar.gz: cb956f8b532c081d060073c1c0b79e0e5fcca672
3
+ metadata.gz: fe780a7edc0dcaf9a8330101a6b6cabda2390a92
4
+ data.tar.gz: 3c5b511db823535493b7b7ab5a3bbab8c1bfd6be
5
5
  SHA512:
6
- metadata.gz: 3e9be1e0bd1e7486ea9255440124126b97318d1313e84179cae1ec60542b6ace1831ebbdb306d0232eb9923f8290a57ef932dffd8b0c48fe79ca4091d1bc765d
7
- data.tar.gz: ed36bd47fe8e495ab022e607e4cb26463f2ed454242bd5f9b0b60c1ec7028f90a8e129342804bbc501e0a270f517000040ee88834a9b52740d2cb751c964950b
6
+ metadata.gz: 4e2b8fb63c46c2ce26507fdcc1bc295050d98ff5885f380102abef9f5535404fcf9c6a337b93681611cd92b3d4ed6cfac02f5f99308bfbbdd34fd47943941090
7
+ data.tar.gz: 07e44b487a16eb17e5459480c8ea2adacbb41808c1336653358c3240d5e73903cf20bbd6c13ddb3e2f03225b154cc00a34e6ac566177a25248f80a67fd058975
data/lib/zobbix.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'zobbix/credentials'
2
+ require 'zobbix/api_request'
2
3
  require 'rubygems/version'
3
4
  require 'rubygems/requirement'
4
5
 
@@ -1,3 +1,3 @@
1
1
  class Zobbix
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zobbix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Lutsiuk