README.md in fossyl-0.5.0 vs README.md in fossyl-0.5.1
- old
+ new
@@ -1,6 +1,6 @@
-# Fossyl
+# Fossyl [![Build Status][build_status_image]][build_status] [![Code Climate][code_climate_image]][code_climate]
Pre-historic Bencoding
## Installation
@@ -32,12 +32,28 @@
Fossyl.load("i12e") # => 12
Fossyl.load("li1e3:twoi3ee") # => [1, "two", 3]
Fossyl.load("d1:ai1e1:b3:two1:cli1eee") # => { "a" => 1, "b" => "two", "c" => [1] }
```
+## Supported Platforms
+
+* Ruby 1.9.3
+* JRuby _(1.9 mode)_
+* Rubinius _(1.9 mode)_
+
## Contributing
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
+
+## Copyright
+Copyright (c) 2012 [Adam Tanner][email]. See [License][license] for details.
+
+[email]: mailto:adam@adamtanner.org
+[license]: https://github.com/adamtanner/fossyl/blob/master/LICENSE.txt
+[build_status]: https://travis-ci.org/adamtanner/fossyl
+[build_status_image]: https://travis-ci.org/adamtanner/fossyl.png
+[code_climate]: https://codeclimate.com/github/adamtanner/fossyl
+[code_climate_image]: https://codeclimate.com/badge.png