Sha256: b62c27f9f1d0883a67bdbb7d287d86d00f41f8c436cb440e740e889bd73aa369

Contents?: true

Size: 842 Bytes

Versions: 9

Compression:

Stored size: 842 Bytes

Contents

source 'http://rubygems.org'

# Specify your gem's dependencies in openstudio-model-articulation.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']

# 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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
openstudio-load-flexibility-measures-0.10.0 Gemfile
openstudio-load-flexibility-measures-0.9.0 Gemfile
openstudio-model-articulation-0.9.0 Gemfile
openstudio-model-articulation-0.8.0 Gemfile
openstudio-model-articulation-0.7.0 Gemfile
openstudio-model-articulation-0.3.1 Gemfile
openstudio-model-articulation-0.3.0 Gemfile
openstudio-model-articulation-0.2.1 Gemfile
openstudio-model-articulation-0.2.0 Gemfile