Update ruby required version
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3
|
|
||||||
- 2.4
|
|
||||||
- 2.5
|
- 2.5
|
||||||
|
- 2.6
|
||||||
script:
|
script:
|
||||||
- bundle exec rake spec
|
- bundle exec rake spec
|
||||||
- bundle exec rake litmus:run
|
- bundle exec rake litmus:run
|
||||||
|
|||||||
@@ -8,13 +8,13 @@ require 'calligraphy/version'
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'calligraphy'
|
s.name = 'calligraphy'
|
||||||
s.version = Calligraphy::VERSION
|
s.version = Calligraphy::VERSION
|
||||||
s.summary = 'WebDAV framework and extension for Rails 5'
|
s.summary = 'WebDAV framework and extension for Rails'
|
||||||
s.author = 'Brandon Robins'
|
s.author = 'Brandon Robins'
|
||||||
s.email = 'brandon@onebnottwo.com'
|
s.email = 'brandon@onebnottwo.com'
|
||||||
s.homepage = 'http://www.github.com/eanlain/calligraphy'
|
s.homepage = 'http://www.github.com/eanlain/calligraphy'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
|
|
||||||
s.required_ruby_version = '>= 2.3.0'
|
s.required_ruby_version = '>= 2.5.0'
|
||||||
|
|
||||||
s.files = Dir['lib/**/*', 'LICENSE', 'README.md']
|
s.files = Dir['lib/**/*', 'LICENSE', 'README.md']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user