adiwg-json_schemas 0.9.5 → 0.9.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/adiwg-json_schemas.gemspec +7 -2
- data/lib/adiwg-json_schemas.rb +1 -0
- data/lib/adiwg/json_schemas/version.rb +1 -1
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25af59f9dfc1addb83ae88c14640100115200911
|
4
|
+
data.tar.gz: 92bdf7aceb540a5450e52f0f22d313841d62abab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bd3e37e82e1e87fdacbbc82714ffa80bde5bf70106058c359cb52ad76403d9c6bff78bc6d847ed7cc3a97fe625a70629e29e645a773ee6b77d5766e664137be
|
7
|
+
data.tar.gz: 2f6a9f649ff862fb0b3969e26f3e47bad14102cca2cc44d8742fbab765f5ba2da7af950d552ac7f3ad1a1371478c6a541b0047fcbed97c192baaac63dbf1c031
|
data/adiwg-json_schemas.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = ADIWG::JsonSchemas::VERSION
|
9
9
|
spec.authors = ["Josh Bradley, Stan Smith"]
|
10
10
|
spec.email = ["jbradley@arcticlcc.org"]
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{
|
11
|
+
spec.description = %q{Deprecated: use https://rubygems.org/gems/adiwg-mdjson_schemas}
|
12
|
+
spec.summary = %q{Deprecated: use https://rubygems.org/gems/adiwg-mdjson_schemas}
|
13
13
|
spec.homepage = "https://github.com/adiwg/mdJson-schemas"
|
14
14
|
spec.license = "UNLICENSE"
|
15
15
|
|
@@ -22,4 +22,9 @@ Gem::Specification.new do |spec|
|
|
22
22
|
spec.add_development_dependency "rake", ">= 0"
|
23
23
|
spec.add_development_dependency "json-schema", "~> 2.4.0"
|
24
24
|
spec.add_development_dependency "minitest", "~>5"
|
25
|
+
spec.post_install_message = <<-MESSAGE
|
26
|
+
The 'adiwg-json_schemas' gem has been deprecated and has been replaced by 'adiwg-mdjson_schemas'.
|
27
|
+
See: https://rubygems.org/gems/adiwg-mdjson_schemas
|
28
|
+
And: https://github.com/adiwg/mdJson-schemas
|
29
|
+
MESSAGE
|
25
30
|
end
|
data/lib/adiwg-json_schemas.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adiwg-json_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Bradley, Stan Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -66,8 +66,7 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '5'
|
69
|
-
description:
|
70
|
-
metadata standard. The schemas comply with JSON Schema draft version 4.
|
69
|
+
description: 'Deprecated: use https://rubygems.org/gems/adiwg-mdjson_schemas'
|
71
70
|
email:
|
72
71
|
- jbradley@arcticlcc.org
|
73
72
|
executables: []
|
@@ -147,7 +146,10 @@ homepage: https://github.com/adiwg/mdJson-schemas
|
|
147
146
|
licenses:
|
148
147
|
- UNLICENSE
|
149
148
|
metadata: {}
|
150
|
-
post_install_message:
|
149
|
+
post_install_message: |2
|
150
|
+
The 'adiwg-json_schemas' gem has been deprecated and has been replaced by 'adiwg-mdjson_schemas'.
|
151
|
+
See: https://rubygems.org/gems/adiwg-mdjson_schemas
|
152
|
+
And: https://github.com/adiwg/mdJson-schemas
|
151
153
|
rdoc_options: []
|
152
154
|
require_paths:
|
153
155
|
- lib
|
@@ -166,7 +168,7 @@ rubyforge_project:
|
|
166
168
|
rubygems_version: 2.4.5
|
167
169
|
signing_key:
|
168
170
|
specification_version: 4
|
169
|
-
summary:
|
171
|
+
summary: 'Deprecated: use https://rubygems.org/gems/adiwg-mdjson_schemas'
|
170
172
|
test_files:
|
171
173
|
- test/draft-04.json
|
172
174
|
- test/tc_schemas.rb
|