File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ script: "bundle exec rspec spec"
44env :
55 - CI=true
66rvm :
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
1311gemfile :
1412 - Gemfile
1513 - Gemfile-pure
@@ -20,4 +18,4 @@ cache: bundler
2018sudo : false
2119matrix :
2220 allow_failures :
23- - rvm : rbx-2
21+ - rvm : rbx
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ group :development do
2121end
2222
2323group :debug do
24- gem "wirble"
2524 gem "ruby-debug" , platforms : :jruby
2625 gem "byebug" , platform : :mri
2726end
Original file line number Diff line number Diff 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:
2424Instantiate a parser and parse source, specifying type and base-URL
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments