Initial commit

This commit is contained in:
Michael Smith
2016-12-26 14:05:43 +01:00
commit f401c1a614
8 changed files with 106 additions and 0 deletions

19
the-90s-called.gemspec Normal file
View 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