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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32691150f416a289dbcfc4c51b9a5506e409ca37
4
- data.tar.gz: a018cda3e052ec6facf575a922b2b3b2d672c5fb
3
+ metadata.gz: 25af59f9dfc1addb83ae88c14640100115200911
4
+ data.tar.gz: 92bdf7aceb540a5450e52f0f22d313841d62abab
5
5
  SHA512:
6
- metadata.gz: 1d75912576ee47922f3c2d6f824e595a01e3f2b042b21d4d3e50f275bc83f06676112bccaabd61c6e1691f168d35d69ac08a4f780761144a6fba266112d03917
7
- data.tar.gz: 69776b0a964a41946fdce1a2cc8a9128122505d73633b293dc6875d9f10bc50d276d562f9155bf6a0f270c3281fbcbe96162e885c30de4b22f2b8a49b74fdbd2
6
+ metadata.gz: 3bd3e37e82e1e87fdacbbc82714ffa80bde5bf70106058c359cb52ad76403d9c6bff78bc6d847ed7cc3a97fe625a70629e29e645a773ee6b77d5766e664137be
7
+ data.tar.gz: 2f6a9f649ff862fb0b3969e26f3e47bad14102cca2cc44d8742fbab765f5ba2da7af950d552ac7f3ad1a1371478c6a541b0047fcbed97c192baaac63dbf1c031
@@ -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{JSON schemas for validating according to the the ADIwg project and data metadata standard. The schemas comply with JSON Schema draft version 4.}
12
- spec.summary = %q{JSON schemas for the ADIwg metadata standard}
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
@@ -1 +1,2 @@
1
+ warn "[DEPRECATION] This gem has been renamed to adiwg-mdjson_schemas and will no longer be supported. Please switch to adiwg-mdjson_schemas as soon as possible."
1
2
  require 'adiwg/json_schemas.rb'
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module JsonSchemas
3
3
  # Current schema version number
4
- VERSION = "0.9.5"
4
+ VERSION = "0.9.6"
5
5
  end
6
6
  end
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.5
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: 2014-12-29 00:00:00.000000000 Z
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: JSON schemas for validating according to the the ADIwg project and data
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: JSON schemas for the ADIwg metadata standard
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