Sha256: 7335df63dd90850f70be278394ff50cbe60971ab140c2f45b1f83315f4eba4e7

Contents?: true

Size: 1.3 KB

Versions: 16

Compression:

Stored size: 1.3 KB

Contents

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'openstudio/GEM_NAME_UNDERSCORES/version'

Gem::Specification.new do |spec|
  spec.name          = 'GEM_NAME_BARE'
  spec.version       = OpenStudio::GEM_CLASS_NAME::VERSION
  spec.authors       = ['']
  spec.email         = ['']

  spec.summary       = 'library and measures for OpenStudio'
  spec.description   = 'library and measures for OpenStudio'
  spec.homepage      = 'https://openstudio.net'

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files         = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.required_ruby_version = '~> 2.5.0'

  spec.add_development_dependency 'bundler', '~> 2.1'
  spec.add_development_dependency 'rake', '~> 13.0'
  spec.add_development_dependency 'rspec', '~> 3.9'
  spec.add_development_dependency 'rubocop', '~> 0.54.0'

  spec.add_dependency 'openstudio-extension', '~> 0.3.1'
  spec.add_dependency 'openstudio-standards', '~> 0.2.12'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
openstudio-extension-0.8.2 init_templates/gemspec.txt
openstudio-extension-0.8.1 init_templates/gemspec.txt
openstudio-extension-0.8.0 init_templates/gemspec.txt
openstudio-extension-0.7.1 init_templates/gemspec.txt
openstudio-extension-0.7.0 init_templates/gemspec.txt
openstudio-extension-0.6.1 init_templates/gemspec.txt
openstudio-extension-0.6.0 init_templates/gemspec.txt
openstudio-extension-0.6.0.rc1 init_templates/gemspec.txt
openstudio-extension-0.5.1 init_templates/gemspec.txt
openstudio-extension-0.5.0 init_templates/gemspec.txt
openstudio-extension-0.4.4 init_templates/gemspec.txt
openstudio-extension-0.4.3 init_templates/gemspec.txt
openstudio-extension-0.4.2 init_templates/gemspec.txt
openstudio-extension-0.4.1 init_templates/gemspec.txt
openstudio-extension-0.4.0 init_templates/gemspec.txt
openstudio-extension-0.3.2 init_templates/gemspec.txt