Skip to content

Commit

Permalink
Merge pull request #86 from fhir-crucible/bump-version
Browse files Browse the repository at this point in the history
Update version to publish license metadata.
  • Loading branch information
arscan authored Mar 31, 2021
2 parents 8ecfd4c + 131f6cc commit 733c990
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ engines:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-67
channel: rubocop-0-80
ratings:
paths:
- "**.inc"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fhir_models (4.1.1)
fhir_models (4.1.2)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 3.0)
Expand All @@ -14,7 +14,7 @@ GEM
bcp47 (0.3.3)
i18n
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
coolline (0.5.0)
unicode_utils (~> 1.4)
date_time_precision (0.8.1)
Expand All @@ -39,7 +39,7 @@ GEM
guard-test (2.0.8)
guard-compat (~> 1.2)
test-unit (~> 3.0)
i18n (1.8.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.3.1)
Expand All @@ -50,7 +50,7 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mime-types-data (3.2021.0225)
mini_portile2 (2.5.0)
nenv (0.3.0)
nokogiri (1.11.2)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
test-unit

RUBY VERSION
ruby 2.5.8p224
ruby 2.7.2p137

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ bundle exec rake fhir:console
```
# License

Copyright 2014-2020 The MITRE Corporation
Copyright 2014-2021 The MITRE Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 0 additions & 1 deletion lib/fhir_models/fhir_ext/structure_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def verify_element(element, json)
if !element.type.empty? && element.path != id
# element.type not being empty implies data_type_found != nil, for valid profiles
codeable_concept_pattern = element.pattern && element.pattern.is_a?(FHIR::CodeableConcept)
codeable_concept_binding = element.binding
matching_pattern = false
nodes.each do |value|
matching_type = 0
Expand Down
2 changes: 1 addition & 1 deletion lib/fhir_models/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FHIR
module Models
VERSION = '4.1.1'.freeze
VERSION = '4.1.2'.freeze
end
end

0 comments on commit 733c990

Please sign in to comment.