diff --git a/jekyll-theme-hacker.gemspec b/jekyll-theme-hacker.gemspec index 36f9073..495f6c8 100644 --- a/jekyll-theme-hacker.gemspec +++ b/jekyll-theme-hacker.gemspec @@ -1,13 +1,13 @@ # frozen_string_literal: true Gem::Specification.new do |s| - s.name = 'jekyll-theme-hacker' + s.name = 'jekyll-theme-cracker' s.version = '0.1.2' s.license = 'CC0-1.0' - s.authors = ['Jason Costello', 'GitHub, Inc.'] - s.email = ['opensource+jekyll-theme-hacker@github.com'] - s.homepage = 'https://github.com/pages-themes/hacker' - s.summary = 'Hacker is a Jekyll theme for GitHub Pages' + s.authors = ['Jason Costello', 'GitHub, Inc.', 'Atlas Cove'] + s.email = ['Atlas48@gmx.com','opensource+jekyll-theme-hacker@github.com'] + s.homepage = 'https://git.sdf.org/Atlas48/cracker' + s.summary = 'Cracker is a Jekyll theme forcked from hacker' s.files = `git ls-files -z`.split("\x0").select do |f| f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)