Sha256: c4cd53527a18dd877fa4b90f87e00a669408d70f95a30235641c162d0a272622

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'jekyll/version'

Gem::Specification.new do |spec|
  spec.name          = "jekyll-translations"
  spec.version       = Jekyll::Translations::VERSION
  spec.authors       = ["Research Square Company Engineering"]
  spec.email         = ["customer@researchsquare.com"]
  spec.require_paths = ["lib"]
  spec.summary       = %q{Translation tool for Jekyll}
  spec.homepage      = "https://github.com/researchsquare/jekyll-translations"
  spec.license       = "MIT"
  spec.files         = `git ls-files -z`.split("\x0")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-translations-2.0.0 jekyll-translations.gemspec