Updated the gemspec
This commit is contained in:
parent
f401c1a614
commit
41632664d2
@ -3,11 +3,11 @@
|
|||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "the-90s-called"
|
spec.name = "the-90s-called"
|
||||||
spec.version = "0.1.0"
|
spec.version = "0.1.0"
|
||||||
spec.authors = ["Michael Smith"]
|
spec.authors = ["shmitty"]
|
||||||
spec.email = ["m@michaelsmith.be"]
|
spec.email = ["root@hacktheplanet.be"]
|
||||||
|
|
||||||
spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
|
spec.summary = "A *very* basic back to the 90s vanilla HTML theme."
|
||||||
spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
spec.homepage = "https://github.com/michaelshmitty/the-90s-called"
|
||||||
spec.license = "MIT"
|
spec.license = "MIT"
|
||||||
|
|
||||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
|
||||||
|
|||||||
Reference in New Issue
Block a user