Update 'jekyll-theme-hacker.gemspec'

This commit is contained in:
Atlas Cove 2021-06-19 15:08:25 +00:00
parent 7b7303abef
commit 1e1e5fc72f
1 changed files with 5 additions and 5 deletions

View File

@ -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)