Skip to content

Commit

Permalink
add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Jul 10, 2018
1 parent 3d0d911 commit 4053ae6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jekyll-theme-hydejack.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-hydejack"
spec.version = "7.5.2"
spec.authors = ["Florian Klampfer"]
spec.email = ["[email protected]"]

spec.summary = %q{A Jekyll theme with JavaScript powers. "Best theme by a mile". Combines the best of static sites and web apps.}
spec.homepage = "https://qwtel.com/hydejack/"
spec.license = "GPL-3.0"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }

spec.required_ruby_version = "~> 2.1"

spec.add_runtime_dependency "jekyll", "~> 3.6"

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit 4053ae6

Please sign in to comment.