forked from ezrac0des/hacktoberfest22
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e69a67
commit 577bbf1
Showing
2 changed files
with
3,656 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = "jekyll-theme-clean-blog" | ||
spec.version = "4.0.12" | ||
spec.authors = ["Start Bootstrap"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = "A simple blog theme based on Bootstrap 4 by Start Bootstrap." | ||
spec.homepage = "https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll" | ||
spec.license = "MIT" | ||
|
||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) } | ||
|
||
spec.add_runtime_dependency "jekyll", ">= 3.8.5" | ||
|
||
spec.add_development_dependency "bundler", "~> 2.0.1" | ||
spec.add_development_dependency "rake", "~> 12.0" | ||
end |
Oops, something went wrong.