diff --git a/the-90s-called.gemspec b/the-90s-called.gemspec index 40316d3..b1d7aa0 100644 --- a/the-90s-called.gemspec +++ b/the-90s-called.gemspec @@ -3,11 +3,11 @@ 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.authors = ["shmitty"] + spec.email = ["root@hacktheplanet.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.summary = "A *very* basic back to the 90s vanilla HTML theme." + spec.homepage = "https://github.com/michaelshmitty/the-90s-called" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }