log2sock 0.0.6 → 0.0.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.md +4 -0
- data/log2sock.gemspec +2 -2
- metadata +7 -5
data/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# DEPRECATED
|
|
2
|
+
|
|
3
|
+
This tool isn't used or maintained anymore. Please fork if you want to make your own improvements.
|
|
4
|
+
|
|
1
5
|
# log2sock
|
|
2
6
|
|
|
3
7
|
log2sock allows you to send logs to a UNIX domain socket. Its usage is similar to the Ruby 'logger' class, except with slightly less features.
|
data/log2sock.gemspec
CHANGED
|
@@ -5,11 +5,11 @@ require "base64"
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = 'log2sock'
|
|
8
|
-
s.version = '0.0.
|
|
8
|
+
s.version = '0.0.7'
|
|
9
9
|
|
|
10
10
|
s.date = Date.today.to_s
|
|
11
11
|
|
|
12
|
-
s.summary = "log2sock allows you to send logs to a UNIX domain socket"
|
|
12
|
+
s.summary = "WARNING: DEPRECATED. log2sock allows you to send logs to a UNIX domain socket"
|
|
13
13
|
s.description = "#{s.summary}. Its usage is similar to the Ruby 'logger' class, except with slightly less features."
|
|
14
14
|
|
|
15
15
|
s.author = 'Alex Williams'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: log2sock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,10 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: log2sock allows you to send logs to a UNIX domain
|
|
15
|
-
similar to the Ruby 'logger' class, except with slightly
|
|
14
|
+
description: ! 'WARNING: DEPRECATED. log2sock allows you to send logs to a UNIX domain
|
|
15
|
+
socket. Its usage is similar to the Ruby ''logger'' class, except with slightly
|
|
16
|
+
less features.'
|
|
16
17
|
email: !binary |-
|
|
17
18
|
YXdpbGxpYW1zQGFsZXh3aWxsaWFtcy5jYQ==
|
|
18
19
|
executables:
|
|
@@ -49,5 +50,6 @@ rubyforge_project:
|
|
|
49
50
|
rubygems_version: 1.8.23
|
|
50
51
|
signing_key:
|
|
51
52
|
specification_version: 3
|
|
52
|
-
summary: log2sock allows you to send logs to a UNIX domain
|
|
53
|
+
summary: ! 'WARNING: DEPRECATED. log2sock allows you to send logs to a UNIX domain
|
|
54
|
+
socket'
|
|
53
55
|
test_files: []
|