bonnie_bundler 2.2.4 → 2.2.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.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +98 -91
  4. data/bonnie-bundler.gemspec +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 973eb1a1c06145e1a7d06a4f1101bf2e35e179e9
4
- data.tar.gz: 445d5d2057bfb716ce5cbc1e30baa45e58439ab3
2
+ SHA256:
3
+ metadata.gz: 73fb66a28d5fd842de1a34b699f8c7f2a2bf0e73f384c69c72714b9aaecf608b
4
+ data.tar.gz: 40d84a8e2ebc92eb0cac9492fbf13a4c883d5275ca3f1a7f6f36e35af3979e90
5
5
  SHA512:
6
- metadata.gz: 3f26b65b570b975bcb4e804e6083f32ef8b0702fcf52c8da48e2b6083dd8de896605d4b5b0f4dd7cd6861b8612d1e9eca10949e8076927390883173884e49cd6
7
- data.tar.gz: 70c68df147debef6e370d1e8366d338a0e030e1056775111e8224601f06b171b33e1eeceeb2568b8e3740dfda26fecac2c6187e077523e14fdc2a2332969ca34
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
- # gem 'health-data-standards', :git => 'https://github.com/projectcypress/health-data-standards.git', :branch => 'master_bonnie'
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.4)
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.5.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.2.0)
58
- bson (4.3.0)
79
+ awesome_print (1.8.0)
80
+ bson (4.4.2)
59
81
  builder (3.2.3)
60
- bundler-audit (0.6.0)
61
- bundler (~> 1.2)
82
+ bundler-audit (0.6.1)
83
+ bundler (>= 1.2.0, < 3)
62
84
  thor (~> 0.18)
63
- coderay (1.1.0)
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.3)
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.0)
96
+ delayed_job_mongoid (2.3.1)
75
97
  delayed_job (>= 3.0, < 5)
76
- mongoid (>= 3.0, < 7)
98
+ mongoid (>= 3.0, < 8)
77
99
  mongoid-compatibility (>= 0.4.0)
78
100
  diffy (3.0.7)
79
- docile (1.1.3)
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.1)
106
+ globalid (0.4.2)
85
107
  activesupport (>= 4.2.0)
86
- hashdiff (0.3.6)
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.1.0)
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.8.2)
132
- mime-types (2.99.3)
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.3.0)
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.0.2)
146
+ mongoid (5.2.1)
139
147
  activemodel (~> 4.0)
140
- mongo (~> 2.1)
141
- origin (~> 2.1)
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.8.5)
151
- mini_portile2 (~> 2.3.0)
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.9.12.6)
156
- coderay (~> 1.0)
157
- method_source (~> 0.8)
158
- slop (~> 3.4)
159
- pry-nav (0.2.3)
160
- pry (~> 0.9.10)
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.0.0)
201
+ rake (12.3.2)
195
202
  ref (2.0.0)
196
- rest-client (1.8.0)
203
+ rest-client (2.0.2)
197
204
  http-cookie (>= 1.0.2, < 2.0)
198
- mime-types (>= 1.16, < 3.0)
199
- netrc (~> 0.7)
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.1)
211
+ ruby-ole (1.2.12.2)
205
212
  rubyzip (1.2.2)
206
- safe_yaml (1.0.4)
207
- simplecov (0.8.2)
208
- docile (~> 1.1.0)
209
- multi_json
210
- simplecov-html (~> 0.8.0)
211
- simplecov-html (0.8.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
- slop (3.5.0)
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.5)
247
+ unf_ext (0.0.7.6)
242
248
  uuid (2.3.9)
243
249
  macaddr (~> 1.0)
244
- vcr (3.0.3)
245
- webmock (3.0.1)
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.16.6
275
+ 1.17.3
@@ -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.4'
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
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: 2018-12-03 00:00:00.000000000 Z
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.6.14
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