locabulary 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eaa6a939234e76a255e7801f1566e65e8fd33245
4
- data.tar.gz: d46e978a63f45e8364027ecbaf36ecb1d51db631
3
+ metadata.gz: fbe9468e2613d56ef275ce2e7fc13886302f6cd7
4
+ data.tar.gz: 9219a0be43d0193f9af9a73fc279cc54148fa35d
5
5
  SHA512:
6
- metadata.gz: b67d12549e18ca3dd7c931d22adc21847dcf1cb7efc71c323807991502db0967c6bc7c9a359a4e971b2b18ff2aecbf76079ce34ad725ebef62b433188ec6bb95
7
- data.tar.gz: 25fa2669c8195102b93a1922c3c36cb3c43befcaffd95ab0e783d744e1f020414bd66b2a8a76476ea807508c214fae78a295a005d00abb1eafe88f35e86c5a25
6
+ metadata.gz: 377e7ce77061a58435943025e19baf497c930610b57415ad343bb99510ed69e01504b8b810fb9111fb005653edc07f12aeee2e0e897837de2dd20d5a7bf16247
7
+ data.tar.gz: e68c7bf90a8fd180aedba2f22c927511c3e34470ac343b0f015d572bc3bff00b1677da41cf9bb732b216ecec8a1e3b723b3d30ab78fd02a65c6a8a0c4b7dda2d
data/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
1
  ##########################################################################
2
- # Copyright 2015 University of Notre Dame
2
+ # Copyright 2014-2015 University of Notre Dame
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -57,7 +57,7 @@
57
57
  },
58
58
  {
59
59
  "predicate_name": "organization",
60
- "term_label": "Chemistry",
60
+ "term_label": "Chemistry and Biochemistry",
61
61
  "term_uri": null,
62
62
  "default_presentation_sequence": null,
63
63
  "activated_on": "2015-01-01",
@@ -3,7 +3,7 @@ require 'json'
3
3
 
4
4
  # @since 0.1.0
5
5
  module Locabulary
6
- VERSION='0.1.3'.freeze
6
+ VERSION='0.1.4'.freeze
7
7
  DATA_DIRECTORY = File.expand_path("../../data/", __FILE__).freeze
8
8
 
9
9
  class RuntimeError < ::RuntimeError
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.bindir = "exe"
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
+ spec.license = 'APACHE2'
20
21
 
21
22
  spec.add_development_dependency "bundler"
22
23
  spec.add_development_dependency "minitest"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locabulary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Friesen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,8 @@ files:
94
94
  - lib/locabulary.rb
95
95
  - locabulary.gemspec
96
96
  homepage: https://github.com/ndlib/locabulary
97
- licenses: []
97
+ licenses:
98
+ - APACHE2
98
99
  metadata: {}
99
100
  post_install_message:
100
101
  rdoc_options: []