Skip to content

Commit

Permalink
Temporarily, let's commit the generated parser and tokenizer code, so…
Browse files Browse the repository at this point in the history
… that we can test JRuby on Travis-CI.

See https://groups.google.com/group/nokogiri-core/browse_thread/thread/2229680cdb8d93bb for background.
  • Loading branch information
flavorjones committed Jun 12, 2012
1 parent 3449fc1 commit 5c5e1b5
Show file tree
Hide file tree
Showing 4 changed files with 874 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Expand Up @@ -19,10 +19,6 @@ ext/nokogiri/*.dll
gems
lib/nokogiri/1.8
lib/nokogiri/1.9
lib/nokogiri/css/generated_parser.rb
lib/nokogiri/css/generated_tokenizer.rb
lib/nokogiri/css/parser.rb
lib/nokogiri/css/tokenizer.rb
lib/nokogiri/nokogiri.bundle
lib/nokogiri/nokogiri.jar
lib/nokogiri/nokogiri.rb
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -34,8 +34,8 @@ HOE = Hoe.spec 'nokogiri' do
'nokogiri.gemspec',
'lib/nokogiri/nokogiri.{bundle,jar,rb,so}',
'lib/nokogiri/1.{8,9}',
GENERATED_PARSER,
GENERATED_TOKENIZER
# GENERATED_PARSER,
# GENERATED_TOKENIZER
]

self.extra_dev_deps += [
Expand Down

0 comments on commit 5c5e1b5

Please sign in to comment.