Skip to content

Commit

Permalink
Finish 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 16, 2016
2 parents a1ad43c + 1663d10 commit 96362b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ env:
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.2.0
- jruby
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: jruby-9.1.2.0


- rvm: jruby
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ group :development, :test do
end

group :debug do
gem "wirble"
gem "byebug", platforms: :mri
end

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1.0
2 changes: 1 addition & 1 deletion json-ld.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.2.2'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 2.0'
gem.add_runtime_dependency 'rdf', '~> 2.1'
gem.add_runtime_dependency 'multi_json', '~> 1.11'
gem.add_development_dependency 'jsonlint', '~> 0.1.0' unless RUBY_ENGINE == "jruby"
gem.add_development_dependency 'oj', '~> 2.12' unless RUBY_ENGINE == "jruby"
Expand Down

0 comments on commit 96362b2

Please sign in to comment.