Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
FHIR version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jawalonoski committed May 2, 2017
1 parent 9d52d97 commit 5f78158
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rake'
gem 'pry'

# gem 'fhir_models', :path => '../fhir_models'
gem 'fhir_models', :git => 'https://github.com/fhir-crucible/fhir_models.git', :branch => '3.0.0-release'
# gem 'fhir_models', :git => 'https://github.com/fhir-crucible/fhir_models.git', :branch => '3.0.0-release'

group :test do
gem 'simplecov', :require => false
Expand Down
20 changes: 7 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
GIT
remote: https://github.com/fhir-crucible/fhir_models.git
revision: 767ea007a16a20a9522586072999b4e4e04a3e9c
branch: 3.0.0-release
specs:
fhir_models (3.0.0)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 1.16, < 3)
nokogiri (>= 1.6)

PATH
remote: .
specs:
fhir_scorecard (3.0.0)
fhir_scorecard (3.0.1)
fhir_models (>= 3.0.0)

GEM
remote: https://rubygems.org/
Expand All @@ -25,6 +15,11 @@ GEM
coderay (1.1.1)
date_time_precision (0.8.1)
docile (1.1.5)
fhir_models (3.0.1)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 1.16, < 3)
nokogiri (>= 1.6)
i18n (0.8.1)
json (2.0.3)
method_source (0.8.2)
Expand Down Expand Up @@ -56,7 +51,6 @@ PLATFORMS

DEPENDENCIES
awesome_print
fhir_models!
fhir_scorecard!
minitest (~> 5.3)
minitest-reporters
Expand Down
4 changes: 2 additions & 2 deletions fhir_scorecard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.homepage = "https://github.com/fhir-crucible/fhir_scorecard"
s.authors = ["Jason Walonoski"]
s.version = '3.0.0'
s.version = '3.0.1'

s.files = s.files = `git ls-files`.split("\n")

# s.add_runtime_dependency 'fhir_models', '~> 1.8'
s.add_runtime_dependency 'fhir_models', '>= 3.0.0'
end

0 comments on commit 5f78158

Please sign in to comment.