Sha256: eb0cce46f96a42aeb84a4ab087511fa2a74d86b4c92d16b1beda027eebcfa0b6

Contents?: true

Size: 882 Bytes

Versions: 2

Compression:

Stored size: 882 Bytes

Contents

require_relative 'lib/<%= library_name %>/version'

Gem::Specification.new do |spec|
  spec.name          = '<%= library_name %>'
  spec.version       = <%= module_name %>::VERSION
  spec.authors       = <%= authors %>
  # spec.email         = ['TODO']
  spec.summary       = '<%= title_name %>'
  # spec.description   = <<~DESCRIPTION
  #   This is a big markdown description of the test kit.
  # DESCRIPTION
  # spec.homepage      = 'TODO'
  spec.license       = 'Apache-2.0'
  spec.add_dependency 'inferno_core', '~> <%= Inferno::VERSION %>'
  spec.required_ruby_version = Gem::Requirement.new('>= 3.3.6')
  spec.metadata['inferno_test_kit'] = 'true'
  # spec.metadata['homepage_uri'] = spec.homepage
  # spec.metadata['source_code_uri'] = 'TODO'
  spec.files         = `[ -d .git ] && git ls-files -z lib config/presets LICENSE`.split("\x0")

  spec.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
inferno_core-0.6.1 lib/inferno/apps/cli/templates/%library_name%.gemspec.tt
inferno_core-0.6.0 lib/inferno/apps/cli/templates/%library_name%.gemspec.tt