forked from jamigibbs/phantom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphantom.gemspec
More file actions
20 lines (15 loc) · 710 Bytes
/
phantom.gemspec
File metadata and controls
20 lines (15 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "phantom"
spec.version = "0.1.1"
spec.authors = ["Jami Gibbs"]
spec.email = ["jami0821@gmail.com"]
spec.summary = "Phantom Jekyll Theme"
spec.homepage = "https://github.com/jamigibbs/phantom"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }
spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "jekyll-paginate-v2", "~> 2.0"
end