Skip to content

Commit

Permalink
Update writer based on Turtle writer.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 19, 2019
1 parent ce1d510 commit 532485c
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 471 deletions.
17 changes: 9 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ source "https://rubygems.org"

gemspec

gem "rdf", github: "ruby-rdf/rdf", branch: "develop"
gem "rdf", git: "https://github.com/ruby-rdf/rdf", branch: "develop"

group :development do
gem "rdf-spec", github: "ruby-rdf/rdf-spec", branch: "develop"
gem "rdf-isomorphic", github: "ruby-rdf/rdf-isomorphic", branch: "develop"
gem "rdf-trig", github: "ruby-rdf/rdf-trig", branch: "develop"
gem "rdf-xsd", github: "ruby-rdf/rdf-xsd", branch: "develop"
gem "json-ld", github: "ruby-rdf/json-ld", branch: "develop"
gem 'sparql', github: "ruby-rdf/sparql", branch: "develop"
gem 'sxp', github: "dryruby/sxp.rb", branch: "develop"
gem "rdf-spec", git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
gem "rdf-isomorphic", git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
gem "rdf-trig", git: "https://github.com/ruby-rdf/rdf-trig", branch: "develop"
gem 'rdf-vocab', git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
gem "rdf-xsd", git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
gem "json-ld", git: "https://github.com/ruby-rdf/json-ld", branch: "develop"
gem 'sparql', git: "https://github.com/ruby-rdf/sparql", branch: "develop"
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
end

group :debug do
Expand Down

0 comments on commit 532485c

Please sign in to comment.