Sha256: c81b995d1f48c563ccdc91ee950022bc269868dfd6c3a4aa761ed70f7242c243
Contents?: true
Size: 908 Bytes
Versions: 1
Compression:
Stored size: 908 Bytes
Contents
require 'rubygems' spec = Gem::Specification.new do |s| s.name = 'vizi_tracker' s.version = '0.1.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@vizitrax.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.1.0 | vizi_tracker.gemspec |