From 35e74f1a164c0ece74461c170dfc4a0a44d1167f Mon Sep 17 00:00:00 2001 From: "Christoph \"criztovyl\" Schulz" Date: Sun, 14 Jan 2018 15:44:19 +0100 Subject: [PATCH] gemspec --- jekyll-theme-moon.gemspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 jekyll-theme-moon.gemspec diff --git a/jekyll-theme-moon.gemspec b/jekyll-theme-moon.gemspec new file mode 100644 index 00000000000..8a6f32ee1a6 --- /dev/null +++ b/jekyll-theme-moon.gemspec @@ -0,0 +1,16 @@ +Gem::Specification.new do |s| + s.name = 'jekyll-theme-moon' + s.version = '0.1.0' + s.date = '2018-01-14' + s.summary = "Minimal, one column jekyll theme." + s.description = "Moon is a minimal, one column jekyll theme for your blog." + s.authors = ["Taylan Tatlı"] + + s.files = `git ls-files -z`.split("\x0").select do |f| + f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md)|$)))!i) + end + + s.homepage = + 'https://github.com/TaylanTatli/Moon' + s.license = 'MIT' +end