Sha256: 3834799cacec1d70462d7b3e2fefbe5c10a945a7fce85f826abcc253c11c0603

Contents?: true

Size: 952 Bytes

Versions: 9

Compression:

Stored size: 952 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

if allow_local && File.exist?('../urbanopt-core-gem')
  gem 'urbanopt-core', path: '../urbanopt-core-gem'
elsif allow_local
  gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
urbanopt-geojson-0.8.1 Gemfile
urbanopt-geojson-0.8.0 Gemfile
urbanopt-geojson-0.7.0 Gemfile
urbanopt-geojson-0.6.5 Gemfile
urbanopt-geojson-0.6.4 Gemfile
urbanopt-geojson-0.6.3 Gemfile
urbanopt-geojson-0.6.2 Gemfile
urbanopt-geojson-0.6.1 Gemfile
urbanopt-geojson-0.6.0 Gemfile