File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ before_install:
77bundler_args : --without development
88
99rvm :
10- - 2.2.9
11- - 2.3.6
12- - 2.4.3
10+ - 2.4
11+ - 2.5
12+ - 2.6
1313
1414matrix :
1515 allow_failures :
Original file line number Diff line number Diff line change 11<!--
22 README.md
33
4- Copyright (C) 2006-2017 Anupam Sengupta (anupamsg@gmail.com)
4+ Copyright (C) 2006-2017, 2020 Anupam Sengupta (anupamsg@gmail.com)
55
66-->
77# ** RubyTree** #
88
99[ ![ Gem Version] ( https://badge.fury.io/rb/rubytree.png )] ( http://badge.fury.io/rb/rubytree )
1010[ ![ Travis Build Status] ( https://secure.travis-ci.org/evolve75/RubyTree.png )] ( http://travis-ci.org/evolve75/rubytree )
11- [ ![ Dependency Status] ( https://gemnasium.com/evolve75/RubyTree.png )] ( https://gemnasium.com/evolve75/RubyTree )
1211[ ![ Code Climate] ( https://codeclimate.com/github/evolve75/RubyTree.png )] ( https://codeclimate.com/github/evolve75/RubyTree )
1312[ ![ Coverage Status] ( https://coveralls.io/repos/evolve75/RubyTree/badge.png )] ( https://coveralls.io/r/evolve75/RubyTree )
1413
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020 s . email = 'anupamsg@gmail.com'
2121 s . homepage = 'http://rubytree.anupamsg.me'
2222
23- s . required_ruby_version = '>=2.3 '
23+ s . required_ruby_version = '>=2.4 '
2424
2525 s . summary = %q{A generic tree data structure.}
2626 s . description = <<-EOF
You can’t perform that action at this time.
0 commit comments