remote_syslog 1.6.7.1 → 1.6.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/remote_syslog.rb +1 -1
- data/lib/remote_syslog/tls_endpoint.rb +4 -1
- data/remote_syslog.gemspec +2 -2
- metadata +3 -3
data/lib/remote_syslog.rb
CHANGED
data/remote_syslog.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
8
8
|
## If your rubyforge_project name is different, then edit it and comment out
|
9
9
|
## the sub! line in the Rakefile
|
10
10
|
s.name = 'remote_syslog'
|
11
|
-
s.version = '1.6.7.
|
12
|
-
s.date = '2012-09-
|
11
|
+
s.version = '1.6.7.2'
|
12
|
+
s.date = '2012-09-18'
|
13
13
|
s.rubyforge_project = 'remote_syslog'
|
14
14
|
|
15
15
|
## Make sure your summary is short. The description may be as long
|
metadata
CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 1
|
7
7
|
- 6
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 1.6.7.
|
9
|
+
- 2
|
10
|
+
version: 1.6.7.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Troy Davis
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-09-
|
19
|
+
date: 2012-09-18 00:00:00 -07:00
|
20
20
|
default_executable: remote_syslog
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|