Skip to content

Commit

Permalink
Make builds minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecrozz committed Oct 5, 2018
1 parent e28fa4b commit 7462bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
21 changes: 3 additions & 18 deletions Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
.autotest
.cross_rubies
.editorconfig
.gemtest
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
C_CODING_STYLE.rdoc
Gemfile
Gemfile-libxml-ruby
LICENSE-DEPENDENCIES.md
LICENSE.md
Manifest.txt
README.md
ROADMAP.md
Rakefile
SECURITY.md
STANDARD_RESPONSES.md
Y_U_NO_GEMSPEC.md
appveyor.yml
bin/nokogiri
build_all
dependencies.yml
ext/java/nokogiri/EncodingHandler.java
ext/java/nokogiri/HtmlDocument.java
Expand Down Expand Up @@ -256,6 +238,7 @@ patches/libxml2/0003-Fix-infinite-loop-in-LZMA-decompression.patch
patches/sort-patches-by-date
suppressions/README.txt
suppressions/nokogiri_ruby-2.supp
<<<<<<< HEAD
tasks/test.rb
test/css/test_nthiness.rb
test/css/test_parser.rb
Expand Down Expand Up @@ -368,3 +351,5 @@ test/xml/test_xinclude.rb
test/xml/test_xpath.rb
test/xslt/test_custom_functions.rb
test/xslt/test_exception_handling.rb
=======
>>>>>>> Make builds minimal
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ HOE = Hoe.spec 'nokogiri' do
self.readme_file = "README.md"
self.history_file = "CHANGELOG.md"

self.extra_rdoc_files = FileList['*.rdoc','ext/nokogiri/*.c']

self.extra_rdoc_files = FileList['ext/nokogiri/*.c']

self.clean_globs += [
'nokogiri.gemspec',
Expand Down

0 comments on commit 7462bd5

Please sign in to comment.