zapix 0.1.2 → 0.1.3

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.
@@ -0,0 +1,7 @@
1
+ class Base
2
+ attr_reader :client
3
+
4
+ def initialize(client)
5
+ @client = client
6
+ end
7
+ end
data/lib/zapix/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Zapix
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zapix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -107,6 +107,7 @@ files:
107
107
  - lib/zapix.rb
108
108
  - lib/zapix/proxies/actions.rb
109
109
  - lib/zapix/proxies/applications.rb
110
+ - lib/zapix/proxies/base.rb
110
111
  - lib/zapix/proxies/hostgroups.rb
111
112
  - lib/zapix/proxies/hostinterfaces.rb
112
113
  - lib/zapix/proxies/hosts.rb
@@ -137,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
137
138
  version: '0'
138
139
  segments:
139
140
  - 0
140
- hash: -3541308116562665514
141
+ hash: -3818181725703302818
141
142
  required_rubygems_version: !ruby/object:Gem::Requirement
142
143
  none: false
143
144
  requirements:
@@ -146,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
147
  version: '0'
147
148
  segments:
148
149
  - 0
149
- hash: -3541308116562665514
150
+ hash: -3818181725703302818
150
151
  requirements: []
151
152
  rubyforge_project:
152
153
  rubygems_version: 1.8.24