Skip to content

Commit

Permalink
Añadido gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
puchy22 committed Oct 16, 2023
1 parent 4f5f710 commit 828abf8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions minimal-mistakes-jekyll.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "minimal-mistakes-jekyll"
spec.version = "4.24.0"
spec.authors = ["Michael Rose"]

spec.summary = %q{A flexible two-column Jekyll theme.}
spec.homepage = "https://github.com/mmistakes/minimal-mistakes"
spec.license = "MIT"

spec.metadata["plugin_type"] = "theme"

spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
end

spec.add_runtime_dependency "jekyll", ">= 3.7", "< 5.0"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3"
spec.add_runtime_dependency "jekyll-gist", "~> 1.5"
spec.add_runtime_dependency "jekyll-feed", "~> 0.1"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 12.3.3"
end

0 comments on commit 828abf8

Please sign in to comment.