bonnie_bundler 2.1.1 → 2.1.2
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 +4 -4
- data/Gemfile.lock +4 -4
- data/bonnie-bundler.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 286e40195a541a0c5e86e6470e552f91e0609c79
|
|
4
|
+
data.tar.gz: 0a55a9eb92934abf992398cdde182aa6eeee2865
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1943f13f793392083298ef60fc49a2663a9cd50fcc56789948bccc363b6727810df43db512cd97ab5ff8fe3dda4b8bf452df9544725ba7970633951883ca089
|
|
7
|
+
data.tar.gz: cba985984b2a75a20cb024eb92132229612b3da21832661ec3ca8e00bfbb1951205a42068167406b13cb8b5cb48e024f0cf07080c62dcaa0858cb9263ae74672
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bonnie_bundler (2.1.
|
|
4
|
+
bonnie_bundler (2.1.2)
|
|
5
5
|
diffy (~> 3.0.0)
|
|
6
6
|
health-data-standards (~> 4.0)
|
|
7
7
|
hqmf2js (~> 1.4)
|
|
@@ -84,7 +84,7 @@ GEM
|
|
|
84
84
|
globalid (0.4.1)
|
|
85
85
|
activesupport (>= 4.2.0)
|
|
86
86
|
hashdiff (0.3.6)
|
|
87
|
-
health-data-standards (4.0.
|
|
87
|
+
health-data-standards (4.0.6)
|
|
88
88
|
activesupport (~> 4.2.0)
|
|
89
89
|
builder (~> 3.1)
|
|
90
90
|
erubis (~> 2.7.0)
|
|
@@ -214,7 +214,7 @@ GEM
|
|
|
214
214
|
slop (3.5.0)
|
|
215
215
|
spreadsheet (1.1.5)
|
|
216
216
|
ruby-ole (>= 1.0)
|
|
217
|
-
sprockets (2.12.
|
|
217
|
+
sprockets (2.12.5)
|
|
218
218
|
hike (~> 1.2)
|
|
219
219
|
multi_json (~> 1.0)
|
|
220
220
|
rack (~> 1.0)
|
|
@@ -264,4 +264,4 @@ DEPENDENCIES
|
|
|
264
264
|
webmock
|
|
265
265
|
|
|
266
266
|
BUNDLED WITH
|
|
267
|
-
1.16.
|
|
267
|
+
1.16.2
|
data/bonnie-bundler.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.email = "pophealth-talk@googlegroups.com"
|
|
8
8
|
s.homepage = "http://github.com/projecttacoma/bonnie_bundler"
|
|
9
9
|
s.authors = ["The MITRE Corporation"]
|
|
10
|
-
s.version = '2.1.
|
|
10
|
+
s.version = '2.1.2'
|
|
11
11
|
s.license = 'Apache-2.0'
|
|
12
12
|
|
|
13
13
|
s.add_dependency 'health-data-standards', '~> 4.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bonnie_bundler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The MITRE Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: health-data-standards
|