README.rdoc in syslogger-1.2.7 vs README.rdoc in syslogger-1.3.0
- old
+ new
@@ -2,10 +2,12 @@
A drop-in replacement for the standard Logger Ruby library, that logs to the
syslog instead of a log file. Contrary to the SyslogLogger library, you can
specify the facility and the syslog options.
+{<img src="https://secure.travis-ci.org/crohr/syslogger.png?branch=master" alt="Build Status" />}[http://travis-ci.org/crohr/syslogger]
+
== Installation
$ gem install syslogger
== Usage
@@ -26,18 +28,23 @@
== Development
* Install development dependencies:
- $ gem install rake rdoc rspec
+ $ gem install bundler
+ $ bundle install
* Run tests:
$ rake spec
* Package (do not forget to increment <tt>Syslogger:VERSION</tt>):
$ gem build syslogger.gemspec
+
+== Changelog
+
+See <https://github.com/crohr/syslogger/commits/master>.
== Contributions
See <https://github.com/crohr/syslogger/contributors>.