Skip to content

Commit e54b090

Browse files
committed
Add support for Ruby 2.1.0
1 parent c5270fe commit e54b090

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rvm:
44
- 1.9.2
55
- 1.9.3
66
- 2.0.0
7+
- 2.1.0
78
- rbx
89
- ruby-head
910
matrix:

Gemfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@ end
2424

2525
platforms :rbx do
2626
gem 'rubinius-coverage', '~> 2.0'
27-
gem 'rubysl-base64', '~> 2.0'
28-
gem 'rubysl-bigdecimal', '~> 2.0'
29-
gem 'rubysl-coverage', '~> 2.0'
30-
gem 'rubysl-csv', '~> 2.0'
31-
gem 'rubysl-ipaddr', '~> 2.0'
32-
gem 'rubysl-logger', '~> 2.0'
33-
gem 'rubysl-rexml', '~> 2.0'
34-
gem 'rubysl-singleton', '~> 2.0'
27+
gem 'rubysl', '~> 2.0'
3528
end
3629

3730
gemspec

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ implementations:
280280
* Ruby 1.9.2
281281
* Ruby 1.9.3
282282
* Ruby 2.0.0
283+
* Ruby 2.1.0
283284

284285
If something doesn't work on one of these Ruby versions, it's a bug.
285286

0 commit comments

Comments
 (0)