File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'jekyll-theme-feeling-responsive'
3- s . version = '1.0.0 '
3+ s . version = '1.0.1 '
44 s . date = '2017-10-09'
55 s . summary = 'a free flexible theme for Jekyll built on Foundation framework'
6- s . description = <<-EOD ==
6+ s . description = <<EOD
7+ ==
78# Feeling Responsive
89Is a free flexible theme for Jekyll built on Foundation framework.
910You can use it for your company site, as a portfolio or as a blog.
@@ -13,9 +14,9 @@ look at the theme and read about its features.
1314
1415See the [documentation](http://phlow.github.io/feeling-responsive/documentation/)
1516to learn how to use the theme effectively in your Jekyll site.
16- EOD
17- s . authors = [ 'Moritz Sauer' , 'Douglas Lovell' ]
18- s . email = [ 'https://phlow.de/kontakt.html' , 'doug@wbreeze.com' ]
17+ EOD
18+ s . authors = [ 'Moritz Sauer' ]
19+ s . email = [ 'https://phlow.de/kontakt.html' ]
1920 s . files = `git ls-files -z` . split ( "\x0 " ) . select { |f | f . match ( %r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i ) }
2021 s . homepage = 'http://phlow.github.io/feeling-responsive/'
2122 s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments