Sha256: 5bbd04ffe4350352326e54cc3caa26a6659789cf4f9260c75f1250e2dfb0706a

Contents?: true

Size: 849 Bytes

Versions: 2

Compression:

Stored size: 849 Bytes

Contents

source 'http://rubygems.org'

gemspec

gem 'linkeddata'
gem 'sparql-client'

# 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']
allow_local = false

if allow_local && File.exist?('../openstudio-extension-gem')
  gem 'openstudio-extension', path: '../openstudio-extension-gem'
else
  gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'
end

gem 'openstudio_measure_tester', '= 0.2.3' # This includes the dependencies for running unit tests, coverage, and rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openstudio-metadata-0.1.1 Gemfile
openstudio-metadata-0.0.1 Gemfile