Sha256: c8833d0053fffcc4b5e2f99765870a859c5a6aea9abd7eabe1d011c1570d1841
Contents?: true
Size: 832 Bytes
Versions: 1
Compression:
Stored size: 832 Bytes
Contents
source 'http://rubygems.org' # Specify your gem's dependencies in openstudio-model-articulation.gemspec 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'] # Only uncomment if you need to test a different version of the extension gem 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openstudio-load-flexibility-measures-0.10.1 | Gemfile |