Archived
1
0
Fork 0

Specify required Ruby version

This commit is contained in:
Braiden Vasco 2017-07-20 20:06:14 +00:00
parent 6a716e5dbb
commit 7e3a97fc7d
2 changed files with 2 additions and 3 deletions

View file

@ -1,9 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- 2.0
- 2.1
- 2.2
- 2.3 - 2.3
- 2.4 - 2.4

View file

@ -12,6 +12,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/braiden-vasco/lita-tox' spec.homepage = 'https://github.com/braiden-vasco/lita-tox'
spec.license = 'GPL-3.0' spec.license = 'GPL-3.0'
spec.required_ruby_version = '~> 2.3'
spec.metadata['lita_plugin_type'] = 'adapter' spec.metadata['lita_plugin_type'] = 'adapter'
spec.files = `git ls-files -z`.split("\x0").reject do |f| spec.files = `git ls-files -z`.split("\x0").reject do |f|