Files
jekyll/test/fixtures/test-dependency-theme/test-dependency-theme.gemspec
ashmaroli 7d7a312b33 Bump Rubocop to v0.48 (#5997)
Merge pull request 5997
2017-04-09 07:24:45 -04:00

12 lines
372 B
Ruby

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