Skip to content

Commit 286bf5a

Browse files
author
root
committed
update gem version
1 parent 7d06706 commit 286bf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beautiful-jekyll-theme.gemspec

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

33
Gem::Specification.new do |spec|
44
spec.name = "beautiful-jekyll-theme"
5-
spec.version = "1.0.0"
5+
spec.version = "1.1.0"
66
spec.authors = ["Dean Attali"]
77
spec.email = ["daattali@gmail.com"]
88

99
spec.summary = %q{Beautiful Jekyll is a ready-to-use Jekyll theme to help you create an awesome website quickly. Perfect for personal blogs or simple project websites, with a focus on responsive and clean design.}
1010
spec.homepage = "http://deanattali.com/beautiful-jekyll"
1111
spec.license = "MIT"
1212

13-
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README)}i) }
13+
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed)}i) }
1414

1515
spec.add_runtime_dependency "jekyll", "~> 3.3"
1616
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"

0 commit comments

Comments
 (0)