Sha256: 61e2604a51ce5818b467475313790d287c4e592ccf91f06d164b0bf400b25d19
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = 'jekyll-theme-isotc211-helpers' s.version = '0.5.3' s.authors = ['Ribose Inc.'] s.email = ['open.source@ribose.com'] s.summary = 'Helpers for the ISO/TC 211 Jekyll theme' s.homepage = 'https://github.com/riboseinc/jekyll-theme-isotc211-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_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-isotc211-helpers-0.5.3 | jekyll-theme-isotc211-helpers.gemspec |