Initial commit
This commit is contained in:
19
the-90s-called.gemspec
Normal file
19
the-90s-called.gemspec
Normal file
@@ -0,0 +1,19 @@
|
||||
# coding: utf-8
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "the-90s-called"
|
||||
spec.version = "0.1.0"
|
||||
spec.authors = ["Michael Smith"]
|
||||
spec.email = ["m@michaelsmith.be"]
|
||||
|
||||
spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
|
||||
spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
||||
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.3"
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.12"
|
||||
spec.add_development_dependency "rake", "~> 10.0"
|
||||
end
|
||||
Reference in New Issue
Block a user