Sha256: 8b0b857931bff6f84bba3d053d9e4ece3e8e3c61a4abc3915831a7fd15e0b4b6

Contents?: true

Size: 1.37 KB

Versions: 3

Compression:

Stored size: 1.37 KB

Contents

source 'http://rubygems.org'

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']

# uncomment when you want CI to use develop branch of extension gem
# gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'

# uncomment when you want CI to use develop branch of openstudio-standards gem
# gem 'openstudio-standards', github: 'NREL/OpenStudio-standards', branch: 'master'

# Only uncomment if you need to test a different version of the extension gem
# 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

# Only uncomment if you need to test a different version of OpenStudio-standards
# if allow_local && File.exist?('../openstudio-standards')
#   gem 'openstudio-standards', path: '../openstudio-standards'
# elsif allow_local
#   gem 'openstudio-standards', github: 'NREL/OpenStudio-standards', branch: 'develop'
# end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openstudio-load-flexibility-measures-0.5.1 Gemfile
openstudio-load-flexibility-measures-0.5.0 Gemfile
openstudio-load-flexibility-measures-0.4.0 Gemfile