ktlacaelel-plog 0.2.2 → 0.2.3
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 +10 -10
- data/VERSION +1 -1
- data/plog.gemspec +1 -1
- metadata +2 -3
data/README.rdoc
CHANGED
@@ -13,9 +13,9 @@ by Kazuyoshi Tlacaelel.
|
|
13
13
|
|
14
14
|
Copyright (c) 2009 Kazuyoshi Tlacaelel. See LICENSE for details.
|
15
15
|
|
16
|
-
==
|
16
|
+
== Comming soon!
|
17
17
|
|
18
|
-
|
18
|
+
comming soon to a terminal near you!
|
19
19
|
|
20
20
|
* sorting:
|
21
21
|
* more statistics
|
@@ -35,7 +35,7 @@ but I do not have the time! :(
|
|
35
35
|
(is too much for this api)
|
36
36
|
(may be as a different plugin)
|
37
37
|
|
38
|
-
==
|
38
|
+
== Dependancies:
|
39
39
|
|
40
40
|
* FileUtils
|
41
41
|
* MD5
|
@@ -44,7 +44,7 @@ but I do not have the time! :(
|
|
44
44
|
* URI
|
45
45
|
* rubygems 1.3.3
|
46
46
|
|
47
|
-
==
|
47
|
+
== Features:
|
48
48
|
|
49
49
|
Compiles statistics in a easy to read manner
|
50
50
|
|
@@ -60,15 +60,15 @@ Compiles statistics in a easy to read manner
|
|
60
60
|
797 971882 1.219 414829 0.52 423130 0.53 /user/[0-9]/articles/friends?
|
61
61
|
122 20830 0.17 7081 0.058 10291 0.084 /user/[0-9]/topics?
|
62
62
|
|
63
|
-
==
|
63
|
+
== Installation
|
64
64
|
|
65
65
|
$ gem sources -a http://gems.github.com
|
66
66
|
$ gem install ktlacaelel-plog
|
67
67
|
|
68
|
-
==
|
68
|
+
== Known bugs:
|
69
69
|
none, so far..
|
70
70
|
|
71
|
-
==
|
71
|
+
== License:
|
72
72
|
MIT. See the "LICENSE" file for details.
|
73
73
|
|
74
74
|
== Participate
|
@@ -83,7 +83,7 @@ Compiles statistics in a easy to read manner
|
|
83
83
|
bump version in a commit by itself I can ignore when I pull)
|
84
84
|
* Send me a pull request. Bonus points for topic branches.
|
85
85
|
|
86
|
-
==
|
86
|
+
== Output:
|
87
87
|
|
88
88
|
All output is packed in a plog directory, from wherever you run
|
89
89
|
the "plog" executable.
|
@@ -98,7 +98,7 @@ meaning that new compilations data will merge with the existing one.
|
|
98
98
|
all data in these "object-files" is read and summarized into a
|
99
99
|
statistics.txt file found inside of the plog directory.
|
100
100
|
|
101
|
-
==
|
101
|
+
== Tests:
|
102
102
|
|
103
103
|
* 70% tested, with shoulda
|
104
104
|
* all core areas of the api are tested, and tests pass!
|
@@ -113,7 +113,7 @@ Recursive reading is not allowed
|
|
113
113
|
|
114
114
|
$ plog directory_with_logs/
|
115
115
|
|
116
|
-
==
|
116
|
+
== Works on:
|
117
117
|
|
118
118
|
* OSX Darwin utopia.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
|
119
119
|
* UBUNTU Linux utopia.local 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.3
|
data/plog.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ktlacaelel-plog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kazuyoshi Tlacaelel
|
@@ -55,7 +55,6 @@ files:
|
|
55
55
|
- test/url_test.rb
|
56
56
|
has_rdoc: false
|
57
57
|
homepage: http://github.com/ktlacaelel/plog
|
58
|
-
licenses:
|
59
58
|
post_install_message:
|
60
59
|
rdoc_options:
|
61
60
|
- --charset=UTF-8
|
@@ -76,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
75
|
requirements: []
|
77
76
|
|
78
77
|
rubyforge_project:
|
79
|
-
rubygems_version: 1.
|
78
|
+
rubygems_version: 1.2.0
|
80
79
|
signing_key:
|
81
80
|
specification_version: 3
|
82
81
|
summary: Plog - Ruby on Rails production log statistic generator. by Kazuyoshi Tlacaelel
|