Sha256: af1b0003fba90aadd67c8c2cdee734252950b2f9c3a1489d5319772d68a350b2

Contents?: true

Size: 672 Bytes

Versions: 11

Compression:

Stored size: 672 Bytes

Contents

# frozen_string_literal: true

Gem::Specification.new do |spec|
  spec.name          = <%= theme_name.inspect %>
  spec.version       = "0.1.0"
  spec.authors       = [<%= user_name.inspect %>]
  spec.email         = [<%= user_email.inspect %>]

  spec.summary       = "TODO: Write a short summary, because Rubygems requires one."
  spec.homepage      = "TODO: Put your gem's website or public repo URL here."
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(<%= theme_directories.join("|") %>|LICENSE|README|_config\.yml)!i) }

  spec.add_runtime_dependency "jekyll", "~> <%= jekyll_version_with_minor %>"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-4.4.1 lib/theme_template/theme.gemspec.erb
jekyll-4.4.0 lib/theme_template/theme.gemspec.erb
jekyll-4.3.4 lib/theme_template/theme.gemspec.erb
jekyll-4.3.3 lib/theme_template/theme.gemspec.erb
jekyll-4.3.2 lib/theme_template/theme.gemspec.erb
jekyll-4.3.1 lib/theme_template/theme.gemspec.erb
jekyll-4.3.0 lib/theme_template/theme.gemspec.erb
jekyll-4.2.2 lib/theme_template/theme.gemspec.erb
jekyll-4.2.0 lib/theme_template/theme.gemspec.erb
jekyll-4.1.1 lib/theme_template/theme.gemspec.erb
jekyll-4.1.0 lib/theme_template/theme.gemspec.erb