Skip to content

Commit

Permalink
Merge pull request #31 from satoryu/update_supported_ruby_versions
Browse files Browse the repository at this point in the history
Update supported ruby versions
  • Loading branch information
jpmckinney authored Jan 5, 2020
2 parents 54724e4 + 52d543e commit 1fc8939
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.0
- 2.2.0
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
env: MATRIX_LIBRARY=gsl
- rvm: ruby-head
env: MATRIX_LIBRARY=narray
- rvm: ruby-head
env: MATRIX_LIBRARY=nmatrix
- rvm: ruby-head
env: MATRIX_LIBRARY=matrix
env:
- MATRIX_LIBRARY=gsl
- MATRIX_LIBRARY=narray
Expand Down
1 change: 1 addition & 0 deletions td-idf-similarity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/jpmckinney/tf-idf-similarity"
s.summary = %q{Calculates the similarity between texts using tf*idf}
s.license = 'MIT'
s.required_ruby_version = '>= 2.4.0'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 1fc8939

Please sign in to comment.