adiwg-mdjson_schemas 2.3.1 → 2.3.2

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: 5db38b6cc6c2e515d927ca854b3077f957dd28ac
4
- data.tar.gz: 4c9ce71989511d990c82e4fb918f9f7cfe7369b1
3
+ metadata.gz: ad4a18b2eb6469851a9a912ebfb3e48d10c1c6ea
4
+ data.tar.gz: b8eb6f877b760b5e4b26882b9f2e14f7c47d8ce6
5
5
  SHA512:
6
- metadata.gz: 65ae2ea14d83de5c54da9af169892d50f4c4f91a180a91db5a76bb246c67fed0e15f83b94a96d7a448240c1bb266a1c746dfb98441cbdf54a706669b33e0f3d7
7
- data.tar.gz: c4f2d3cf61733b34dfc3e8a8662188aa2a604f855cba348085eb180b104a163b042a9f0988ac9affe7451b56a5b37b02c580461ffe426e4831e6c7c69edeffe0
6
+ metadata.gz: 9183615208445a3211e0d0216ea3c60269654b90b7ba1760f23bfca4e3b1d8437f8fad7c5e3292d49926ab69f705edab2c83ce006719dcd3ea2a7a02a1764ee7
7
+ data.tar.gz: e88c616c962297296cf06e3af1bdbb2c75853e9a78ad81f63ee949499fafdfce32f74dd9edd4a61429d8803fb80875cf8708ec5d26d01002d4b36ddf1b433b01
data/.travis.yml CHANGED
@@ -2,7 +2,10 @@ language: ruby
2
2
  before_install:
3
3
  - gem update bundler
4
4
  rvm:
5
- - 2.1.0
5
+ - 2.4.1
6
+ - 2.3.4
7
+ - 2.2.7
8
+ - 2.1.10
6
9
  - 2.0.0
7
10
  - 1.9.3
8
11
  - jruby-19mode
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.3.1"
4
+ VERSION = "2.3.2"
5
5
  end
6
6
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -4,7 +4,7 @@
4
4
  "type": "object",
5
5
  "description": "Describes the spatial area of the resource",
6
6
  "example": "../examples/geographicExtent.json",
7
- "additionalProperties": false,
7
+ "additionalProperties": true,
8
8
  "properties": {
9
9
  "containsData": {
10
10
  "type": "boolean",
data/schema/schema.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.3.1",
4
+ "version": "2.3.2",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdjson_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
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: 2017-09-03 00:00:00.000000000 Z
11
+ date: 2017-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -332,7 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
332
332
  version: '0'
333
333
  requirements: []
334
334
  rubyforge_project:
335
- rubygems_version: 2.4.5
335
+ rubygems_version: 2.5.2
336
336
  signing_key:
337
337
  specification_version: 4
338
338
  summary: JSON schemas for the ADIwg metadata standard