diff options
Diffstat (limited to 'skip/ruby-kramdown/gemspec.patch')
-rw-r--r-- | skip/ruby-kramdown/gemspec.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/skip/ruby-kramdown/gemspec.patch b/skip/ruby-kramdown/gemspec.patch new file mode 100644 index 0000000..f90f36b --- /dev/null +++ b/skip/ruby-kramdown/gemspec.patch @@ -0,0 +1,18 @@ +--- 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', + ]) + |