icinga_api 0.0.1 → 0.0.2

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: ac468fc80d13004bb9ec82f9617e6fde11b599c7
4
- data.tar.gz: f6c892509cb27b488db7284523ce0607d4f3f445
3
+ metadata.gz: 84c8bb0c765f60c62c33e0e2cedc9f9449912b7b
4
+ data.tar.gz: 596f3cc6a51a549e9991e3b6ea85c286110e1afa
5
5
  SHA512:
6
- metadata.gz: 969c5e36129e4b572b397fa8d1487c315a8b75e5bbb5544332de08451c2494512ae4ee083f60cf5c85caba8781d4188b2196853050dc54fc24e039776dd71961
7
- data.tar.gz: c9d31d5e4f01d3e7764f1dd58a5061e7c6278a4e99ac3d59723ac38eb0a32d20412c0adf55cd69141e96a8af5c99d7116244f9c7850270d4a2b7ee52117c8bf0
6
+ metadata.gz: 7e49d4662d655f75385c06b36348d57fed7356f11bea6eae611afd19ed4d556f0523efdd3ad7bc66edc70ab9f5ee657cd9e7bf1d2dd916c863b0deb98b8bebb2
7
+ data.tar.gz: fd5b161c887b7e0f83c6ff6cb1db3b59d690599db5c7330315f91fbf691d464f42f75248aca65e015509ca3410326a856faa8e1ecad0e6634c057e82717d3988
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # IcingaApi
2
2
 
3
- This is an still experimental gem to access the Icinga Web REST API.
3
+ This is an still experimental gem to access the Icinga Web REST API. Use with caution, due to it's early development state.
4
4
 
5
5
  ## Installation
6
6
 
data/icinga_api.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ranger@wizards.at"]
11
11
  spec.summary = %q{A gem to access the Icinga Web API}
12
12
  spec.description = %q{A gem to access the Icinga Web API}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/terracor/IcingaApi"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  class IcingaApi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icinga_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lothar Handl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-28 00:00:00.000000000 Z
11
+ date: 2014-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ipaddress
@@ -70,7 +70,7 @@ files:
70
70
  - lib/icinga_api/request.rb
71
71
  - lib/icinga_api/service.rb
72
72
  - lib/icinga_api/version.rb
73
- homepage: ''
73
+ homepage: https://github.com/terracor/IcingaApi
74
74
  licenses:
75
75
  - MIT
76
76
  metadata: {}