--- !ruby/object:Gem::Specification name: danielsdeleo-teeth version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Daniel DeLeo autorequire: bindir: bin cert_chain: [] date: 2009-03-29 00:00:00 -07:00 default_executable: dependencies: [] description: Fast log file parsing in Ruby email: ddeleo@basecommander.net executables: [] extensions: - ext/scan_apache_logs/extconf.rb - ext/scan_rails_logs/extconf.rb extra_rdoc_files: - README.rdoc files: - LICENSE - README.rdoc - Rakefile - VERSION.yml - doc/classes/String.html - doc/classes/Teeth.html - doc/classes/Teeth/DuplicateDefinitionError.html - doc/classes/Teeth/DuplicateRuleError.html - doc/classes/Teeth/InvalidDefaultDefinitionName.html - doc/classes/Teeth/InvalidExtensionDirectory.html - doc/classes/Teeth/RuleStatement.html - doc/classes/Teeth/RuleStatementGroup.html - doc/classes/Teeth/Scanner.html - doc/classes/Teeth/ScannerDefinition.html - doc/classes/Teeth/ScannerDefinitionArgumentError.html - doc/classes/Teeth/ScannerDefinitionGroup.html - doc/classes/Teeth/ScannerError.html - doc/created.rid - doc/files/README_rdoc.html - doc/files/ext/scan_apache_logs/scan_apache_logs_yy_c.html - doc/files/ext/scan_rails_logs/scan_rails_logs_yy_c.html - doc/files/lib/rule_statement_rb.html - doc/files/lib/scanner_definition_rb.html - doc/files/lib/scanner_rb.html - doc/files/lib/teeth_rb.html - doc/fr_class_index.html - doc/fr_file_index.html - doc/fr_method_index.html - doc/index.html - doc/rdoc-style.css - ext/scan_apache_logs/Makefile - ext/scan_apache_logs/extconf.rb - ext/scan_apache_logs/scan_apache_logs.yy - ext/scan_apache_logs/scan_apache_logs.yy.c - ext/scan_rails_logs/Makefile - ext/scan_rails_logs/extconf.rb - ext/scan_rails_logs/scan_rails_logs.yy - ext/scan_rails_logs/scan_rails_logs.yy.c - lib/rule_statement.rb - lib/scanner.rb - lib/scanner_definition.rb - lib/teeth.rb - scanners/scan_apache_logs.rb - scanners/scan_rails_logs.rb - spec/fixtures/rails_1x.log - spec/fixtures/rails_22.log - spec/fixtures/rails_22_cached.log - spec/fixtures/rails_unordered.log - spec/playground/show_apache_processing.rb - spec/spec.opts - spec/spec_helper.rb - spec/unit/rule_statement_spec.rb - spec/unit/scan_apache_spec.rb - spec/unit/scan_rails_logs_spec.rb - spec/unit/scaner_definition_spec.rb - spec/unit/scanner_spec.rb - teeth.gemspec - templates/tokenizer.yy.erb has_rdoc: true homepage: http://github.com/danielsdeleo/teeth post_install_message: rdoc_options: - --inline-source - --charset=UTF-8 require_paths: - - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Fast log file parsing in Ruby test_files: []