Skip to content

Commit

Permalink
Finish 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 12, 2019
2 parents 04a2fea + 6958493 commit df1c9e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee

This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.

* create or respond to an issue on the [Github Repository](https://githubhub.com/ruby-rdf/rdf-reasoner/issues)
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf-reasoner/issues)
* Fork and clone the repo:
`git clone [email protected]:your-username/rdf-reasoner.git`
* Install bundle:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The `rdf` command-line interface is extended with `entail` and `lint` commands.

## Authors

* [Gregg Kellogg](https://githubhub.com/gkellogg) - <https://greggkellogg.net/>
* [Gregg Kellogg](https://github.com/gkellogg) - <https://greggkellogg.net/>

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.5.3
2 changes: 1 addition & 1 deletion etc/doap.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<http://dbpedia.org/resource/Ruby_(programming_language)> ;
doap:download-page <https://rubygems.org/gems/rdf-reasoner> ;
doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
doap:bug-database <https://githubhub.com/ruby-rdf/rdf-reasoner/issues> ;
doap:bug-database <https://github.com/ruby-rdf/rdf-reasoner/issues> ;
doap:blog <https://greggkellogg.net/> ;
doap:developer <https://greggkellogg.net/foaf#me> ;
doap:maintainer <https://greggkellogg.net/foaf#me> ;
Expand Down
2 changes: 1 addition & 1 deletion rdf-reasoner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.date = File.mtime('VERSION').strftime('%Y-%m-%d')

gem.name = "rdf-reasoner"
gem.homepage = "https://githubhub.com/gkellogg/rdf-reasoner"
gem.homepage = "https://github.com/ruby-rdf/rdf-reasoner"
gem.license = 'Unlicense'
gem.summary = "RDFS/OWL Reasoner for RDF.rb"

Expand Down
2 changes: 1 addition & 1 deletion spec/suite_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def self.open(file)
g = RDF::Repository.load(file, format: :ttl)
JSON::LD::API.fromRDF(g) do |expanded|
JSON::LD::API.frame(expanded, FRAME) do |framed|
yield Manifest.new(framed['@graph'].first)
yield Manifest.new(framed)
end
end
end
Expand Down

0 comments on commit df1c9e1

Please sign in to comment.