README.md in seatbelt-0.4.0 vs README.md in seatbelt-0.5.0
- old
+ new
@@ -1,20 +1,15 @@
# Seatbelt
-[![Build Status](https://secure.travis-ci.org/alto/seatbelt.png)](http://travis-ci.org/alto/seatbelt)
-[![Code Climate](https://codeclimate.com/github/alto/seatbelt.png)](https://codeclimate.com/github/alto/seatbelt)
-[![Coverage Status](https://coveralls.io/repos/aasm/aasm/badge.png?branch=master)](https://coveralls.io/r/aasm/aasm)
+[![Build Status](https://travis-ci.org/alto/seatbelt.svg?branch=master)](https://travis-ci.org/alto/seatbelt)
+[![Code Climate](https://codeclimate.com/github/alto/seatbelt/badges/gpa.svg)](https://codeclimate.com/github/alto/seatbelt)
Seatbelt provides a number of custom, high-level assertions for Ruby and Ruby on Rails. The assertions work well with Ruby
-[1.8.7](http://ruby-doc.org/core-1.8.7/),
-[1.9.2](http://ruby-doc.org/core-1.9.2/),
[1.9.3](http://ruby-doc.org/core-1.9.3/),
-[2.0.0](http://ruby-doc.org/core-2.0.0/) and
-[2.1.0](http://ruby-doc.org/core-2.1.0/).
-This includes compatibility with
-[test/unit](http://ruby-doc.org/stdlib-1.8.7/libdoc/test/unit/rdoc/index.html) and
-[minitest](http://ruby-doc.org/stdlib-1.9.3/libdoc/minitest/unit/rdoc/index.html).
+[2.0.0](http://ruby-doc.org/core-2.0.0/),
+[2.0.0](http://ruby-doc.org/core-2.1.0/) and
+[2.1.0](http://ruby-doc.org/core-2.2.0/).
## Installation
Add this line to your application's Gemfile:
@@ -34,11 +29,11 @@
Test your [JSON](http://www.json.org/) strings
```ruby
class MyActionTest < ActionController::TestCase
- include Seatbelt::AssertJson
+ include AssertJson
def test_my_action
get :my_action, :format => 'json'
# => @response.body= '{"key":[{"inner_key1":"value1"},{"inner_key2":"value2"}]}'
@@ -107,10 +102,10 @@
```
## Changelog ##
-Look at the [CHANGELOG](https://github.com/xing/assert_json/blob/master/CHANGELOG.md) for details.
+Look at the [CHANGELOG](https://github.com/alto/seatbelt/blob/master/CHANGELOG.md) for details.
## Authors ##
* [Thorsten Böttger](http://github.com/alto)