README.md in rudder-0.1.0 vs README.md in rudder-0.2.0

- old
+ new

@@ -1,11 +1,16 @@ # Rudder +[![Gem Version](https://badge.fury.io/rb/rudder.svg)](https://badge.fury.io/rb/rudder) +[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/rudder/frames) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) + This gem provides a DSL for building [Concourse CI](https://concourse-ci.org/) pipelines. -Head over to [jhmcstanton.github.io/rudder](https://jhmcstanton.github.io/rudder) -for the rendered docs. +Rubygems release docs can be found above, or head over to +[jhmcstanton.github.io/rudder](https://jhmcstanton.github.io/rudder) for the latest +docs from HEAD. ## Goals The intent of this project is to allow Concourse users to build complex pipelines with a fully featured language rather than error-prone YAML files. @@ -26,10 +31,11 @@ Pipelines can utilize other pipeline definitions by either entirely importing the contents or borrowing only specific pieces. TODOs: -- Add more unit tests +- More tests & add a coverage tool +- Add CI ## Non-Goals - Tieing this project directly to concourse. The ecosystem is fairly large, so supporting all resources the community creates or each new feature of concourse would be arduous.