README.md in webidl-0.1.5 vs README.md in webidl-0.1.6

- old
+ new

@@ -2,10 +2,12 @@ ====== This gem provides a pure-ruby parser and code generator for Web IDL, an interface description language for interfaces intended to be implemented in web browsers. [![Build Status](https://secure.travis-ci.org/jarib/webidl.png)](http://travis-ci.org/jarib/webidl) +[![Coverage Status](https://coveralls.io/repos/jarib/webidl/badge.png)](https://coveralls.io/r/jarib/webidl) +[![Code Climate](https://codeclimate.com/github/jarib/webidl.png)](https://codeclimate.com/github/jarib/webidl) Problems -------- The code generation could be improved a lot - a lot of the data in the IDL is just ignored. I don't need anything more at the moment, but it should be easy to complete it if anyone needs to. @@ -37,6 +39,6 @@ * Send me a pull request. Bonus points for topic branches. Copyright --------- -Copyright (c) 2009-2012 Jari Bakken. See LICENSE for details. +Copyright (c) 2009-2014 Jari Bakken. See LICENSE for details.