Skip to content

Commit

Permalink
Bump zabbixapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
aladmit committed Jan 29, 2017
1 parent 5c0e058 commit bb47031
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zabbixapi (2.4.9)
zabbixapi (3.0.0)
json

GEM
Expand Down Expand Up @@ -33,4 +33,4 @@ DEPENDENCIES
zabbixapi!

BUNDLED WITH
1.12.5
1.14.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Zabbixapi has next version policy:
* for zabbix 2.0.x you should use zabbixapi 2.0.y
* for zabbix 2.2.x you should use zabbixapi 2.2.y
* for zabbix 2.4.x you should use zabbixapi 2.4.y
* for zabbix 3.0.x you should use zabbixapi 2.4.y (>= 2.4.7)
* for zabbix 3.0.x you should use zabbixapi 3.0.y and ruby >= 2

The PATCH (third digit) version of zabbixapi should not correspond to PATCH version of zabbix, for example
zabbixapi-2.0.x should works with all version of zabbix 2.0.y
Expand Down
2 changes: 1 addition & 1 deletion lib/zabbixapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class ZabbixApi
VERSION = "2.4.9"
VERSION = "3.0.0"
end
2 changes: 1 addition & 1 deletion zabbixapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.licenses = %w(MIT)

s.add_runtime_dependency 'json'

s.required_ruby_version = Gem::Requirement.new(">= 2".freeze)
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'

Expand Down

0 comments on commit bb47031

Please sign in to comment.