File: test-dependency-theme.gemspec

package info (click to toggle)
jekyll 3.8.3%2Bdfsg-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,348 kB
  • sloc: ruby: 15,131; sh: 203; xml: 29; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

Gem::Specification.new do |s|
  s.name          = "test-dependency-theme"
  s.version       = "0.1.0"
  s.licenses      = ["MIT"]
  s.summary       = "This is another theme used to test Jekyll"
  s.authors       = ["Jekyll"]
  s.files         = ["lib/example.rb"]
  s.homepage      = "https://github.com/jekyll/jekyll"

  s.add_runtime_dependency "jekyll_test_plugin"
end