Skip to content

Commit fe90988

Browse files
committed
Remove Lovell as author since email contact is not needed
1 parent 5ec78de commit fe90988

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

jekyll-theme-feeling-responsive.gemspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Gem::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
89
Is a free flexible theme for Jekyll built on Foundation framework.
910
You 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
1415
See the [documentation](http://phlow.github.io/feeling-responsive/documentation/)
1516
to 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'

0 commit comments

Comments
 (0)