syslog-logger 1.6.4 → 1.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.rdoc +6 -7
  2. metadata +5 -5
@@ -1,6 +1,6 @@
1
1
  = SyslogLogger
2
2
 
3
- http://github.com/ashleym1972/sysloglogger/tree
3
+ http://github.com/ngmoco/sysloglogger
4
4
 
5
5
  == DESCRIPTION:
6
6
 
@@ -21,7 +21,11 @@ the Syslog counterparts. It also adds the ability to select a syslog facility o
21
21
 
22
22
  === config/environment.rb
23
23
 
24
- config.gem "ashleym1972-SyslogLogger", :source=>'http://gems.github.com', :lib=>'syslog_logger'
24
+ config.gem 'syslog_logger'
25
+
26
+ === Gemfile
27
+
28
+ gem 'syslog-logger'
25
29
 
26
30
  === config/environments/production.rb
27
31
 
@@ -83,11 +87,6 @@ Now restart your Rails app. Your production logs should now be showing up in
83
87
  to a central machine with remote syslog logging for analysis. Consult your
84
88
  syslogd(8) manpage for further details.
85
89
 
86
- == INSTALL:
87
-
88
- $ gem sources -a http://gems.github.com (you only have to do this once)
89
- $ sudo gem install ashleym1972-SyslogLogger
90
-
91
90
  == LICENSE:
92
91
 
93
92
  Copyright (c) 2008, 2009 Eric Hodel, Christopher Powell, Ian Lesperance,
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 4
9
- version: 1.6.4
8
+ - 5
9
+ version: 1.6.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eric Hodel; Chris Powell; Matthew Boeh; Ian Lesperance; Dana Danger; Brian Smith; Ashley Martens
@@ -14,12 +14,12 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-18 00:00:00 -07:00
17
+ date: 2012-01-09 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
21
  description: An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats.
22
- email: ashleym1972@gmail.com
22
+ email: teamplatform@ngmoco.com
23
23
  executables: []
24
24
 
25
25
  extensions: []
@@ -31,7 +31,7 @@ files:
31
31
  - lib/syslog_logger.rb
32
32
  - lib/syslog_logger_env_formatting.rb
33
33
  has_rdoc: true
34
- homepage: http://github.com/ashleym1972/syslog_logger
34
+ homepage: http://github.com/ngmoco/syslog_logger
35
35
  licenses: []
36
36
 
37
37
  post_install_message: