Sha256: e2b2b8fbd39ce8296191c541e994cb3020d1328a4bbcfda654948af33af00d25
Contents?: true
Size: 873 Bytes
Versions: 3
Compression:
Stored size: 873 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'] 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 # For Testing # gem 'openstudio-standards', github: 'NREL/openstudio-standards', branch: '3.5.0_changes' # gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'v0.6.0'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
openstudio-common-measures-0.9.0 | Gemfile |
openstudio-common-measures-0.8.0 | Gemfile |
openstudio-common-measures-0.7.0 | Gemfile |