Sha256: 38e79e1dcb12c38f06f8232f6d6763dd9125cc92dc452e9593b690659aae87a0
Contents?: true
Size: 1001 Bytes
Versions: 4
Compression:
Stored size: 1001 Bytes
Contents
source 'http://rubygems.org' gemspec # Local gems are useful when developing and integrating the various dependencies. # To favor the use of local gems, set the following environment variable: # Mac: export FAVOR_LOCAL_GEMS=1 # 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'] # uncomment when you want CI to use develop branch of extension gem # gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop' # uncomment when you want CI to use develop branch of openstudio-standards gem # gem 'openstudio-standards', github: 'NREL/OpenStudio-standards', branch: 'master' if allow_local && File.exist?('../OpenStudio-extension-gem') gem 'openstudio-extension', path: '../OpenStudio-extension-gem' elsif allow_local gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
openstudio-calibration-0.6.0 | Gemfile |
openstudio-calibration-0.5.1 | Gemfile |
openstudio-calibration-0.5.0 | Gemfile |
openstudio-calibration-0.4.0 | Gemfile |