adiwg-mdcodes 0.4.0 → 1.0.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: 37ecaa1334498a0080c166f560554c569a46204b
4
- data.tar.gz: b1ebf196e720456a10bde7cb37dd277ead3e6fed
3
+ metadata.gz: 8e71aabb7f9d80b5d44032686d6daa7f5ee40584
4
+ data.tar.gz: 142754c39535af53bfe11f6e87650507c9914ee0
5
5
  SHA512:
6
- metadata.gz: b6db8a7e0fc48dad7078509cda40170088df6f8d1a49465fbdfbb9d0d0fb72596e7aeb2d74e709fd74130b8bd7d6e08f66e8f5617b8fd4b96cdcc3cddd360d4c
7
- data.tar.gz: fddb686c897c9152d01cdc30fa45e539ca6eb5c845298f3f3e57a1db309d86e9c5ecda69a4b2a3a59658f79d17cd633da216e80b84933aefa28909dd59e0fb9f
6
+ metadata.gz: d877a2358a6dbd8bc058b471072ca93a0fbea72c578b60435087e20f2d541997cb92a69a7153a63000869d52ae9b914ffa44e6ce4e12c5661bf950972468d6db
7
+ data.tar.gz: 87a36fd236b3ab267d95049df0e9c64a7a6c9adaae9c516b23d19ee621c000163df6a7951b1ba5e116e121f57a395f0f4e1ffd817b98c4feecc83755ca3d5d1b
@@ -7,7 +7,7 @@ require 'adiwg/mdcodes/version'
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "adiwg-mdcodes"
9
9
  spec.version = ADIWG::Mdcodes::VERSION
10
- spec.authors = ["stansmith907"]
10
+ spec.authors = ["stansmith907, jlblcc"]
11
11
  spec.email = ["stansmith@usgs.gov"]
12
12
  spec.summary = %q{adiwg-mdcodes provides code lists for mdJSON.}
13
13
  spec.description = %q{adiwg-mdcodes provides code lists for use in ISO 19139 compliant metadata, especially mdJSON. The codes include all ISO 19115-2 and ISO 19115-1 codes plus additional codes from NGDC and ADIwg.}
@@ -13,7 +13,7 @@
13
13
  module ADIWG
14
14
 
15
15
  module Mdcodes
16
- VERSION = "0.4.0"
16
+ VERSION = "1.0.0"
17
17
  end
18
18
 
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - stansmith907
7
+ - stansmith907, jlblcc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-20 00:00:00.000000000 Z
11
+ date: 2015-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler