vizi_tracker 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vizi_tracker.rb +4 -4
- data/testit.rb +2 -2
- data/vizi_tracker-0.1.0.gem +0 -0
- data/vizi_tracker.gemspec +2 -2
- metadata +8 -6
data/lib/vizi_tracker.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
|
3
|
-
|
4
|
-
load './lib/vizi/vizi_tracker.rb'
|
5
|
-
|
2
|
+
module Vizi # :doc:
|
3
|
+
require 'vizi_tracker'
|
4
|
+
# load './lib/vizi/vizi_tracker.rb'
|
5
|
+
end
|
data/testit.rb
CHANGED
@@ -7,9 +7,9 @@
|
|
7
7
|
# Author:: Al Kivi <al.kivi@vizitrax.com>
|
8
8
|
|
9
9
|
# Use either the library version of the code
|
10
|
-
require './lib/vizi_tracker'
|
10
|
+
## require './lib/vizi_tracker'
|
11
11
|
# Or replace the above line to reference the gem version, if installed
|
12
|
-
|
12
|
+
require 'vizi_tracker'
|
13
13
|
|
14
14
|
require 'yaml'
|
15
15
|
require 'logger'
|
Binary file
|
data/vizi_tracker.gemspec
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
|
3
3
|
spec = Gem::Specification.new do |s|
|
4
4
|
s.name = 'vizi_tracker'
|
5
|
-
s.version = '0.
|
5
|
+
s.version = '0.2.0'
|
6
6
|
s.summary = "Visit tracking from Apache or IIS web log files"
|
7
7
|
s.description = "This module provides a set of classes to support the parsing of web log files and
|
8
8
|
the creation of visits from the individual parsed web log records.
|
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
|
|
15
15
|
s.test_files = Dir.glob("test/*_test.rb")
|
16
16
|
s.author = "Al Kivi"
|
17
17
|
s.homepage = "http://www.vizitrax.com"
|
18
|
-
s.email = "al.kivi@
|
18
|
+
s.email = "al.kivi@yahoo.com"
|
19
19
|
s.has_rdoc = true
|
20
20
|
s.required_ruby_version = '>= 1.8.2'
|
21
21
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vizi_tracker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 2
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.2.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Al Kivi
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-09 00:00:00 -05:00
|
19
|
+
default_executable:
|
19
20
|
dependencies: []
|
20
21
|
|
21
22
|
description: |-
|
@@ -26,7 +27,7 @@ description: |-
|
|
26
27
|
developed by Jan Wikholm. These two classes were extended to support both Apache and IIS
|
27
28
|
web logs. The details from the web logs are assembled to compose Visit objects and Visit
|
28
29
|
history detail
|
29
|
-
email: al.kivi@
|
30
|
+
email: al.kivi@yahoo.com
|
30
31
|
executables: []
|
31
32
|
|
32
33
|
extensions: []
|
@@ -107,6 +108,7 @@ files:
|
|
107
108
|
- config/logger_apache.yml
|
108
109
|
- testit.rb
|
109
110
|
- vizi_tracker.gemspec
|
111
|
+
has_rdoc: true
|
110
112
|
homepage: http://www.vizitrax.com
|
111
113
|
licenses: []
|
112
114
|
|
@@ -138,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
138
140
|
requirements: []
|
139
141
|
|
140
142
|
rubyforge_project:
|
141
|
-
rubygems_version: 1.
|
143
|
+
rubygems_version: 1.6.2
|
142
144
|
signing_key:
|
143
145
|
specification_version: 3
|
144
146
|
summary: Visit tracking from Apache or IIS web log files
|