logglier 0.2.3 → 0.2.4
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.md +1 -0
- data/lib/logglier/version.rb +1 -1
- data/logglier.gemspec +1 -1
- metadata +10 -33
data/README.md
CHANGED
data/lib/logglier/version.rb
CHANGED
data/logglier.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logglier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 17
|
|
5
4
|
prerelease:
|
|
6
|
-
|
|
7
|
-
- 0
|
|
8
|
-
- 2
|
|
9
|
-
- 3
|
|
10
|
-
version: 0.2.3
|
|
5
|
+
version: 0.2.4
|
|
11
6
|
platform: ruby
|
|
12
7
|
authors:
|
|
13
8
|
- Edward Muller (aka freeformz)
|
|
@@ -15,7 +10,7 @@ autorequire:
|
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
12
|
|
|
18
|
-
date: 2011-06
|
|
13
|
+
date: 2011-07-06 00:00:00 -07:00
|
|
19
14
|
default_executable:
|
|
20
15
|
dependencies:
|
|
21
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,9 +21,6 @@ dependencies:
|
|
|
26
21
|
requirements:
|
|
27
22
|
- - ">="
|
|
28
23
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 3
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
24
|
version: "0"
|
|
33
25
|
type: :development
|
|
34
26
|
version_requirements: *id001
|
|
@@ -40,11 +32,6 @@ dependencies:
|
|
|
40
32
|
requirements:
|
|
41
33
|
- - ~>
|
|
42
34
|
- !ruby/object:Gem::Version
|
|
43
|
-
hash: 27
|
|
44
|
-
segments:
|
|
45
|
-
- 2
|
|
46
|
-
- 5
|
|
47
|
-
- 0
|
|
48
35
|
version: 2.5.0
|
|
49
36
|
type: :development
|
|
50
37
|
version_requirements: *id002
|
|
@@ -66,14 +53,14 @@ files:
|
|
|
66
53
|
- ./lib/logglier/client/http/threaded.rb
|
|
67
54
|
- ./lib/logglier/client/http.rb
|
|
68
55
|
- ./lib/logglier/client/syslog.rb
|
|
69
|
-
- ./lib/logglier/version.rb
|
|
70
56
|
- ./lib/logglier/client.rb
|
|
57
|
+
- ./lib/logglier/version.rb
|
|
71
58
|
- ./lib/logglier.rb
|
|
72
|
-
- ./spec/http_spec.rb
|
|
73
|
-
- ./spec/threaded_spec.rb
|
|
74
|
-
- ./spec/spec_helper.rb
|
|
75
59
|
- ./spec/client_spec.rb
|
|
60
|
+
- ./spec/http_spec.rb
|
|
76
61
|
- ./spec/logglier_spec.rb
|
|
62
|
+
- ./spec/spec_helper.rb
|
|
63
|
+
- ./spec/threaded_spec.rb
|
|
77
64
|
has_rdoc: true
|
|
78
65
|
homepage: http://github.com/freeformz/logglier
|
|
79
66
|
licenses: []
|
|
@@ -88,22 +75,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
88
75
|
requirements:
|
|
89
76
|
- - ">="
|
|
90
77
|
- !ruby/object:Gem::Version
|
|
91
|
-
|
|
92
|
-
segments:
|
|
93
|
-
- 1
|
|
94
|
-
- 8
|
|
95
|
-
- 7
|
|
96
|
-
version: 1.8.7
|
|
78
|
+
version: 1.8.6
|
|
97
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
80
|
none: false
|
|
99
81
|
requirements:
|
|
100
82
|
- - ">="
|
|
101
83
|
- !ruby/object:Gem::Version
|
|
102
|
-
hash: 23
|
|
103
|
-
segments:
|
|
104
|
-
- 1
|
|
105
|
-
- 3
|
|
106
|
-
- 6
|
|
107
84
|
version: 1.3.6
|
|
108
85
|
requirements: []
|
|
109
86
|
|
|
@@ -113,8 +90,8 @@ signing_key:
|
|
|
113
90
|
specification_version: 3
|
|
114
91
|
summary: Loggly "plugin" for Logger
|
|
115
92
|
test_files:
|
|
116
|
-
- ./spec/http_spec.rb
|
|
117
|
-
- ./spec/threaded_spec.rb
|
|
118
|
-
- ./spec/spec_helper.rb
|
|
119
93
|
- ./spec/client_spec.rb
|
|
94
|
+
- ./spec/http_spec.rb
|
|
120
95
|
- ./spec/logglier_spec.rb
|
|
96
|
+
- ./spec/spec_helper.rb
|
|
97
|
+
- ./spec/threaded_spec.rb
|