Skip to content

Commit d845325

Browse files
committed
Use development version of json-ld gem from GitHub.
1 parent eb61149 commit d845325

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source "https://rubygems.org"
22

3+
gem 'json-ld', github: 'ruby-rdf/json-ld', branch: 'develop'
34
gem 'nokogiri'
45
gem 'linkeddata'
56
gem 'colorize'

Gemfile.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
GEM
211
remote: https://rubygems.org/
312
specs:
@@ -22,9 +31,6 @@ GEM
2231
htmlentities (4.3.4)
2332
i18n (1.1.0)
2433
concurrent-ruby (~> 1.0)
25-
json-ld (3.0.1)
26-
multi_json (~> 1.12)
27-
rdf (>= 2.2.8, < 4.0)
2834
json-ld-preloaded (3.0.1)
2935
json-ld (~> 3.0)
3036
multi_json (~> 1.12)
@@ -71,7 +77,7 @@ GEM
7177
nokogiri
7278
public_suffix (3.0.3)
7379
rake (12.3.1)
74-
rdf (3.0.3)
80+
rdf (3.0.4)
7581
hamster (~> 3.0)
7682
link_header (~> 0.0, >= 0.0.8)
7783
rdf-aggregate-repo (2.2.1)
@@ -111,13 +117,13 @@ GEM
111117
rdf (>= 2.2, < 4.0)
112118
rdf-vocab (>= 2.2, < 4.0)
113119
rdf-xsd (>= 2.2, < 4.0)
114-
rdf-trig (3.0.0)
120+
rdf-trig (3.0.1)
115121
ebnf (~> 1.1)
116122
rdf (~> 3.0)
117-
rdf-turtle (~> 3.0, >= 3.0.2)
123+
rdf-turtle (~> 3.0, >= 3.0.3)
118124
rdf-trix (2.2.1)
119125
rdf (>= 2.2, < 4.0)
120-
rdf-turtle (3.0.2)
126+
rdf-turtle (3.0.3)
121127
ebnf (~> 1.1)
122128
rdf (~> 3.0)
123129
rdf-vocab (3.0.3)
@@ -153,6 +159,7 @@ PLATFORMS
153159

154160
DEPENDENCIES
155161
colorize
162+
json-ld!
156163
linkeddata
157164
nokogiri
158165
rake

0 commit comments

Comments
 (0)