1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/community/ruby-kramdown/gemspec.patch
Jakub Jirutka b4288baaca community/ruby-kramdown: don't interact with git
NO RELEASE NOTES/CHANGES FILE
    Generating CONTRIBUTERS file
    fatal: not a git repository (or any of the parent directories): .git
    rake aborted!
2025-04-22 23:19:30 +02:00

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)