Skip to content

Commit

Permalink
Added ruby 2.1.1 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
evtuhovich committed Mar 13, 2014
1 parent 860465c commit 42c6249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language:
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
before_script:
- sudo apt-get update; sudo apt-get install mysql-server zabbix-server-mysql zabbix-frontend-php
- mysql -u root -e "use zabbix; insert into users_groups(usrgrpid, userid) values(10,1);"
Expand Down
6 changes: 3 additions & 3 deletions zabbixapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Gem::Specification.new do |s|
s.name = "zabbixapi"
s.version = ZabbixApi::VERSION
s.authors = ["Vasiliev D.V.", "Ivan Evtuhovich"]
s.email = %w([email protected] [email protected])
s.email = %w([email protected] [email protected])
s.homepage = "https://github.com/express42/zabbixapi"
s.summary = %q{Realization for Zabbix API.}
s.description = %q{Allows you to work with zabbix api from ruby.}
s.licenses = %w(MIT)
s.add_dependency('json', '~> 1.6', '>= 1.6.0')

s.add_dependency('json', '~> 1.6', '>= 1.6.0')

s.rubyforge_project = "zabbixapi"

Expand Down

0 comments on commit 42c6249

Please sign in to comment.