Skip to content

Commit b0ed2a8

Browse files
committed
Release 💎 v0.1.1
1 parent 3ec1280 commit b0ed2a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

type-on-strap.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "type-on-strap"
5-
spec.version = "0.1.0"
5+
spec.version = "0.1.1"
66
spec.authors = ["Sylhare","Rohan Chandra"]
77
88

9-
spec.summary = %q{A custom Type Theme template (a free and open-source Jekyll theme. Great for blogs and easy to customize.)}
9+
spec.summary = "A simple and responsive jekyll theme template"
10+
spec.description = %q{A custom Type Theme template (a free and open-source Jekyll theme. Great for blogs, easy to customize and responsive.}
1011
spec.homepage = "https://github.com/sylhare/Type-on-Strap"
1112
spec.license = "MIT"
1213

13-
spec.files = Dir.glob("**/pages/*.{html,json}") +
14+
spec.files = Dir.glob("pages/*.{html,json}") +
1415
Dir.glob("**/{*,.*}").select do |f|
1516
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
1617
end

0 commit comments

Comments
 (0)