From 57f355561d27247bcc6a0f5edd087c107d0f1676 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Wed, 17 Dec 2014 11:42:10 +0000 Subject: [PATCH] [Fog 2.0] Update docs re dropping 1.8.7 support --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e8ccfd9b4..c309360a8 100644 --- a/README.md +++ b/README.md @@ -36,28 +36,12 @@ ArgumentError: image_id is required for this operation true ``` -## Ruby 1.8.7 +## Ruby version -The maintainers of this project, in concert with the maintainers of Ruby, -**strongly** recommend using the latest patchlevel of Ruby 1.9.2 or later. -[As of July 1, 2013, Ruby 1.8.7 is no longer officially maintained.][retired] -This means fixes will no longer be provided, even for known security -vulnerabilities. +Fog requires Ruby 1.9 or later. -[retired]: http://www.ruby-lang.org/en/news/2013/06/30/we-retire-1-8-7/ - -With this caveat, if you wish to bundle `fog` into your application on Ruby -1.8.7, you must add the following line to your `Gemfile`. - -```ruby -gem 'nokogiri', '~>1.5.0' -``` - -Also, ensure that you are using LibXML version 2.8.0, since there is an -[issue with LibXML version 2.9.0][issue829] ([and 2.9.1][issue904]). - -[issue829]: https://github.com/sparklemotion/nokogiri/issues/829 -[issue904]: https://github.com/sparklemotion/nokogiri/issues/904 +Ruby 1.8.7 support was dropped in `fog-v2.0.0` as a backwards incompatible +change. Please use the later fog `1.x` versions if you require `1.8.7` support. ## Collections