Skip to content

Commit

Permalink
Add dependencies status badge
Browse files Browse the repository at this point in the history
Closes #182 [ci skip]
  • Loading branch information
rwz committed Apr 9, 2014
1 parent c77aa2c commit 35892f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,10 +3,12 @@
[![Build Status](http://img.shields.io/travis/rails/jbuilder.svg)][travis]
[![Gem Version](http://img.shields.io/gem/v/jbuilder.svg)][gem]
[![Code Climate](http://img.shields.io/codeclimate/github/rails/jbuilder.svg)][codeclimate]
[![Dependencies Status](http://img.shields.io/gemnasium/rails/jbuilder.svg)][gemnasium]

[travis]: https://travis-ci.org/rails/jbuilder
[gem]: https://rubygems.org/gems/jbuilder
[codeclimate]: https://codeclimate.com/github/rails/jbuilder
[gemnasium]: https://gemnasium.com/rails/jbuilder

Jbuilder gives you a simple DSL for declaring JSON structures that beats massaging giant hash structures. This is particularly helpful when the generation process is fraught with conditionals and loops. Here's a simple example:

Expand Down

0 comments on commit 35892f1

Please sign in to comment.