From 5f78158a23c2c5b97cedae4c7259f7a693c5062c Mon Sep 17 00:00:00 2001 From: Jason Walonoski Date: Tue, 2 May 2017 13:13:41 -0400 Subject: [PATCH] FHIR version 3.0.1 --- Gemfile | 2 +- Gemfile.lock | 20 +++++++------------- fhir_scorecard.gemspec | 4 ++-- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 5e41039..71fb080 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 7d2e39f..aac9bcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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/ @@ -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) @@ -56,7 +51,6 @@ PLATFORMS DEPENDENCIES awesome_print - fhir_models! fhir_scorecard! minitest (~> 5.3) minitest-reporters diff --git a/fhir_scorecard.gemspec b/fhir_scorecard.gemspec index c52c7c8..ede2a32 100644 --- a/fhir_scorecard.gemspec +++ b/fhir_scorecard.gemspec @@ -7,9 +7,9 @@ Gem::Specification.new do |s| s.email = "jwalonoski@mitre.org" 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