README.md in rspec-subject-extensions-0.1.0 vs README.md in rspec-subject-extensions-0.2.0

- old
+ new

@@ -1,18 +1,16 @@ -# RSpec Subject Extensions +# RSpec Subject Extensions [![build status](http://travis-ci.org/ZenCocoon/rspec-subject-extensions.png)](http://travis-ci.org/ZenCocoon/rspec-subject-extensions) rspec-subject-extensions adds `each` short-hand to generate a nested example group with a single example that specifies the expected value of each attribute of the subject. -[![build status](http://travis-ci.org/ZenCocoon/rspec-subject-extensions.png)](http://travis-ci.org/ZenCocoon/rspec-subject-extensions) - ## Documentation The [Cucumber features](http://relishapp.com/ZenCocoon/rspec-subject-extensions) are the most comprehensive and up-to-date docs for end-users. -The [RDoc](http://rubydoc.info/gems/rspec-subject-extensions/0.1.0/frames) provides +The [RDoc](http://rubydoc.info/gems/rspec-subject-extensions/0.2.0/frames) provides additional information for contributors and/or extenders. All of the documentation is open source and a work in progress. If you find it lacking or confusing, you can help improve it by submitting requests and patches to the [rspec-subject-extensions issue @@ -20,10 +18,16 @@ ## Install gem install rspec-subject-extensions +## Requirements + + rspec ~> 2.6.0 + i18n >= 0.5.0 + activesupport >= 3.0 + ## Usage ### Each Creates a nested example group named by `each` and the submitted `attribute`, @@ -51,5 +55,9 @@ * [http://github.com/rspec/rspec](http://github.com/rspec/rspec) * [http://github.com/rspec/rspec-core](http://github.com/rspec/rspec-core) * [http://github.com/rspec/rspec-expectations](http://github.com/rspec/rspec-expectations) * [http://github.com/rspec/rspec-mocks](http://github.com/rspec/rspec-mocks) + +## License + +MIT License. Copyright 2011 Sébastien Grosjean, sponsored by [BookingSync, Vacation Rental's Booking Calendar Software](http://www.bookingsync.com)