json-ld-preloaded 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -155,4 +155,5 @@ class JSON::LD::Context
155
155
  "xsd" => TermDefinition.new("xsd", id: "http://www.w3.org/2001/XMLSchema#", simple: true, prefix: true)
156
156
  })
157
157
  end
158
+ alias_preloaded("https://www.w3.org/2006/vcard/ns", "http://www.w3.org/2006/vcard/ns")
158
159
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json-ld-preloaded
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregg Kellogg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-30 00:00:00.000000000 Z
11
+ date: 2019-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdf
@@ -119,7 +119,6 @@ files:
119
119
  - UNLICENSE
120
120
  - VERSION
121
121
  - lib/json/ld/preloaded.rb
122
- - lib/json/ld/preloaded/actions.rb
123
122
  - lib/json/ld/preloaded/activitystreams.rb
124
123
  - lib/json/ld/preloaded/csvw.rb
125
124
  - lib/json/ld/preloaded/datacube.rb
@@ -160,8 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
159
  - !ruby/object:Gem::Version
161
160
  version: '0'
162
161
  requirements: []
163
- rubyforge_project:
164
- rubygems_version: 2.7.6
162
+ rubygems_version: 3.0.4
165
163
  signing_key:
166
164
  specification_version: 4
167
165
  summary: JSON-LD with preloaded contexts.
File without changes