zabbixapi 0.5.2a → 0.5.2b

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,9 +24,7 @@ class ZabbixApi
24
24
  },
25
25
  :output => "extend",
26
26
  :select_items => "extend",
27
- :select_functions => "extend",
28
- :templated => 0
29
- #:selectParentTemplates => "extend"
27
+ :select_functions => "extend"
30
28
  }
31
29
  )
32
30
  end
@@ -1,3 +1,3 @@
1
1
  class ZabbixApi
2
- VERSION = "0.5.2a"
2
+ VERSION = "0.5.2b"
3
3
  end
data/spec/localhost.rb CHANGED
@@ -273,11 +273,6 @@ describe ZabbixApi do
273
273
  ).should eq triggerid + 1
274
274
  end
275
275
 
276
- it "TRIGGER: Get full data" do
277
- dump = zbx.triggers.get_full_data(:description => trigger)
278
- puts "dump: #{dump}"
279
- end
280
-
281
276
  it "TRIGGER: Find" do
282
277
  zbx.triggers.get_id(:description => trigger).should eq triggerid + 1 # вау блять
283
278
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zabbixapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2a
4
+ version: 0.5.2b
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-24 00:00:00.000000000 Z
12
+ date: 2012-12-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -79,7 +79,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  segments:
81
81
  - 0
82
- hash: 4597790080164486813
82
+ hash: -1246375744194541697
83
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  none: false
85
85
  requirements: