README.md in npr-0.1.2 vs README.md in npr-1.1.0

- old
+ new

@@ -1,40 +1,25 @@ # NPR API Ruby Client [![Build Status](https://travis-ci.org/bricker/npr.png)](https://travis-ci.org/bricker/npr) -**NOTE** This gem is a WIP - A simple Ruby client for the [NPR API](http://www.npr.org/api/index). ## Support This gem is tested with these versions (but may work with others): -* Ruby 1.8.7, 1.9.2, 1.9.3, ruby-head +* Ruby 1.9.2, 1.9.3, ruby-head * NPR API version 0.94 ## Dependencies * `faraday >= 0.8.0` (HTTP requests) * `faraday_middleware >= 0.9.0` (response processing) - -**NOTE** If you are running **Ruby < 1.9**, you will have to install -the [json gem](http://rubygems.org/gems/json): - -In your Gemfile: - - gem 'json', '~> 1.7.5' - -From the command line: - - $ gem install json - -Ruby 1.9+ comes with JSON support built-in! ## Installation Add this line to your application's Gemfile: