asi_bod 0.1.4 → 0.1.5

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: dcc08bcafe31a9d406a2bb22eb85eb375617c57f
4
- data.tar.gz: b20e8303ce389e37a92ecd9e9a1fc5ec95f3d53a
3
+ metadata.gz: 43781a346a9a992e6e29802d412cef3f7fb3271d
4
+ data.tar.gz: f29c5454c3555d27cad76bff906c4ad2b6733c68
5
5
  SHA512:
6
- metadata.gz: cd0791b1d6461b71ee9e71f707495226f4577aa28d9dacd73d49d08e5f8eb3ab634ff10f74a6f4e199eb2f6b77cf77389b9d28ad1ba7bea13a78cfd4a868cb49
7
- data.tar.gz: b6ffb27dc01ba55cd1d365437f8fb09f682a09d74c7ed66e4eeb3fd8223a0b8a97d19fc1f50b0185fecc794db26f924384b9137b815b3bcf04111f2990c895c0
6
+ metadata.gz: 67b3260326fa4a6c79d59274a6492db811a5a91a8965cd2905a870506c927a9f55f49d34b020109ba9e870b30486407f8fa7387bdff65e9e78a711347407a695
7
+ data.tar.gz: 378d07c05a70beb48ce095b26239330f81a3d8bb688a4bb489969a1f71deb5f11b868cafb221399160f89bb3bf74dd13d8d60e0430608c3efffb3b0d92600979
data/.gitignore CHANGED
File without changes
File without changes
File without changes
data/BODm.json CHANGED
File without changes
data/Gemfile CHANGED
File without changes
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Robert J. Berger
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -42,7 +42,11 @@ If you want to start with the original or another version of the +BOD.json+ or t
42
42
  find - Find a node in one or both of the dictionaries
43
43
  merge - Merge the Description from asi to bod
44
44
 
45
- == Detailed Command Line Info
45
+ == License and Copyright
46
+
47
+ * Copyright (c) 2018 Robert J. Berger
48
+ * License: MIT
49
+
46
50
 
47
51
  :include: asi_bod.rdoc
48
52
 
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module AsiBod
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asi_bod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert J. Berger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-13 00:00:00.000000000 Z
11
+ date: 2018-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,6 +138,7 @@ files:
138
138
  - BOD.origin.json
139
139
  - BODm.json
140
140
  - Gemfile
141
+ - LICENSE.txt
141
142
  - README.rdoc
142
143
  - Rakefile
143
144
  - asi_bod.gemspec