Skip to content

Commit

Permalink
Remove Rakefile, setup.rb, benchmark/ and doc/ from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecrozz committed Jan 6, 2019
1 parent 318a3d4 commit 651db44
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,16 @@ EOF
end

PKG_FILES = FileList.new([
'Rakefile',
'setup.rb',
'COPYING', 'README.md', 'AUTHORS',
'VERSION', 'CONTRIBUTERS',
'AUTHORS',
'bin/*',
'benchmark/*',
'CONTRIBUTERS',
'COPYING',
'data/**/*',
'lib/**/*.rb',
'man/man1/kramdown.1',
'data/**/*',
'doc/**',
'test/**/*'
'README.md',
'test/**/*',
'VERSION'
])

CLOBBER << "VERSION"
Expand Down

0 comments on commit 651db44

Please sign in to comment.