cqm-validators 4.0.2 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29df45cf99b9918238f8546e963c56c83abe86cbff28f5fb82f5d6ffdc8d8521
4
- data.tar.gz: 873a72b950d5e2a98bbffc90748270ae114ef036c8a5b294639cb8ed215326c0
3
+ metadata.gz: 2c335fcf87d9b42d88b5c9088966d2986e8c1b069c29edfb393d78ca2853f835
4
+ data.tar.gz: 3d0d134a3d618d6bf6744b146d9fe2a7de7141b580301a9698918885d9280e9d
5
5
  SHA512:
6
- metadata.gz: 3386b218f4d06ffac761dfcb4707cabefc6766d7bceaad1eb16edfab038a0ef6b9f0cdb631e98338bd54c55cda9abca9dbf5f1a7879b170fc5fd5db6a3d6e79d
7
- data.tar.gz: 428af9d72635fce454ee01d55c706d7c1b6fdf52a48c782eba7cde889dcbd448c1df79646f9933ed786cf642afbab586030d196f233f8689da698b696157ca89
6
+ metadata.gz: 24a18af7d6996917b2e4c23a794f9860cdf1a7e4b2283a01594458f249652bb7866567934c0c0a3b1aaf282459312452aa1d498ab6e5af15ff56d3f5320b20b1
7
+ data.tar.gz: 54f502a2d6261c7d5c9cc58f68689f5bdc87d8d8034720119a06ae800a735965e965828746629fa8c265132835a0ce61cf9a9f3d6644f17820bff368e01b557b
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.required_ruby_version = '>= 2.4.0'
26
26
 
27
- spec.add_dependency 'nokogiri', '>= 1.8.5', '< 1.14.0'
27
+ spec.add_dependency 'nokogiri', '>= 1.8.5', '< 1.15.0'
28
28
 
29
29
  spec.add_development_dependency 'bundler'
30
30
  spec.add_development_dependency 'byebug'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CqmValidators
4
- VERSION = '4.0.2'
4
+ VERSION = '4.0.4'
5
5
  end
@@ -17,6 +17,8 @@ module CqmValidators
17
17
  measure_ids = document.xpath(measure_selector).map(&:value).map(&:upcase)
18
18
  measure_ids.each do |measure_id|
19
19
  measure = CQM::Measure.where(hqmf_id: measure_id).first
20
+ next unless measure
21
+
20
22
  measure.population_sets.each do |population_set|
21
23
  reported_result, = extract_results_by_ids(measure, population_set.population_set_id, document)
22
24
  # only check performace rate when there is one