Sha256: 808b931cf30af4223f8e8b97cec2c24698d825d3ccd3a2a437671705142f3b11
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
require 'rubygems' spec = Gem::Specification.new do |s| s.name = 'vizi_tracker' s.version = '0.3.0' s.summary = "Visit tracking from Apache or IIS web log files" s.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" s.files = Dir.glob("**/**/**") s.test_files = Dir.glob("test/*_test.rb") s.author = "Al Kivi" s.homepage = "http://www.vizitrax.com" s.email = "al.kivi@yahoo.com" s.has_rdoc = true s.required_ruby_version = '>= 1.8.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vizi_tracker-0.3.0 | vizi_tracker.gemspec |