bonnie_bundler 2.2.4 → 2.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +1 -1
- data/Gemfile.lock +98 -91
- data/bonnie-bundler.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 73fb66a28d5fd842de1a34b699f8c7f2a2bf0e73f384c69c72714b9aaecf608b
|
4
|
+
data.tar.gz: 40d84a8e2ebc92eb0cac9492fbf13a4c883d5275ca3f1a7f6f36e35af3979e90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5be05ce7481e06afd9ca223b27ea4276823dc1fe05efea78820577d1743b886643eecfbf3baf4923637cdbdc2885d76d118545d0e1692a8d1a25573cdf549e9e
|
7
|
+
data.tar.gz: 90d9f1fe7edf0e397febdfcfa47cb99e9adca9ecc35c28d6ab560578fc5fa8e344a797fb7f1c2c7e417402d7579dfc1c3786b903f58570ba016dcb828791d9c7
|
data/Gemfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
source "https://rubygems.org"
|
2
2
|
gemspec
|
3
3
|
|
4
|
-
|
4
|
+
gem 'health-data-standards', :git => 'https://github.com/projectcypress/health-data-standards.git', :branch => 'master_bonnie'
|
5
5
|
# gem 'quality-measure-engine', :git => 'https://github.com/projectcypress/quality-measure-engine.git', :branch => 'master'
|
6
6
|
# gem 'hqmf2js', :git => 'https://github.com/projecttacoma/hqmf2js.git', :branch => 'master'
|
7
7
|
# gem 'hquery-patient-api', :git => 'https://github.com/projecttacoma/patientapi.git', :branch => 'master'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,29 @@
|
|
1
|
+
GIT
|
2
|
+
remote: https://github.com/projectcypress/health-data-standards.git
|
3
|
+
revision: 58975d21251e60050b66c5c8ed3acb146d909392
|
4
|
+
branch: master_bonnie
|
5
|
+
specs:
|
6
|
+
health-data-standards (4.3.5)
|
7
|
+
activesupport (~> 4.2.11)
|
8
|
+
builder (~> 3.1)
|
9
|
+
erubis (~> 2.7.0)
|
10
|
+
highline (~> 1.7.0)
|
11
|
+
log4r (~> 1.1.10)
|
12
|
+
memoist (~> 0.9.1)
|
13
|
+
mongo (~> 2.4.3)
|
14
|
+
mongoid (~> 5.0.0)
|
15
|
+
mongoid-tree (~> 2.0.0)
|
16
|
+
nokogiri (~> 1.10.3)
|
17
|
+
protected_attributes (~> 1.0.5)
|
18
|
+
rest-client (~> 2.0.1)
|
19
|
+
rubyzip (~> 1.2.1)
|
20
|
+
uuid (~> 2.3.7)
|
21
|
+
zip-zip (~> 0.3)
|
22
|
+
|
1
23
|
PATH
|
2
24
|
remote: .
|
3
25
|
specs:
|
4
|
-
bonnie_bundler (2.2.
|
26
|
+
bonnie_bundler (2.2.5)
|
5
27
|
diffy (~> 3.0.0)
|
6
28
|
health-data-standards (~> 4.3.2)
|
7
29
|
hqmf2js (~> 1.4)
|
@@ -17,89 +39,73 @@ PATH
|
|
17
39
|
GEM
|
18
40
|
remote: https://rubygems.org/
|
19
41
|
specs:
|
20
|
-
actionmailer (4.2.11)
|
21
|
-
actionpack (= 4.2.11)
|
22
|
-
actionview (= 4.2.11)
|
23
|
-
activejob (= 4.2.11)
|
42
|
+
actionmailer (4.2.11.1)
|
43
|
+
actionpack (= 4.2.11.1)
|
44
|
+
actionview (= 4.2.11.1)
|
45
|
+
activejob (= 4.2.11.1)
|
24
46
|
mail (~> 2.5, >= 2.5.4)
|
25
47
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
26
|
-
actionpack (4.2.11)
|
27
|
-
actionview (= 4.2.11)
|
28
|
-
activesupport (= 4.2.11)
|
48
|
+
actionpack (4.2.11.1)
|
49
|
+
actionview (= 4.2.11.1)
|
50
|
+
activesupport (= 4.2.11.1)
|
29
51
|
rack (~> 1.6)
|
30
52
|
rack-test (~> 0.6.2)
|
31
53
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
32
54
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
33
|
-
actionview (4.2.11)
|
34
|
-
activesupport (= 4.2.11)
|
55
|
+
actionview (4.2.11.1)
|
56
|
+
activesupport (= 4.2.11.1)
|
35
57
|
builder (~> 3.1)
|
36
58
|
erubis (~> 2.7.0)
|
37
59
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
38
60
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
39
|
-
activejob (4.2.11)
|
40
|
-
activesupport (= 4.2.11)
|
61
|
+
activejob (4.2.11.1)
|
62
|
+
activesupport (= 4.2.11.1)
|
41
63
|
globalid (>= 0.3.0)
|
42
|
-
activemodel (4.2.11)
|
43
|
-
activesupport (= 4.2.11)
|
64
|
+
activemodel (4.2.11.1)
|
65
|
+
activesupport (= 4.2.11.1)
|
44
66
|
builder (~> 3.1)
|
45
|
-
activerecord (4.2.11)
|
46
|
-
activemodel (= 4.2.11)
|
47
|
-
activesupport (= 4.2.11)
|
67
|
+
activerecord (4.2.11.1)
|
68
|
+
activemodel (= 4.2.11.1)
|
69
|
+
activesupport (= 4.2.11.1)
|
48
70
|
arel (~> 6.0)
|
49
|
-
activesupport (4.2.11)
|
71
|
+
activesupport (4.2.11.1)
|
50
72
|
i18n (~> 0.7)
|
51
73
|
minitest (~> 5.1)
|
52
74
|
thread_safe (~> 0.3, >= 0.3.4)
|
53
75
|
tzinfo (~> 1.1)
|
54
|
-
addressable (2.
|
76
|
+
addressable (2.6.0)
|
55
77
|
public_suffix (>= 2.0.2, < 4.0)
|
56
78
|
arel (6.0.4)
|
57
|
-
awesome_print (1.
|
58
|
-
bson (4.
|
79
|
+
awesome_print (1.8.0)
|
80
|
+
bson (4.4.2)
|
59
81
|
builder (3.2.3)
|
60
|
-
bundler-audit (0.6.
|
61
|
-
bundler (
|
82
|
+
bundler-audit (0.6.1)
|
83
|
+
bundler (>= 1.2.0, < 3)
|
62
84
|
thor (~> 0.18)
|
63
|
-
coderay (1.1.
|
85
|
+
coderay (1.1.2)
|
64
86
|
coffee-script (2.4.1)
|
65
87
|
coffee-script-source
|
66
88
|
execjs
|
67
89
|
coffee-script-source (1.12.2)
|
68
|
-
concurrent-ruby (1.1.
|
90
|
+
concurrent-ruby (1.1.5)
|
69
91
|
crack (0.4.3)
|
70
92
|
safe_yaml (~> 1.0.0)
|
71
93
|
crass (1.0.4)
|
72
94
|
delayed_job (4.1.5)
|
73
95
|
activesupport (>= 3.0, < 5.3)
|
74
|
-
delayed_job_mongoid (2.3.
|
96
|
+
delayed_job_mongoid (2.3.1)
|
75
97
|
delayed_job (>= 3.0, < 5)
|
76
|
-
mongoid (>= 3.0, <
|
98
|
+
mongoid (>= 3.0, < 8)
|
77
99
|
mongoid-compatibility (>= 0.4.0)
|
78
100
|
diffy (3.0.7)
|
79
|
-
docile (1.1
|
101
|
+
docile (1.3.1)
|
80
102
|
domain_name (0.5.20180417)
|
81
103
|
unf (>= 0.0.5, < 1.0.0)
|
82
104
|
erubis (2.7.0)
|
83
105
|
execjs (2.7.0)
|
84
|
-
globalid (0.4.
|
106
|
+
globalid (0.4.2)
|
85
107
|
activesupport (>= 4.2.0)
|
86
|
-
hashdiff (0.3.
|
87
|
-
health-data-standards (4.3.2)
|
88
|
-
activesupport (~> 4.2.0)
|
89
|
-
builder (~> 3.1)
|
90
|
-
erubis (~> 2.7.0)
|
91
|
-
highline (~> 1.7.0)
|
92
|
-
log4r (~> 1.1.10)
|
93
|
-
memoist (~> 0.9.1)
|
94
|
-
mongo (~> 2.4.3)
|
95
|
-
mongoid (~> 5.0.0)
|
96
|
-
mongoid-tree (~> 2.0.0)
|
97
|
-
nokogiri (~> 1.8.3)
|
98
|
-
protected_attributes (~> 1.0.5)
|
99
|
-
rest-client (~> 1.8.0)
|
100
|
-
rubyzip (~> 1.2.1)
|
101
|
-
uuid (~> 2.3.7)
|
102
|
-
zip-zip (~> 0.3)
|
108
|
+
hashdiff (0.3.9)
|
103
109
|
highline (1.7.10)
|
104
110
|
hike (1.2.3)
|
105
111
|
hqmf2js (1.4.0)
|
@@ -117,7 +123,7 @@ GEM
|
|
117
123
|
domain_name (~> 0.5)
|
118
124
|
i18n (0.9.5)
|
119
125
|
concurrent-ruby (~> 1.0)
|
120
|
-
json (2.
|
126
|
+
json (2.2.0)
|
121
127
|
libv8 (3.16.14.19)
|
122
128
|
log4r (1.1.10)
|
123
129
|
loofah (2.2.3)
|
@@ -128,17 +134,19 @@ GEM
|
|
128
134
|
mail (2.7.1)
|
129
135
|
mini_mime (>= 0.1.1)
|
130
136
|
memoist (0.9.3)
|
131
|
-
method_source (0.
|
132
|
-
mime-types (2.
|
137
|
+
method_source (0.9.2)
|
138
|
+
mime-types (3.2.2)
|
139
|
+
mime-types-data (~> 3.2015)
|
140
|
+
mime-types-data (3.2019.0331)
|
133
141
|
mini_mime (1.0.1)
|
134
|
-
mini_portile2 (2.
|
142
|
+
mini_portile2 (2.4.0)
|
135
143
|
minitest (5.11.3)
|
136
144
|
mongo (2.4.3)
|
137
145
|
bson (>= 4.2.1, < 5.0.0)
|
138
|
-
mongoid (5.
|
146
|
+
mongoid (5.2.1)
|
139
147
|
activemodel (~> 4.0)
|
140
|
-
mongo (
|
141
|
-
origin (~> 2.
|
148
|
+
mongo (>= 2.4.1, < 3.0.0)
|
149
|
+
origin (~> 2.3)
|
142
150
|
tzinfo (>= 0.3.37)
|
143
151
|
mongoid-compatibility (0.5.1)
|
144
152
|
activesupport
|
@@ -147,18 +155,17 @@ GEM
|
|
147
155
|
mongoid (>= 4.0, < 6.0)
|
148
156
|
multi_json (1.13.1)
|
149
157
|
netrc (0.11.0)
|
150
|
-
nokogiri (1.
|
151
|
-
mini_portile2 (~> 2.
|
158
|
+
nokogiri (1.10.3)
|
159
|
+
mini_portile2 (~> 2.4.0)
|
152
160
|
origin (2.3.1)
|
153
161
|
protected_attributes (1.0.9)
|
154
162
|
activemodel (>= 4.0.1, < 5.0)
|
155
|
-
pry (0.
|
156
|
-
coderay (~> 1.0)
|
157
|
-
method_source (~> 0.
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
public_suffix (3.0.0)
|
163
|
+
pry (0.12.2)
|
164
|
+
coderay (~> 1.1.0)
|
165
|
+
method_source (~> 0.9.0)
|
166
|
+
pry-nav (0.3.0)
|
167
|
+
pry (>= 0.9.10, < 0.13.0)
|
168
|
+
public_suffix (3.0.3)
|
162
169
|
quality-measure-engine (3.2.0)
|
163
170
|
delayed_job_mongoid (~> 2.2)
|
164
171
|
mongoid (~> 5.0)
|
@@ -167,16 +174,16 @@ GEM
|
|
167
174
|
rack (1.6.11)
|
168
175
|
rack-test (0.6.3)
|
169
176
|
rack (>= 1.0)
|
170
|
-
rails (4.2.11)
|
171
|
-
actionmailer (= 4.2.11)
|
172
|
-
actionpack (= 4.2.11)
|
173
|
-
actionview (= 4.2.11)
|
174
|
-
activejob (= 4.2.11)
|
175
|
-
activemodel (= 4.2.11)
|
176
|
-
activerecord (= 4.2.11)
|
177
|
-
activesupport (= 4.2.11)
|
177
|
+
rails (4.2.11.1)
|
178
|
+
actionmailer (= 4.2.11.1)
|
179
|
+
actionpack (= 4.2.11.1)
|
180
|
+
actionview (= 4.2.11.1)
|
181
|
+
activejob (= 4.2.11.1)
|
182
|
+
activemodel (= 4.2.11.1)
|
183
|
+
activerecord (= 4.2.11.1)
|
184
|
+
activesupport (= 4.2.11.1)
|
178
185
|
bundler (>= 1.3.0, < 2.0)
|
179
|
-
railties (= 4.2.11)
|
186
|
+
railties (= 4.2.11.1)
|
180
187
|
sprockets-rails
|
181
188
|
rails-deprecated_sanitizer (1.0.3)
|
182
189
|
activesupport (>= 4.2.0.alpha)
|
@@ -186,34 +193,33 @@ GEM
|
|
186
193
|
rails-deprecated_sanitizer (>= 1.0.1)
|
187
194
|
rails-html-sanitizer (1.0.4)
|
188
195
|
loofah (~> 2.2, >= 2.2.2)
|
189
|
-
railties (4.2.11)
|
190
|
-
actionpack (= 4.2.11)
|
191
|
-
activesupport (= 4.2.11)
|
196
|
+
railties (4.2.11.1)
|
197
|
+
actionpack (= 4.2.11.1)
|
198
|
+
activesupport (= 4.2.11.1)
|
192
199
|
rake (>= 0.8.7)
|
193
200
|
thor (>= 0.18.1, < 2.0)
|
194
|
-
rake (12.
|
201
|
+
rake (12.3.2)
|
195
202
|
ref (2.0.0)
|
196
|
-
rest-client (
|
203
|
+
rest-client (2.0.2)
|
197
204
|
http-cookie (>= 1.0.2, < 2.0)
|
198
|
-
mime-types (>= 1.16, <
|
199
|
-
netrc (~> 0.
|
205
|
+
mime-types (>= 1.16, < 4.0)
|
206
|
+
netrc (~> 0.8)
|
200
207
|
roo (1.13.2)
|
201
208
|
nokogiri
|
202
209
|
rubyzip
|
203
210
|
spreadsheet (> 0.6.4)
|
204
|
-
ruby-ole (1.2.12.
|
211
|
+
ruby-ole (1.2.12.2)
|
205
212
|
rubyzip (1.2.2)
|
206
|
-
safe_yaml (1.0.
|
207
|
-
simplecov (0.
|
208
|
-
docile (~> 1.1
|
209
|
-
|
210
|
-
simplecov-html (~> 0.
|
211
|
-
simplecov-html (0.
|
213
|
+
safe_yaml (1.0.5)
|
214
|
+
simplecov (0.16.1)
|
215
|
+
docile (~> 1.1)
|
216
|
+
json (>= 1.8, < 3)
|
217
|
+
simplecov-html (~> 0.10.0)
|
218
|
+
simplecov-html (0.10.2)
|
212
219
|
simplexml_parser (1.0.1)
|
213
220
|
health-data-standards (~> 4.0)
|
214
221
|
tilt (~> 1.4)
|
215
|
-
|
216
|
-
spreadsheet (1.1.8)
|
222
|
+
spreadsheet (1.2.3)
|
217
223
|
ruby-ole (>= 1.0)
|
218
224
|
sprockets (2.12.5)
|
219
225
|
hike (~> 1.2)
|
@@ -238,11 +244,11 @@ GEM
|
|
238
244
|
json (>= 1.8.0)
|
239
245
|
unf (0.1.4)
|
240
246
|
unf_ext
|
241
|
-
unf_ext (0.0.7.
|
247
|
+
unf_ext (0.0.7.6)
|
242
248
|
uuid (2.3.9)
|
243
249
|
macaddr (~> 1.0)
|
244
|
-
vcr (
|
245
|
-
webmock (3.
|
250
|
+
vcr (4.0.0)
|
251
|
+
webmock (3.5.1)
|
246
252
|
addressable (>= 2.3.6)
|
247
253
|
crack (>= 0.3.2)
|
248
254
|
hashdiff
|
@@ -256,6 +262,7 @@ DEPENDENCIES
|
|
256
262
|
awesome_print
|
257
263
|
bonnie_bundler!
|
258
264
|
bundler-audit
|
265
|
+
health-data-standards!
|
259
266
|
minitest (~> 5.0)
|
260
267
|
pry
|
261
268
|
pry-nav
|
@@ -265,4 +272,4 @@ DEPENDENCIES
|
|
265
272
|
webmock
|
266
273
|
|
267
274
|
BUNDLED WITH
|
268
|
-
1.
|
275
|
+
1.17.3
|
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.2.
|
10
|
+
s.version = '2.2.5'
|
11
11
|
s.license = 'Apache-2.0'
|
12
12
|
|
13
13
|
s.add_dependency 'health-data-standards', '~> 4.3.2'
|
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.2.
|
4
|
+
version: 2.2.5
|
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:
|
11
|
+
date: 2019-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: health-data-standards
|
@@ -302,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
302
302
|
version: '0'
|
303
303
|
requirements: []
|
304
304
|
rubyforge_project:
|
305
|
-
rubygems_version: 2.
|
305
|
+
rubygems_version: 2.7.8
|
306
306
|
signing_key:
|
307
307
|
specification_version: 4
|
308
308
|
summary: A Gem for creating and managing bonnie bundles
|