diff --git a/dependencies/ruby/Gemfile b/dependencies/ruby/Gemfile index 33b105e6c01..54e8ff9ca35 100644 --- a/dependencies/ruby/Gemfile +++ b/dependencies/ruby/Gemfile @@ -7,8 +7,8 @@ source 'http://rubygems.org' gem 'openstudio-workflow', '= 1.3.3' #gem 'openstudio-workflow', :github => 'NREL/OpenStudio-workflow-gem', :ref => '3e62211b29e28d341c4a84794f35a772c91a2145' -#gem 'openstudio-standards', '= 0.2.6' -gem 'openstudio-standards', :github => 'NREL/openstudio-standards', :ref => '77cc9971e00b603224a074bb21ce44aa61de7c3d' +gem 'openstudio-standards', '= 0.2.7' +#gem 'openstudio-standards', :github => 'NREL/openstudio-standards', :ref => '77cc9971e00b603224a074bb21ce44aa61de7c3d' gem 'simplecov', :github => 'NREL/simplecov', :ref => '98c33ffcb40fe867857a44b4d1a308f015b32e27' diff --git a/dependencies/ruby/Gemfile.lock b/dependencies/ruby/Gemfile.lock index 50b09a43a1e..3da5b40a2f3 100644 --- a/dependencies/ruby/Gemfile.lock +++ b/dependencies/ruby/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: git://github.com/NREL/openstudio-standards.git - revision: 77cc9971e00b603224a074bb21ce44aa61de7c3d - ref: 77cc9971e00b603224a074bb21ce44aa61de7c3d - specs: - openstudio-standards (0.2.6) - GIT remote: git://github.com/NREL/simplecov.git revision: 98c33ffcb40fe867857a44b4d1a308f015b32e27 @@ -28,6 +21,7 @@ GEM builder minitest (>= 5.0) ruby-progressbar + openstudio-standards (0.2.7) openstudio-workflow (1.3.3) openstudio_measure_tester (0.1.6) git (= 1.3.0) @@ -61,7 +55,7 @@ PLATFORMS DEPENDENCIES bundler (= 1.14.4) - openstudio-standards! + openstudio-standards (= 0.2.7) openstudio-workflow (= 1.3.3) openstudio_measure_tester (= 0.1.6) parallel (= 1.12.1) diff --git a/openstudiocore/CMakeLists.txt b/openstudiocore/CMakeLists.txt index d855a0880d0..8385bc11cf8 100644 --- a/openstudiocore/CMakeLists.txt +++ b/openstudiocore/CMakeLists.txt @@ -588,8 +588,8 @@ endif() # to update the openstudio gems, you must first update the gems specified in the \dependencies\ruby\Gemfile file # next, build the openstudio-gems target of the OpenStudio super-build project (CMakeLists.txt one directory above this) # upload the openstudio-gems-DATE.tar.gz to the dependencies location on s3, then update the MD5sum and url below -set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio-gems-20181108.tar.gz") -set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "b729f99ce0b8e88674f0ffea42d153cc") +set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio-gems-20181114.tar.gz") +set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "9269ecc31aae33a0a23eccdf2f56988e") set(OPENSTUDIO_GEMS_ZIP_LOCAL_PATH "${CMAKE_BINARY_DIR}/${OPENSTUDIO_GEMS_ZIP_FILENAME}") if(EXISTS "${OPENSTUDIO_GEMS_ZIP_LOCAL_PATH}")