README.md in jsup-0.1.1 vs README.md in jsup-0.1.2
- old
+ new
@@ -1,7 +1,8 @@
# Jsup
[![Build Status](https://travis-ci.org/wizardone/jsup.svg?branch=master)](https://travis-ci.org/wizardone/jsup)
+[![codecov](https://codecov.io/gh/wizardone/jsup/branch/master/graph/badge.svg)](https://codecov.io/gh/wizardone/jsup)
Jsup produces json using oj. It is really fast, simple and reliable. If
speed is what you are looking for in your APIs then you should check it
out.
If you have a complex architecture you should probably check gems like
@@ -120,9 +121,11 @@
```shell
user system total real
jbuilder 0.110000 0.000000 0.110000 ( 0.112200)
jsup 0.030000 0.000000 0.030000 ( 0.025732)
```
+
+### I am welcoming ideas about new features and options for jsup! If you have any, let me know!
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.