Skip to content

Commit 57224bb

Browse files
committed
Depend on Ruby >= 2.2.2.
Remove wirble from Gemfile, as dependency-ci objects that it has no license and it's not really neccessary.
1 parent deb4759 commit 57224bb

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.0
8-
- 2.1
9-
- 2.2.4
10-
- 2.3.0
11-
- jruby-9.0.4.0
12-
- rbx-2
7+
- 2.2.5
8+
- 2.3.1
9+
- jruby-9.1.2.0
10+
- rbx
1311
gemfile:
1412
- Gemfile
1513
- Gemfile-pure
@@ -20,4 +18,4 @@ cache: bundler
2018
sudo: false
2119
matrix:
2220
allow_failures:
23-
- rvm: rbx-2
21+
- rvm: rbx

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ group :development do
2121
end
2222

2323
group :debug do
24-
gem "wirble"
2524
gem "ruby-debug", platforms: :jruby
2625
gem "byebug", platform: :mri
2726
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install with `gem install rdf-rdfxml`
1818

1919
* 100% free and unencumbered [public domain](http://unlicense.org/) software.
2020
* Implements a complete parser for [RDF/XML][].
21-
* Compatible with Ruby >= 2.0.
21+
* Compatible with Ruby >= 2.2.2.
2222

2323
## Usage:
2424
Instantiate a parser and parse source, specifying type and base-URL

rdf-rdfxml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
2020
gem.require_paths = %w(lib)
2121
gem.has_rdoc = false
2222

23-
gem.required_ruby_version = '>= 2.0'
23+
gem.required_ruby_version = '>= 2.2.2'
2424
gem.requirements = []
2525

2626
gem.add_runtime_dependency 'rdf', '~> 2.0'

0 commit comments

Comments
 (0)