adiwg-mdcodes 2.5.0 → 2.6.0

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: 6967dcbe4564065a981b8ad92a7bb79ce80c1f1b
4
- data.tar.gz: b98b892f8311c40b333f752058e4c292b0563911
3
+ metadata.gz: 74444b4a3bf86b1d2930ab7944dbce276d7a3353
4
+ data.tar.gz: 050e9bce73ac00162d1e198e191718ef1b5de888
5
5
  SHA512:
6
- metadata.gz: 63b8be0e72aa004ccebbadcc35cee405f05b030f9dbc857f51615c0d654635f13d1597e444d313470ca3779019101525a41d2dbaa4422c59368174efdefbd534
7
- data.tar.gz: 596da5e3440c2e02e72611cb98d93a5f4453bf50cd5ece6da76147401d29cebe731858bbbdd0cbe3f01f82b63902baf61669957ebcdf142844372bce6e3286ff
6
+ metadata.gz: 6021f18dfc687c64243c1659473966a03f7655f0839cd280253e4263c57e7cf0d9f43b910c63d1f60447527608b504f5415d3da09d8ff954dca9fb299366d2f1
7
+ data.tar.gz: 5f5c4b67f8590e2dcea61de0b4664a6be6dd5cdad8ff436a628b9fd308c4ef52caba2570aecf8e1baf04e378257c09fd3cb16430c6b42387058ef07b2ba170d2
@@ -20,7 +20,7 @@
20
20
 
21
21
  module ADIWG
22
22
  module Mdcodes
23
- VERSION = "2.5.0"
23
+ VERSION = "2.6.0"
24
24
  end
25
25
  end
26
26
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "CodeLists for ADIwg mdJSON",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "grunt-yamllint": "^0.2.0"
25
25
  },
26
26
  "scripts": {
27
- "prepublish": "scripts/prepublish.js"
27
+ "prepublishOnly": "scripts/prepublish.js"
28
28
  },
29
29
  "dependencies": {
30
30
  "buildify": "^0.4.0",
@@ -10,7 +10,7 @@ extensible: true
10
10
  description: "ANSI and SQL dataTypes"
11
11
  codelist:
12
12
  - {code: "char01", codeName: character, description: "fixed length character strings"}
13
- - {code: "char03", codeName: character varying", description: "variable length character strings"}
13
+ - {code: "char03", codeName: character varying, description: "variable length character strings"}
14
14
  - {code: "char06", codeName: character large object, description: "character large object"}
15
15
  - {code: "nchar01", codeName: national character, description: "fixed length national character strings (2 byte unicode)"}
16
16
  - {code: "nchar04", codeName: national character varying, description: "variable length national character strings (2 byte unicode)"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - stansmith907, jlblcc