Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
varchanaiyer authored Sep 20, 2021
1 parent 4e69a67 commit 577bbf1
Show file tree
Hide file tree
Showing 2 changed files with 3,656 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jekyll-theme-clean-blog.gemspec
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
Loading

0 comments on commit 577bbf1

Please sign in to comment.