@@ -9,11 +9,13 @@ gem "ld-patch", git: "https://github.com/ruby-rdf/ld-patch",
99gem "rack-rdf" , git : "https://github.com/ruby-rdf/rack-rdf" , branch : "develop"
1010gem "rdf" , git : "https://github.com/ruby-rdf/rdf" , branch : "develop"
1111gem 'rdf-aggregate-repo' , git : "https://github.com/ruby-rdf/rdf-aggregate-repo" , branch : "develop"
12+ gem 'rdf-hamster-repo' , git : 'https://github.com/ruby-rdf/rdf-hamster-repo' , branch : 'develop'
1213gem 'rdf-isomorphic' , git : "https://github.com/ruby-rdf/rdf-isomorphic" , branch : "develop"
1314gem 'rdf-json' , git : "https://github.com/ruby-rdf/rdf-json" , branch : "develop"
1415gem 'rdf-microdata' , git : "https://github.com/ruby-rdf/rdf-microdata" , branch : "develop"
1516gem 'rdf-n3' , git : "https://github.com/ruby-rdf/rdf-n3" , branch : "develop"
1617gem 'rdf-normalize' , git : "https://github.com/ruby-rdf/rdf-normalize" , branch : "develop"
18+ gem 'rdf-ordered-repo' , git : 'https://github.com/ruby-rdf/rdf-ordered-repo' , branch : 'develop'
1719gem 'rdf-rdfa' , git : "https://github.com/ruby-rdf/rdf-rdfa" , branch : "develop"
1820gem 'rdf-rdfxml' , git : "https://github.com/ruby-rdf/rdf-rdfxml" , branch : "develop"
1921gem 'rdf-reasoner' , git : "https://github.com/ruby-rdf/rdf-reasoner" , branch : "develop"
@@ -24,6 +26,7 @@ gem 'rdf-trix', git: "https://github.com/ruby-rdf/rdf-trix",
2426gem 'rdf-turtle' , git : "https://github.com/ruby-rdf/rdf-turtle" , branch : "develop"
2527gem 'rdf-vocab' , git : "https://github.com/ruby-rdf/rdf-vocab" , branch : "develop"
2628gem 'rdf-xsd' , git : "https://github.com/ruby-rdf/rdf-xsd" , branch : "develop"
29+ gem 'shacl' , git : "https://github.com/ruby-rdf/shacl" , branch : "develop"
2730gem 'shex' , git : "https://github.com/ruby-rdf/shex" , branch : "develop"
2831gem 'sparql' , git : "https://github.com/ruby-rdf/sparql" , branch : "develop"
2932gem 'sparql-client' , git : "https://github.com/ruby-rdf/sparql-client" , branch : "develop"
0 commit comments