Skip to content

Commit

Permalink
Version 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed May 30, 2020
1 parent 095cc60 commit 5407c4a
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 @@
0.6.0
0.6.1
4 changes: 2 additions & 2 deletions rdf-reasoner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.4'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.1'
gem.add_runtime_dependency 'rdf-vocab', '~> 3.1'
gem.add_runtime_dependency 'rdf', '~> 3.1', '>= 3.1.2'
gem.add_runtime_dependency 'rdf-vocab', '~> 3.1', '>= 3.1.5'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.1'

gem.add_development_dependency 'rdf-spec', '~> 3.1'
Expand Down

0 comments on commit 5407c4a

Please sign in to comment.