--- !ruby/object:Gem::Specification name: docparser version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - Jurriaan Pruis autorequire: bindir: bin cert_chain: [] date: 2014-03-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.6.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.6.1 - !ruby/object:Gem::Dependency name: parallel requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.1 - !ruby/object:Gem::Dependency name: axlsx requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.0.1 - !ruby/object:Gem::Dependency name: log4r requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.10 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.10 - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: redcarpet requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: github-markup requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: DocParser is a Ruby Gem for webscraping email: - email@jurriaanpruis.nl executables: [] extensions: [] extra_rdoc_files: - README.md - LICENSE files: - ".coveralls.yml" - ".gitignore" - ".rubocop.yml" - ".travis.yml" - ".yardops" - Gemfile - LICENSE - README.md - Rakefile - docparser.gemspec - example.rb - lib/docparser.rb - lib/docparser/document.rb - lib/docparser/output.rb - lib/docparser/output/csv_output.rb - lib/docparser/output/html_output.rb - lib/docparser/output/json_output.rb - lib/docparser/output/multi_output.rb - lib/docparser/output/nil_output.rb - lib/docparser/output/xlsx_output.rb - lib/docparser/output/yaml_output.rb - lib/docparser/parser.rb - lib/docparser/version.rb - test/.rubocop.yml - test/lib/docparser/blackbox_test.rb - test/lib/docparser/document_test.rb - test/lib/docparser/logging_test.rb - test/lib/docparser/output/csv_output_test.rb - test/lib/docparser/output/html_output_test.rb - test/lib/docparser/output/json_output_test.rb - test/lib/docparser/output/multi_output_test.rb - test/lib/docparser/output/nil_output_test.rb - test/lib/docparser/output/xlsx_output_test.rb - test/lib/docparser/output/yaml_output_test.rb - test/lib/docparser/output_test.rb - test/lib/docparser/parser_test.rb - test/lib/docparser/version_test.rb - test/support/hackaday/dl.rb - test/support/hackaday/file_1.html - test/support/hackaday/file_10.html - test/support/hackaday/file_11.html - test/support/hackaday/file_12.html - test/support/hackaday/file_13.html - test/support/hackaday/file_14.html - test/support/hackaday/file_15.html - test/support/hackaday/file_16.html - test/support/hackaday/file_17.html - test/support/hackaday/file_18.html - test/support/hackaday/file_19.html - test/support/hackaday/file_2.html - test/support/hackaday/file_20.html - test/support/hackaday/file_21.html - test/support/hackaday/file_22.html - test/support/hackaday/file_23.html - test/support/hackaday/file_24.html - test/support/hackaday/file_25.html - test/support/hackaday/file_26.html - test/support/hackaday/file_27.html - test/support/hackaday/file_28.html - test/support/hackaday/file_29.html - test/support/hackaday/file_3.html - test/support/hackaday/file_30.html - test/support/hackaday/file_31.html - test/support/hackaday/file_32.html - test/support/hackaday/file_33.html - test/support/hackaday/file_34.html - test/support/hackaday/file_35.html - test/support/hackaday/file_36.html - test/support/hackaday/file_37.html - test/support/hackaday/file_38.html - test/support/hackaday/file_39.html - test/support/hackaday/file_4.html - test/support/hackaday/file_40.html - test/support/hackaday/file_5.html - test/support/hackaday/file_6.html - test/support/hackaday/file_7.html - test/support/hackaday/file_8.html - test/support/hackaday/file_9.html - test/support/test_encoding.html - test/support/test_encoding2.html - test/support/test_html.html - test/support/test_xml.xml - test/test_helper.rb homepage: https://github.com/jurriaan/docparser licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: DocParser is a Ruby Gem for webscraping test_files: - test/.rubocop.yml - test/lib/docparser/blackbox_test.rb - test/lib/docparser/document_test.rb - test/lib/docparser/logging_test.rb - test/lib/docparser/output/csv_output_test.rb - test/lib/docparser/output/html_output_test.rb - test/lib/docparser/output/json_output_test.rb - test/lib/docparser/output/multi_output_test.rb - test/lib/docparser/output/nil_output_test.rb - test/lib/docparser/output/xlsx_output_test.rb - test/lib/docparser/output/yaml_output_test.rb - test/lib/docparser/output_test.rb - test/lib/docparser/parser_test.rb - test/lib/docparser/version_test.rb - test/support/hackaday/dl.rb - test/support/hackaday/file_1.html - test/support/hackaday/file_10.html - test/support/hackaday/file_11.html - test/support/hackaday/file_12.html - test/support/hackaday/file_13.html - test/support/hackaday/file_14.html - test/support/hackaday/file_15.html - test/support/hackaday/file_16.html - test/support/hackaday/file_17.html - test/support/hackaday/file_18.html - test/support/hackaday/file_19.html - test/support/hackaday/file_2.html - test/support/hackaday/file_20.html - test/support/hackaday/file_21.html - test/support/hackaday/file_22.html - test/support/hackaday/file_23.html - test/support/hackaday/file_24.html - test/support/hackaday/file_25.html - test/support/hackaday/file_26.html - test/support/hackaday/file_27.html - test/support/hackaday/file_28.html - test/support/hackaday/file_29.html - test/support/hackaday/file_3.html - test/support/hackaday/file_30.html - test/support/hackaday/file_31.html - test/support/hackaday/file_32.html - test/support/hackaday/file_33.html - test/support/hackaday/file_34.html - test/support/hackaday/file_35.html - test/support/hackaday/file_36.html - test/support/hackaday/file_37.html - test/support/hackaday/file_38.html - test/support/hackaday/file_39.html - test/support/hackaday/file_4.html - test/support/hackaday/file_40.html - test/support/hackaday/file_5.html - test/support/hackaday/file_6.html - test/support/hackaday/file_7.html - test/support/hackaday/file_8.html - test/support/hackaday/file_9.html - test/support/test_encoding.html - test/support/test_encoding2.html - test/support/test_html.html - test/support/test_xml.xml - test/test_helper.rb has_rdoc: