Sha256: 55a788836d11b1613b23275971672ed100b6239237fa5865b59fd3ea51997e7e

Contents?: true

Size: 633 Bytes

Versions: 2

Compression:

Stored size: 633 Bytes

Contents

source 'http://rubygems.org'

# Specify your gem's dependencies
gemspec

# get the openstudio-extension gem
if File.exist?('../OpenStudio-extension-gem')  # local development copy
  gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
else  # get it from rubygems.org
  gem 'openstudio-extension', '0.1.6'
end

# coveralls gem is used to generate coverage reports through CI
gem 'coveralls', require: false

# uncomment the following to run tests locally using `bundle exec rake`.
# simplecov has an unneccesary dependency on native json gem, use fork that does not require this
#gem 'simplecov', github: 'NREL/simplecov'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
honeybee-openstudio-1.8.3 Gemfile
honeybee-openstudio-1.8.2 Gemfile