Sha256: 9159c9fe78822f5cfc287f68afff5cc007d8321b2db68a2d0dc7a5b2820f58e0
Contents?: true
Size: 744 Bytes
Versions: 5
Compression:
Stored size: 744 Bytes
Contents
source 'http://rubygems.org' # Specify your gem's dependencies in urbanopt-geojson-gem.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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
urbanopt-core-0.7.0 | Gemfile |
urbanopt-core-0.6.1 | Gemfile |
urbanopt-core-0.6.0 | Gemfile |
urbanopt-core-0.5.1 | Gemfile |
urbanopt-core-0.5.0 | Gemfile |