Sha256: 3fec0995656b02c6e82597e2f464077200e245b3874f8f8e1baedb870b902bae

Contents?: true

Size: 745 Bytes

Versions: 5

Compression:

Stored size: 745 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.8.0 Gemfile
urbanopt-core-0.4.0 Gemfile
urbanopt-core-0.3.0 Gemfile
urbanopt-core-0.3.0.pre2 Gemfile
urbanopt-core-0.3.0.pre1 Gemfile