|
2 | 2 |
|
3 | 3 | Gem::Specification.newdo |spec|
|
4 | 4 | spec.name="beautiful-jekyll-theme"
|
5 |
| -spec.version="1.0.0" |
| 5 | +spec.version="1.1.0" |
6 | 6 | spec.authors=["Dean Attali"]
|
7 | 7 | spec.email=["daattali@gmail.com"]
|
8 | 8 |
|
9 | 9 | 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.}
|
10 | 10 | spec.homepage="http://deanattali.com/beautiful-jekyll"
|
11 | 11 | spec.license="MIT"
|
12 | 12 |
|
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)} |
14 | 14 |
|
15 | 15 | spec.add_runtime_dependency"jekyll","~> 3.3"
|
16 | 16 | spec.add_runtime_dependency"jekyll-paginate","~> 1.1"
|
|