Skip to content

Commit

Permalink
Merge pull request #10 from keshiba/upstream-merge
Browse files Browse the repository at this point in the history
Merge upstream change from jekyll/minima to main
  • Loading branch information
keshiba authored Sep 26, 2021
2 parents 802d4eb + f6c8c0f commit f9fbe02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ gemspec

gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'jekyll-paginate', '>= 1.1.0'
gem 'jekyll-paginate', '>= 1.1.0'
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
10 changes: 0 additions & 10 deletions better-minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,5 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/keshiba/better-minima"
spec.license = "MIT"

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

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

spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"

spec.add_development_dependency "bundler"
end

0 comments on commit f9fbe02

Please sign in to comment.