Sha256: ea18b5f9b5ffcb80a4ee46becf9da2d4ba3358b15429a5a36d5a727d00d1c56c
Contents?: true
Size: 945 Bytes
Versions: 2
Compression:
Stored size: 945 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'] # pin this dependency to avoid unicode_normalize error gem 'addressable', '2.8.1' # pin this dependency to avoid using racc dependency (which has native extensions) gem 'parser', '3.2.2.2' # 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 |
---|---|
urbanopt-core-0.11.0 | Gemfile |
urbanopt-core-0.10.0 | Gemfile |