-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathjekyll-theme-feeling-responsive.gemspec
More file actions
20 lines (20 loc) · 926 Bytes
/
jekyll-theme-feeling-responsive.gemspec
File metadata and controls
20 lines (20 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
s.name = 'jekyll-theme-feeling-responsive'
s.version = '1.1'
s.date = '2021-06-21'
s.summary = 'A free flexible theme for Jekyll built on Foundation framework'
s.description = <<EOD
== Feeling Responsive
A free flexible theme for Jekyll built on Foundation framework.
You can use it for your company site, as a portfolio or as a blog.
See the [home page](http://phlow.github.io/feeling-responsive/) to get a
look at the theme and read about its features.
See the [documentation](http://phlow.github.io/feeling-responsive/documentation/)
to learn how to use the theme effectively in your Jekyll site.
EOD
s.authors = ['Moritz Sauer']
s.email = ['https://phlow.de/kontakt.html']
s.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
s.homepage = 'http://phlow.github.io/feeling-responsive/'
s.license = 'MIT'
end