@@ -7,18 +7,31 @@ gem 'rdf', git: "https://github.com/ruby-rdf/rdf",
7
7
8
8
group :development do
9
9
gem 'ebnf' , git : "https://github.com/dryruby/ebnf" , branch : "develop"
10
- gem 'sxp' , git : "https://github.com/dryruby/sxp.rb" , branch : "develop"
10
+ gem 'json-ld-preloaded' , github : "ruby-rdf/json-ld-preloaded" , branch : "develop"
11
+ gem 'ld-patch' , github : "ruby-rdf/ld-patch" , branch : "develop"
11
12
gem 'linkeddata' , git : "https://github.com/ruby-rdf/linkeddata" , branch : "develop"
12
13
gem 'rack-linkeddata' , git : "https://github.com/ruby-rdf/rack-linkeddata" , branch : "develop"
13
14
gem 'rdf-aggregate-repo' , git : "https://github.com/ruby-rdf/rdf-aggregate-repo" , branch : "develop"
14
- gem 'rdf-spec' , git : "https://github.com/ruby-rdf/rdf-spec" , branch : "develop"
15
15
gem 'rdf-isomorphic' , git : "https://github.com/ruby-rdf/rdf-isomorphic" , branch : "develop"
16
- gem 'rdf-turtle' , git : "https://github.com/ruby-rdf/rdf-turtle" , branch : "develop"
16
+ gem 'rdf-json' , github : "ruby-rdf/rdf-json" , branch : "develop"
17
+ gem 'rdf-microdata' , git : "https://github.com/ruby-rdf/rdf-microdata" , branch : "develop"
18
+ gem 'rdf-n3' , github : "ruby-rdf/rdf-n3" , branch : "develop"
19
+ gem 'rdf-normalize' , github : "ruby-rdf/rdf-normalize" , branch : "develop"
20
+ gem 'rdf-rdfa' , git : "https://github.com/ruby-rdf/rdf-rdfa" , branch : "develop"
21
+ gem 'rdf-rdfxml' , git : "https://github.com/ruby-rdf/rdf-rdfxml" , branch : "develop"
22
+ gem 'rdf-reasoner' , github : "ruby-rdf/rdf-reasoner" , branch : "develop"
23
+ gem 'rdf-spec' , git : "https://github.com/ruby-rdf/rdf-spec" , branch : "develop"
24
+ gem 'rdf-tabular' , github : "ruby-rdf/rdf-tabular" , branch : "develop"
17
25
gem 'rdf-trig' , git : "https://github.com/ruby-rdf/rdf-trig" , branch : "develop"
26
+ gem 'rdf-trix' , github : "ruby-rdf/rdf-trix" , branch : "develop"
27
+ gem 'rdf-turtle' , git : "https://github.com/ruby-rdf/rdf-turtle" , branch : "develop"
18
28
gem 'rdf-vocab' , git : "https://github.com/ruby-rdf/rdf-vocab" , branch : "develop"
19
29
gem 'rdf-xsd' , git : "https://github.com/ruby-rdf/rdf-xsd" , branch : "develop"
20
30
gem 'sinatra-linkeddata' , git : "https://github.com/ruby-rdf/sinatra-linkeddata" , branch : "develop"
31
+ gem 'shex' , github : "ruby-rdf/shex" , branch : "develop"
21
32
gem 'sparql' , git : "https://github.com/ruby-rdf/sparql" , branch : "develop"
33
+ gem 'sparql-client' , git : "https://github.com/ruby-rdf/sparql-client" , branch : "develop"
34
+ gem 'sxp' , git : "https://github.com/dryruby/sxp.rb" , branch : "develop"
22
35
gem 'fasterer'
23
36
gem 'earl-report'
24
37
end
0 commit comments