-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from hsbt/removed-ruby18-support
Removed EOL'ed Ruby version support.
- Loading branch information
Showing
10 changed files
with
8 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ notifications: | |
email: | ||
- [email protected] | ||
rvm: | ||
- 1.8.7 | ||
- 1.9.3 | ||
- 2.0.0 | ||
- 2.1.8 | ||
|
@@ -25,5 +24,6 @@ rvm: | |
script: ruby -Ilib bin/rake | ||
matrix: | ||
allow_failures: | ||
- rvm: jruby-1.7.20 | ||
- rvm: jruby-9.0.4.0 | ||
- rvm: jruby-head |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ hoe = Hoe.spec 'rake' do | |
developer 'Eric Hodel', '[email protected]' | ||
developer 'Jim Weirich', '' | ||
|
||
require_ruby_version '>= 1.8.7' | ||
require_ruby_version '>= 1.9.3' | ||
require_rubygems_version '>= 1.3.2' | ||
|
||
dependency 'minitest', '~> 5.0', :developer | ||
|
@@ -78,4 +78,3 @@ begin | |
rescue LoadError | ||
warn 'run `rake newb` to install rdoc' | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters