README.md in testlab-0.0.1 vs README.md in testlab-0.0.2
- old
+ new
@@ -1,29 +1,43 @@
+[![Gem Version](https://badge.fury.io/rb/testlab.png)](http://badge.fury.io/rb/testlab)
+[![Dependency Status](https://gemnasium.com/zpatten/testlab.png)](https://gemnasium.com/zpatten/testlab)
+[![Build Status](https://secure.travis-ci.org/zpatten/testlab.png)](http://travis-ci.org/zpatten/testlab)
+[![Coverage Status](https://coveralls.io/repos/zpatten/testlab/badge.png?branch=master)](https://coveralls.io/r/zpatten/testlab)
+[![Code Climate](https://codeclimate.com/github/zpatten/testlab.png)](https://codeclimate.com/github/zpatten/testlab)
+
# TestLab
-TODO: Write a gem description
+A framework for building lightweight virtual laboratories using LXC
-## Installation
+# RESOURCES
-Add this line to your application's Gemfile:
+Source:
- gem 'testlab'
+* https://github.com/zpatten/testlab
-And then execute:
+Issues:
- $ bundle
+* https://github.com/zpatten/testlab/issues
-Or install it yourself as:
+Documentation:
- $ gem install testlab
+* http://zpatten.github.com/testlab/
-## Usage
+# LICENSE
-TODO: Write usage instructions here
+TestLab - A framework for building lightweight virtual laboratories using LXC
-## Contributing
+* Author: Zachary Patten <zachary@jovelabs.com> [![endorse](http://api.coderwall.com/zpatten/endorsecount.png)](http://coderwall.com/zpatten)
+* Copyright: Copyright (c) Zachary Patten
+* License: Apache License, Version 2.0
-1. Fork it
-2. Create your feature branch (`git checkout -b my-new-feature`)
-3. Commit your changes (`git commit -am 'Add some feature'`)
-4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.