Skip to content

Commit

Permalink
Updating to standards 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Nov 15, 2018
1 parent 0fb1825 commit b8d47b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dependencies/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
10 changes: 2 additions & 8 deletions dependencies/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions openstudiocore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit b8d47b8

Please sign in to comment.