README.md in elasticity-2.7 vs README.md in elasticity-3.0

- old
+ new

@@ -1,8 +1,8 @@ [![Gem Version](https://badge.fury.io/rb/elasticity.png)](http://badge.fury.io/rb/elasticity) -**(December 4, 2013)** Taking requests! I have a few ideas for what might be cool features though I'd rather work on what the community wants. Go ahead and file an issue! +**(February 15, 2014)** Taking requests! I have a few ideas for what might be cool features though I'd rather work on what the community wants. Go ahead and file an issue! Elasticity provides programmatic access to Amazon's Elastic Map Reduce service. The aim is to conveniently abstract away the complex EMR REST API and make working with job flows more productive and more enjoyable. [![Build Status](https://secure.travis-ci.org/rslifka/elasticity.png)](http://travis-ci.org/rslifka/elasticity) 1.9.3, 2.0.0 @@ -18,10 +18,10 @@ ``` or in your Gemfile ``` -gem 'elasticity', '~> 2.7' +gem 'elasticity', '~> 3.0' ``` This will ensure that you protect yourself from API changes, which will only be made in major revisions. # Roughly, What Am I Getting Myself Into?