mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
NO RELEASE NOTES/CHANGES FILE Generating CONTRIBUTERS file fatal: not a git repository (or any of the parent directories): .git rake aborted!
27 lines
886 B
Diff
27 lines
886 B
Diff
--- a/Rakefile
|
|
+++ b/Rakefile
|
|
@@ -116,15 +116,9 @@
|
|
end
|
|
|
|
PKG_FILES = FileList.new([
|
|
- 'AUTHORS',
|
|
'bin/*',
|
|
- 'CONTRIBUTERS',
|
|
- 'COPYING',
|
|
'data/**/*',
|
|
'lib/**/*.rb',
|
|
- 'man/man1/kramdown.1',
|
|
- 'README.md',
|
|
- 'test/**/*',
|
|
'VERSION',
|
|
])
|
|
|
|
@@ -188,7 +182,7 @@
|
|
s.homepage = "http://kramdown.gettalong.org"
|
|
end
|
|
|
|
- task gemspec: ['CONTRIBUTERS', 'VERSION', 'man/man1/kramdown.1'] do
|
|
+ task gemspec: ['VERSION', 'man/man1/kramdown.1'] do
|
|
print "Generating Gemspec\n"
|
|
contents = spec.to_ruby
|
|
File.write("kramdown.gemspec", contents)
|