gemspec: change name of package and add local version
To reduce conflicts with upstream minimal-mistakes.
This commit is contained in:
parent
3ad0b52f90
commit
902df012c2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "minimal-mistakes-jekyll"
|
spec.name = "minimal-mistakes-hacks-guide"
|
||||||
spec.version = "4.24.0"
|
spec.version = "4.24.0"
|
||||||
spec.authors = ["Michael Rose"]
|
spec.authors = ["Michael Rose"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue