File: jekyll-polyglot.gemspec

package info (click to toggle)
ruby-jekyll-polyglot 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: xml: 12,011; ruby: 1,740; sh: 32; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
  s.name        = 'jekyll-polyglot'
  s.version     = '1.12.0'
  s.summary     = 'I18n plugin for Jekyll Blogs'
  s.description = 'Fast open source i18n plugin for Jekyll blogs.'
  s.authors     = ['Samuel Volin']
  s.email       = 'untra.sam@gmail.com'
  s.files       = ['README.md', 'LICENSE'] + Dir['lib/**/*']
  s.homepage    = 'https://polyglot.untra.io/'
  s.license     = 'MIT'
  s.add_dependency('jekyll', '>= 3.0', '>= 4.0')
  s.required_ruby_version     = '>= 3.1.0'
  s.required_rubygems_version = '>= 3.1.0'
  s.metadata['rubygems_mfa_required'] = 'true'
end