-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates for OS 3.9 #5
Open
kflemin
wants to merge
5
commits into
master
Choose a base branch
from
version0.5.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d1ec9f0
updates for OS 3.8
kflemin 65585b2
Consolidated the dependencies for OS 3.8 with ruby 3.2; Fix the File.…
wannizhang dd9b3e6
Solve the changes of the OsLib_ functions used in the measures when u…
wannizhang 78a8e75
use new branches & versions for os39
vtnate 76574fc
adjust changelog for os39
vtnate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,20 +8,13 @@ gemspec | |
# Windows: set FAVOR_LOCAL_GEMS=1 | ||
# Note that if allow_local is true, but the gem is not found locally, then it will | ||
# checkout the latest version (develop) from github. | ||
allow_local = ENV['FAVOR_LOCAL_GEMS'] | ||
|
||
if allow_local && File.exists?('../OpenStudio-extension-gem') | ||
gem 'openstudio-extension', path: '../OpenStudio-extension-gem' | ||
else | ||
gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', tag: 'v0.7.0' | ||
end | ||
|
||
gem 'openstudio_measure_tester', '= 0.3.1' # This includes the dependencies for running unit tests, coverage, and rubocop | ||
|
||
# simplecov has an unnecessary dependency on native json gem, use fork that does not require this | ||
gem 'simplecov', '~> 0.18.2' | ||
# allow_local = ENV['FAVOR_LOCAL_GEMS'] | ||
# | ||
# if allow_local && File.exists?('../OpenStudio-extension-gem') | ||
# gem 'openstudio-extension', path: '../OpenStudio-extension-gem' | ||
# else | ||
# gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', tag: 'v0.8.1' | ||
# end | ||
|
||
# pin this dependency to avoid unicode_normalize error | ||
gem 'addressable', '2.8.1' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In a future version this dependency will be handled by openstudio-extension-gem |
||
# pin this dependency to avoid using racc dependency (which has native extensions) | ||
gem 'parser', '3.2.2.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
|
||
module OpenStudio | ||
module Geb | ||
VERSION = '0.4.0'.freeze | ||
VERSION = '0.5.0'.freeze | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,12 @@ Gem::Specification.new do |spec| | |
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } | ||
spec.require_paths = ['lib'] | ||
|
||
spec.add_development_dependency 'bundler', '~> 2.1' | ||
spec.add_development_dependency 'rake', '~> 13.0' | ||
spec.add_development_dependency 'rspec', '3.7.0' | ||
spec.add_development_dependency 'rubocop', '~> 1.15.0' | ||
spec.required_ruby_version = '3.2.2' | ||
|
||
spec.add_dependency 'openstudio-extension', '~> 0.8.2' | ||
spec.add_dependency 'openstudio-standards', '0.7.0' | ||
spec.add_dependency 'simplecov', '0.22.0' | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oooo, fancy new dependency versions! |
||
spec.add_development_dependency 'rspec', '~> 3.9' | ||
|
||
spec.add_dependency 'openstudio-extension', '~> 0.7.0' | ||
spec.add_dependency 'openstudio-standards', '~> 0.5.0' | ||
end |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated for OS3.9