Skip to content

Commit

Permalink
Create jekyll-theme-hacker.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sangam14 authored Jan 11, 2020
1 parent eae5881 commit e007822
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions jekyll-theme-hacker.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# frozen_string_literal: true

Gem::Specification.new do |s|
s.name = 'jekyll-theme-hacker'
s.version = '0.1.1'
s.license = 'CC0-1.0'
s.authors = ['Ajeet Raina', 'GitHub, Inc.']
s.email = ['[email protected]']
s.homepage = 'https://github.com/collabnix/kubelabs/'
s.summary = 'kubelabs'

s.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

s.platform = Gem::Platform::RUBY
s.add_runtime_dependency 'jekyll', '> 3.5', '< 5.0'
s.add_runtime_dependency 'jekyll-seo-tag', '~> 2.0'
s.add_development_dependency 'html-proofer', '~> 3.0'
s.add_development_dependency 'rubocop', '~> 0.50'
s.add_development_dependency 'w3c_validators', '~> 1.3'
end

0 comments on commit e007822

Please sign in to comment.