blooper 1.6 → 1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -1
- data/lib/blooper.rb +1 -1
- data/lib/blooper/input.rb +1 -1
- data/lib/blooper/tuple.rb +18 -0
- data/lib/blooper/version.rb +1 -1
- metadata +2 -2
- data/lib/blooper/rows.rb +0 -17
data/README.rdoc
CHANGED
@@ -18,7 +18,7 @@ The idea is shamelessly stolen from {logmysqldaemon}[http://sourceforge.net/proj
|
|
18
18
|
access_log daemon:{adapter:postgres,database:squid,username:squid,password:squid,host:db} squid_log
|
19
19
|
logfile_daemon /usr/local/bin/blooper
|
20
20
|
|
21
|
-
1. The column names are dynamic, here time is a column name, %{%Y-%m-%d_%H:%M:%S%z} is a value that will be written into that column.
|
21
|
+
1. The column names are dynamic, here time is a column name, {%{%Y-%m-%d_%H:%M:%S%z}}[http://www.squid-cache.org/Versions/v3/3.2/cfgman/logformat.html] is a value that will be written into that column.
|
22
22
|
|
23
23
|
2. The second string contains database access information, the credential depends on {adapter}[http://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html], tested only with postgres.
|
24
24
|
|
data/lib/blooper.rb
CHANGED
data/lib/blooper/input.rb
CHANGED
data/lib/blooper/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blooper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.7'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -70,7 +70,7 @@ files:
|
|
70
70
|
- lib/blooper.rb
|
71
71
|
- lib/blooper/input.rb
|
72
72
|
- lib/blooper/line.rb
|
73
|
-
- lib/blooper/
|
73
|
+
- lib/blooper/tuple.rb
|
74
74
|
- lib/blooper/db.rb
|
75
75
|
- lib/blooper/version.rb
|
76
76
|
- COPYING
|