Skip to content

Commit

Permalink
Merge pull request #2355 from NREL/update_standards_gem
Browse files Browse the repository at this point in the history
Updates openstudio-standards gem to 0.1.5, which supports baseline au…
  • Loading branch information
evanweaver authored Sep 21, 2016
2 parents 056b267 + 74433cb commit c58ea29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DarwinPostFlight.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.4" /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.4.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.5" /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.5.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
Expand Down
2 changes: 1 addition & 1 deletion dependencies/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gem 'test-unit', '= 2.0.0.0'

# OpenStudio
gem 'openstudio-aws', '~> 0.4.0.pre1'
gem 'openstudio-standards', '= 0.1.4' # Also update DarwinPostFlight.sh.in when updating gem version
gem 'openstudio-standards', '= 0.1.5' # Also update DarwinPostFlight.sh.in when updating gem version
4 changes: 2 additions & 2 deletions dependencies/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
net-scp (~> 1.1)
semantic (~> 1.4)
sshkey (~> 1.7)
openstudio-standards (0.1.4)
openstudio-standards (0.1.5)
rake (0.9.6)
rdoc (4.0.0)
semantic (1.4.1)
Expand All @@ -31,7 +31,7 @@ PLATFORMS

DEPENDENCIES
openstudio-aws (~> 0.4.0.pre1)
openstudio-standards (= 0.1.4)
openstudio-standards (= 0.1.5)
rake (= 0.9.6)
rdoc (= 4.0.0)
test-unit (= 2.0.0.0)
Expand Down

10 comments on commit c58ea29

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - x86_64-MacOS-10.10-clang: OK (2385 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2356 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2361 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (evanweaver) - x86_64-MacOS-10.10-clang: OK (2378 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2403 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2396 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (evanweaver) - i386-Windows-7-VisualStudio-12: Tests Failed (2159 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (evanweaver) - Win64-Windows-7-VisualStudio-12: Tests Failed (2166 of 2448 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.