README.md in wolverine-0.2.2 vs README.md in wolverine-0.2.3
- old
+ new
@@ -1,15 +1,13 @@
-# Wolverine
+# Wolverine [![Build Status](https://secure.travis-ci.org/burke/wolverine.png)](http://travis-ci.org/burke/wolverine) [![Dependency Status](https://gemnasium.com/Shopify/wolverine.png)](https://gemnasium.com/Shopify/wolverine)
Wolverine is a simple library to allow you to manage and run redis server-side lua scripts from a rails app, or other ruby code.
-## What are you talking about?
+Redis versions 2.6 and up allow lua scripts to be run on the server that execute atomically and very quickly.
-Redis versions 2.6 and up allow lua scripts to be run on the server that execute atomically and very, very quickly.
+This is *extremely* useful.
-This is really, really cool.
-
Wolverine is a wrapper around that functionality, to package it up in a format more familiar to a Rails codebase.
## How do I use it?
1) Make sure you have redis 2.6 or higher installed. As of now, that means compiling from source:
@@ -51,19 +49,20 @@
Available configuration options:
* `Wolverine.config.redis` (default `Redis.new`)
* `Wolverine.config.script_path` (default `Rails.root + 'app/wolverine'`)
+* `Wolverine.config.instrumentation` (default none)
-If you want to override one or both of these, doing so in an initializer is recommended but not required.
+If you want to override one or more of these, doing so in an initializer is recommended but not required. See the [full documentation](http://shopify.github.com/wolverine/Wolverine/Configuration.html) for more details.
## More information
For more information on scripting redis with lua, refer to redis' excellent documentation: http://redis.io/commands/eval
## License
-Copyright (C) 2012 Shopify
+Copyright (C) 2012 [Shopify](http://shopify.com) by [Burke Libbey](http://burkelibbey.org)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.