--- !ruby/object:Gem::Specification 
name: vizi_tracker
version: !ruby/object:Gem::Version 
  hash: 23
  prerelease: 
  segments: 
  - 0
  - 2
  - 0
  version: 0.2.0
platform: ruby
authors: 
- Al Kivi
autorequire: 
bindir: bin
cert_chain: []

date: 2012-01-09 00:00:00 -05:00
default_executable: 
dependencies: []

description: |-
  This module provides a set of classes to support the parsing of web log files and
      the creation of visits from the individual parsed web log records.
      
      The LogFormat and LogParser classes were derived in part from an Apache logger application
      developed by Jan Wikholm. These two classes were extended to support both Apache and IIS
      web logs. The details from the web logs are assembled to compose Visit objects and Visit 
      history detail
email: al.kivi@yahoo.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- doc/Visit.html
- doc/testit_rb.html
- doc/Rakefile.html
- doc/formats/apache.rtf
- doc/formats/w3c-extended.rtf
- doc/formats/apache-custom-log.pdf
- doc/formats/format-descriptions.xls
- doc/formats/w3c-extended.pdf
- doc/Vizi/Visit.html
- doc/Vizi/VisitList.html
- doc/Vizi/LogFormat.html
- doc/Vizi/LogParser.html
- doc/images/bullet_black.png
- doc/images/bullet_toggle_plus.png
- doc/images/zoom.png
- doc/images/bug.png
- doc/images/wrench_orange.png
- doc/images/bullet_toggle_minus.png
- doc/images/loadingAnimation.gif
- doc/images/macFFBgHack.png
- doc/images/date.png
- doc/images/brick_link.png
- doc/images/tag_green.png
- doc/images/ruby.png
- doc/images/page_white_width.png
- doc/images/find.png
- doc/images/wrench.png
- doc/images/page_green.png
- doc/images/package.png
- doc/images/plugin.png
- doc/images/brick.png
- doc/images/page_white_text.png
- doc/VisitList.html
- doc/ViziLogParser.html
- doc/Object.html
- doc/Vizi.html
- doc/created.rid
- doc/lib/vizi_tracker_rb.html
- doc/lib/vizi/vizi_tracker_rb.html
- doc/lib/vizi/parser_rb.html
- doc/lib/vizi_log_parser_rb.html
- doc/ViziLogFormat.html
- doc/js/thickbox-compressed.js
- doc/js/jquery.js
- doc/js/darkfish.js
- doc/js/quicksearch.js
- doc/ParserTest.html
- doc/index.html
- doc/test/test_helper_rb.html
- doc/test/parser_test_rb.html
- doc/README_rdoc.html
- doc/rdoc.css
- data/sample-wle.log
- data/testlog.log
- data/exlog.log
- data/sample-surf.log
- data/sample-alter.log
- data/vizitrax.log
- lib/vizi/vizi_tracker.rb
- lib/vizi_tracker.rb
- README.rdoc
- vizi_tracker-0.1.0.gem
- Rakefile
- log/parse.log
- log/system.log
- test/parser_test.rb
- test/test_helper.rb
- config/logger.yml
- config/logger-backup.yml
- config/logger_sample.yml
- config/logger_apache.yml
- testit.rb
- vizi_tracker.gemspec
has_rdoc: true
homepage: http://www.vizitrax.com
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 51
      segments: 
      - 1
      - 8
      - 2
      version: 1.8.2
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.6.2
signing_key: 
specification_version: 3
summary: Visit tracking from Apache or IIS web log files
test_files: 
- test/parser_test.rb