cleanup
This commit is contained in:
parent
f745e55d28
commit
f80c1f5a9d
@ -1,22 +1,21 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.version = "0.1.10"
|
||||
|
||||
spec.name = "jekyll-theme-isabelline"
|
||||
spec.version = "0.1.9"
|
||||
spec.authors = ["Rouslan Zenetl"]
|
||||
spec.email = ["rzenetl@gmail.com"]
|
||||
|
||||
spec.summary = "Simple clean mobile-friendly theme for long form blogging. Also good for private note taking."
|
||||
spec.homepage = "https://github.com/rzen/jekyll-theme-isabelline"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.metadata["plugin_type"] = "theme"
|
||||
|
||||
# work out which files to include with the theme
|
||||
spec.files = `git ls-files -z`.split("\x0").select do |f|
|
||||
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG|index)((\.(txt|md|html)|$)))!i)
|
||||
end
|
||||
|
||||
spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0" # TODO
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 2.0.2"
|
||||
end
|
Loading…
Reference in New Issue
Block a user