Sha256: a226173bb07abf0438b34aa9f0163ec075afa57abfc6823fa102b15de8aa69cf

Contents?: true

Size: 908 Bytes

Versions: 80

Compression:

Stored size: 908 Bytes

Contents

# coding: utf-8

require 'json'

# Dont panic that this path seems to be wrong! The path to package.json
# will get autoupdated when building the gem.
packageFilePath = File.join(__dir__, '../package.json')
packageFile = JSON.parse(File.read(packageFilePath))

Gem::Specification.new do |spec|
  spec.name          = packageFile['name']
  spec.version       = packageFile['version']
  spec.authors       = packageFile['contributors'].map { |c| c['name'] }
  spec.email         = packageFile['contributors'].map { |c| c['email'] }

  spec.summary       = packageFile['description']
  spec.homepage      = packageFile['homepage']
  spec.license       = packageFile['license']

  spec.files         = Dir['**/*'].keep_if { |file| File.file?(file) }

  spec.add_runtime_dependency "jekyll", "~> 3.6"

  spec.add_development_dependency "bundler", "~> 1.12"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

80 entries across 80 versions & 2 rubygems

Version Path
jekyll-theme-pirati-sk-1.0.3 jekyll-theme-pirati-sk.gemspec
jekyll-theme-pirati-sk-1.0.0 jekyll-theme-pirati-sk.gemspec
jekyll-theme-pirati-8.4.7 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.4.6 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.4.5 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.4.4 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.4.3 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.4.1 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.4.0 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.3.0 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.2.2 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.2.1 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.2.0 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.1.0 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.0.0 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.0.0.pre.beta2 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.0.0.pre.beta1 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.0.0.pre.alpha6 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.0.0.pre.alpha5 jekyll-theme-pirati.gemspec
jekyll-theme-pirati-8.0.0.pre.alpha4 jekyll-theme-pirati.gemspec