Sha256: 8ddadd35fcc55f11b7599d9389ceb0b08e00bd5eb4d1b22a1ef3fdcad76254a0

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 Bytes

Contents

# frozen_string_literal: true

Gem::Specification.new do |s|
  s.name          = 'jekyll-theme-open-project-helpers'
  s.version       = '2.0.7'
  s.authors       = ['Ribose Inc.']
  s.email         = ['open.source@ribose.com']

  s.summary       = 'Helpers for the Open Project Jekyll theme'
  s.homepage      = 'https://github.com/riboseinc/jekyll-theme-open-project-helpers/'
  s.license       = 'MIT'

  s.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|spec|features)/!) }

  s.add_runtime_dependency 'jekyll', '~> 3.8'
  s.add_runtime_dependency 'git', '~> 1.4'
  s.add_runtime_dependency 'fastimage', '~> 2.1.4'
  s.add_development_dependency 'rake', '~> 12.0'
  s.add_development_dependency 'rubocop', '~> 0.50'

  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-open-project-helpers-2.0.7 jekyll-theme-open-project-helpers.gemspec