Sha256: cf4af04a197965f9e304c0e43d8d0612a31fe2d88078bc2ecc452c2f0a05bdc8
Contents?: true
Size: 754 Bytes
Versions: 2
Compression:
Stored size: 754 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'] 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openstudio-calibration-0.11.0 | Gemfile |
openstudio-calibration-0.10.0 | Gemfile |