Skip to content

Commit

Permalink
Update version and dependencies for 2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 10, 2016
1 parent 96f9f00 commit fcc6e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0.beta1
2.0.0
4 changes: 2 additions & 2 deletions rdf-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.0'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '>= 2.0.0.beta', '< 3'
gem.add_runtime_dependency 'rdf-isomorphic', '>= 2.0.0.beta', '< 3'
gem.add_runtime_dependency 'rdf', '~> 2.0'
gem.add_runtime_dependency 'rdf-isomorphic', '~> 2.0'
gem.add_runtime_dependency 'rspec', '~> 3.0'
gem.add_runtime_dependency 'rspec-its', '~> 1.0'
gem.add_runtime_dependency 'webmock', '~> 1.17'
Expand Down

0 comments on commit fcc6e8f

Please sign in to comment.