README.md in vatbook-0.1.0 vs README.md in vatbook-0.2.0

- old
+ new

@@ -4,12 +4,13 @@ Booking query requests are made by FIR and individual bookings are returned as objects, exposing a rich set of attributes. Supports excluding enroute pilot bookings. Supports pulling pilot and atc bookings separately or as a combined hash. [![Build Status](https://secure.travis-ci.org/tarakanbg/vatbook.png?branch=master)](http://travis-ci.org/tarakanbg/vatbook) -[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/tarakanbg/vatbook) -<!-- [![Gemnasium](https://gemnasium.com/tarakanbg/vatbook.png?travis)](https://gemnasium.com/tarakanbg/vatbook) --> +[![Gemnasium](https://gemnasium.com/tarakanbg/vatbook.png?travis)](https://gemnasium.com/tarakanbg/vatbook) +[![Gem Version](https://badge.fury.io/rb/vatbook.png)](http://badge.fury.io/rb/vatbook) +[![Code Climate](https://codeclimate.com/github/tarakanbg/vatbook.png)](https://codeclimate.com/github/tarakanbg/vatbook) ## Installation Add this line to your application's Gemfile: @@ -116,10 +117,16 @@ "LQSB".vatbook(:enroute => false) #=> [pilot1, pilot2, pilot3...] ``` ## Changelog +### v. 0.2 - 28 February 2013 + +* Ruby 2.0 support +* dependencies update +* classes refactored + ### v. 0.1 - 22 October 2012 * Initial release ## Contributing @@ -131,13 +138,13 @@ 5. Make sure all tests pass 6. Create new Pull Request ## Credits -Copyright © 2012 [Svilen Vassilev](http://about.me/svilen) +Copyright © 2013 [Svilen Vassilev](http://svilen.rubystudio.net) -*If you find my work useful or time-saving, you can endorse it or buy me a beer:* +*If you find my work useful or time-saving, you can endorse it or buy me a cup of coffee:* -[![endorse](http://api.coderwall.com/svilenv/endorse.png)](http://coderwall.com/svilenv) +[![endorse](http://api.coderwall.com/svilenv/endorsecount.png)](http://coderwall.com/svilenv) [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5FR7AQA4PLD8A) -Released under the [MIT LICENSE](https://github.com/tarakanbg/vatbook/blob/master/LICENSE.txt) +Released under the [MIT LICENSE](https://github.com/tarakanbg/vatbook/blob/master/LICENSE)