From 1b45ea42967440d9309d11a74486973c53c3b2e0 Mon Sep 17 00:00:00 2001 From: Andrew Parker Date: Wed, 26 Oct 2016 15:48:22 -0600 Subject: [PATCH] Updates openstudio-standards to 0.1.8 to fix issue hit during PSD training --- DarwinPostFlight.sh.in | 4 ++-- dependencies/ruby/Gemfile | 2 +- dependencies/ruby/Gemfile.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DarwinPostFlight.sh.in b/DarwinPostFlight.sh.in index c5103225f25..a8870a9fc79 100644 --- a/DarwinPostFlight.sh.in +++ b/DarwinPostFlight.sh.in @@ -7,8 +7,8 @@ ln -sf "$2/Applications/${CMAKE_PROJECT_NAME} ${OPENSTUDIO_VERSION}/Ruby/openstu ln -sFf "$2/Applications/${CMAKE_PROJECT_NAME} ${OPENSTUDIO_VERSION}/Ruby/openstudio" /Library/Ruby/Site/ #---------- Create Symbolic Links to the openstudio-standards gem ---------- -ln -sFf "$2/Applications/${CMAKE_PROJECT_NAME} ${OPENSTUDIO_VERSION}/ruby-2.0.0-aws-Darwin/lib/ruby/gems/2.0.0/gems/openstudio-standards-0.1.7" /Library/Ruby/Gems/2.0.0/gems/ -ln -sf "$2/Applications/${CMAKE_PROJECT_NAME} ${OPENSTUDIO_VERSION}/ruby-2.0.0-aws-Darwin/lib/ruby/gems/2.0.0/specifications/openstudio-standards-0.1.7.gemspec" /Library/Ruby/Gems/2.0.0/specifications/ +ln -sFf "$2/Applications/${CMAKE_PROJECT_NAME} ${OPENSTUDIO_VERSION}/ruby-2.0.0-aws-Darwin/lib/ruby/gems/2.0.0/gems/openstudio-standards-0.1.8" /Library/Ruby/Gems/2.0.0/gems/ +ln -sf "$2/Applications/${CMAKE_PROJECT_NAME} ${OPENSTUDIO_VERSION}/ruby-2.0.0-aws-Darwin/lib/ruby/gems/2.0.0/specifications/openstudio-standards-0.1.8.gemspec" /Library/Ruby/Gems/2.0.0/specifications/ #---------- Write a plugin-config.rb file for later installation ---------- # And put it in the install folder for later reuse by the user if needed diff --git a/dependencies/ruby/Gemfile b/dependencies/ruby/Gemfile index 1de3751d358..eb60fa4fa12 100644 --- a/dependencies/ruby/Gemfile +++ b/dependencies/ruby/Gemfile @@ -7,4 +7,4 @@ gem 'test-unit', '= 2.0.0.0' # OpenStudio gem 'openstudio-aws', '~> 0.4.0.pre1' -gem 'openstudio-standards', '= 0.1.7' # Also update DarwinPostFlight.sh.in when updating gem version +gem 'openstudio-standards', '= 0.1.8' # Also update DarwinPostFlight.sh.in when updating gem version diff --git a/dependencies/ruby/Gemfile.lock b/dependencies/ruby/Gemfile.lock index bc1fd81ac3b..b9cb9ea37c7 100644 --- a/dependencies/ruby/Gemfile.lock +++ b/dependencies/ruby/Gemfile.lock @@ -17,7 +17,7 @@ GEM net-scp (~> 1.1) semantic (~> 1.4) sshkey (~> 1.7) - openstudio-standards (0.1.7) + openstudio-standards (0.1.8) rake (0.9.6) rdoc (4.0.0) semantic (1.4.1) @@ -31,7 +31,7 @@ PLATFORMS DEPENDENCIES openstudio-aws (~> 0.4.0.pre1) - openstudio-standards (= 0.1.7) + openstudio-standards (= 0.1.8) rake (= 0.9.6) rdoc (= 4.0.0) test-unit (= 2.0.0.0)