logjam 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/logjam/logjam.rb +1 -0
- metadata +7 -19
data/lib/logjam/logjam.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logjam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
|
6
|
-
- 0
|
7
|
-
- 0
|
8
|
-
- 1
|
9
|
-
version: 0.0.1
|
4
|
+
prerelease:
|
5
|
+
version: 0.0.2
|
10
6
|
platform: ruby
|
11
7
|
authors:
|
12
8
|
- Black North
|
@@ -14,8 +10,7 @@ autorequire:
|
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
12
|
|
17
|
-
date: 2012-02-
|
18
|
-
default_executable:
|
13
|
+
date: 2012-02-11 00:00:00 Z
|
19
14
|
dependencies:
|
20
15
|
- !ruby/object:Gem::Dependency
|
21
16
|
name: json
|
@@ -25,8 +20,6 @@ dependencies:
|
|
25
20
|
requirements:
|
26
21
|
- - ">="
|
27
22
|
- !ruby/object:Gem::Version
|
28
|
-
segments:
|
29
|
-
- 0
|
30
23
|
version: "0"
|
31
24
|
type: :runtime
|
32
25
|
version_requirements: *id001
|
@@ -39,15 +32,14 @@ extensions: []
|
|
39
32
|
extra_rdoc_files: []
|
40
33
|
|
41
34
|
files:
|
35
|
+
- lib/logjam/logjam_logger.rb
|
42
36
|
- lib/logjam/logjam-original.rb
|
43
|
-
- lib/logjam/exceptions.rb
|
44
37
|
- lib/logjam/logjam.rb
|
45
|
-
- lib/logjam/
|
38
|
+
- lib/logjam/exceptions.rb
|
46
39
|
- lib/logjam.rb
|
47
40
|
- license.txt
|
48
41
|
- README
|
49
|
-
|
50
|
-
homepage:
|
42
|
+
homepage: https://github.com/free-beer/LogJam
|
51
43
|
licenses: []
|
52
44
|
|
53
45
|
post_install_message:
|
@@ -60,21 +52,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
60
52
|
requirements:
|
61
53
|
- - ">="
|
62
54
|
- !ruby/object:Gem::Version
|
63
|
-
segments:
|
64
|
-
- 0
|
65
55
|
version: "0"
|
66
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
57
|
none: false
|
68
58
|
requirements:
|
69
59
|
- - ">="
|
70
60
|
- !ruby/object:Gem::Version
|
71
|
-
segments:
|
72
|
-
- 0
|
73
61
|
version: "0"
|
74
62
|
requirements: []
|
75
63
|
|
76
64
|
rubyforge_project:
|
77
|
-
rubygems_version: 1.
|
65
|
+
rubygems_version: 1.8.5
|
78
66
|
signing_key:
|
79
67
|
specification_version: 3
|
80
68
|
summary: A library to aggregate logging.
|