Clean up dependencies, version bump to 0.3
This commit is contained in:
parent
240dccd6d2
commit
199464fca7
@ -2,7 +2,7 @@
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "garth-jekyll-theme"
|
||||
spec.version = "0.2.9"
|
||||
spec.version = "0.3.0"
|
||||
spec.authors = ["David Darnes"]
|
||||
spec.email = ["me@daviddarnes.com"]
|
||||
|
||||
@ -14,6 +14,4 @@ Gem::Specification.new do |spec|
|
||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(_layouts|_includes|_sass|LICENSE|README)/i}) }
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 3.2"
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.12"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user