File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
+ gem 'json-ld' , github : 'ruby-rdf/json-ld' , branch : 'develop'
3
4
gem 'nokogiri'
4
5
gem 'linkeddata'
5
6
gem 'colorize'
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: git://github.com/ruby-rdf/json-ld.git
3
+ revision: 53ed283d8c66924c58262962223326177c7053b1
4
+ branch: develop
5
+ specs:
6
+ json-ld (3.0.2 )
7
+ multi_json (~> 1.12 )
8
+ rdf (>= 2.2.8 , < 4.0 )
9
+
1
10
GEM
2
11
remote: https://rubygems.org/
3
12
specs:
22
31
htmlentities (4.3.4 )
23
32
i18n (1.1.0 )
24
33
concurrent-ruby (~> 1.0 )
25
- json-ld (3.0.1 )
26
- multi_json (~> 1.12 )
27
- rdf (>= 2.2.8 , < 4.0 )
28
34
json-ld-preloaded (3.0.1 )
29
35
json-ld (~> 3.0 )
30
36
multi_json (~> 1.12 )
71
77
nokogiri
72
78
public_suffix (3.0.3 )
73
79
rake (12.3.1 )
74
- rdf (3.0.3 )
80
+ rdf (3.0.4 )
75
81
hamster (~> 3.0 )
76
82
link_header (~> 0.0 , >= 0.0.8 )
77
83
rdf-aggregate-repo (2.2.1 )
@@ -111,13 +117,13 @@ GEM
111
117
rdf (>= 2.2 , < 4.0 )
112
118
rdf-vocab (>= 2.2 , < 4.0 )
113
119
rdf-xsd (>= 2.2 , < 4.0 )
114
- rdf-trig (3.0.0 )
120
+ rdf-trig (3.0.1 )
115
121
ebnf (~> 1.1 )
116
122
rdf (~> 3.0 )
117
- rdf-turtle (~> 3.0 , >= 3.0.2 )
123
+ rdf-turtle (~> 3.0 , >= 3.0.3 )
118
124
rdf-trix (2.2.1 )
119
125
rdf (>= 2.2 , < 4.0 )
120
- rdf-turtle (3.0.2 )
126
+ rdf-turtle (3.0.3 )
121
127
ebnf (~> 1.1 )
122
128
rdf (~> 3.0 )
123
129
rdf-vocab (3.0.3 )
@@ -153,6 +159,7 @@ PLATFORMS
153
159
154
160
DEPENDENCIES
155
161
colorize
162
+ json-ld !
156
163
linkeddata
157
164
nokogiri
158
165
rake
You can’t perform that action at this time.
0 commit comments