Skip to content

Commit

Permalink
Support RBX >= 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 21, 2013
1 parent f7553ed commit f35e2ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- rbx
7 changes: 7 additions & 0 deletions rdf-n3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rdf-rdfxml', '>= 1.1'
gem.add_development_dependency 'rdf-isomorphic', '>= 1.1'
gem.add_development_dependency 'yard' , '>= 0.8.6'

# Rubinius has it's own dependencies
if RUBY_ENGINE == "rbx" && RUBY_VERSION >= "2.1.0"
gem.add_development_dependency "rubysl-open-uri"
gem.add_development_dependency "rubysl-prettyprint"
end

gem.post_install_message = nil
end

0 comments on commit f35e2ec

Please sign in to comment.