README.md in sluice-0.1.5 vs README.md in sluice-0.2.0
- old
+ new
@@ -1,6 +1,10 @@
# Sluice
+[![Gem Version](https://badge.fury.io/rb/sluice.svg)](http://badge.fury.io/rb/sluice)
+[![Build Status](https://travis-ci.org/snowplow/sluice.png)](https://travis-ci.org/snowplow/sluice)
+[![Code Climate](https://codeclimate.com/github/snowplow/sluice.png)](https://codeclimate.com/github/snowplow/sluice)
+[![Coverage Status](https://coveralls.io/repos/snowplow/sluice/badge.png?branch=master)](https://coveralls.io/r/snowplow/sluice?branch=master)
Sluice is a Ruby gem (built with [Bundler] [bundler]) to help you build cloud-friendly ETL (extract, transform, load) processes.
Currently Sluice provides the following very robust, very parallel S3 operations:
@@ -19,22 +23,22 @@
$ gem install sluice
Or in your Gemfile:
- gem 'sluice', '~> 0.1.0'
+ gem 'sluice', '~> 0.2.0'
## Usage
Rubydoc and usage examples to come.
## Hacking and contributing
To hack on Sluice locally:
$ gem build sluice.gemspec
- $ sudo gem install sluice-0.1.0.gem
+ $ sudo gem install sluice-0.2.0.gem
To contribute:
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@@ -46,10 +50,10 @@
Sluice was developed by [Alex Dean] [alexanderdean] ([Snowplow Analytics] [snowplow-analytics]) and [Michael Tibben] [mtibben] ([99designs] [99designs]).
## Copyright and license
-Sluice is copyright 2012-2013 Snowplow Analytics Ltd.
+Sluice is copyright 2012-2014 Snowplow Analytics Ltd.
Licensed under the [Apache License, Version 2.0] [license] (the "License");
you may not use this software except in compliance with the License.
Unless required by applicable law or agreed to in writing, software