README.md in amqp-1.1.0.rc1 vs README.md in amqp-1.1.0
- old
+ new
@@ -6,11 +6,11 @@
* Ruby 2.0
* Ruby 1.9.3
* [JRuby](http://jruby.org)
* [Rubinius](http://rubini.us)
* Ruby 1.9.2
- * Ruby 1.8.7 (*except for p249*, see the FAQ)
+ * Ruby 1.8.7
* [REE](http://www.rubyenterpriseedition.com),
and is licensed under the [Ruby License](http://www.ruby-lang.org/en/LICENSE.txt)
0.8.0 and later versions of amqp gem implement [AMQP 0.9.1](http://www.rabbitmq.com/tutorials/amqp-concepts.html) (see also [AMQP 0.9.1 spec document](http://bit.ly/amqp091spec)) and support [RabbitMQ extensions to AMQP 0.9.1](http://www.rabbitmq.com/extensions.html).
@@ -84,10 +84,10 @@
On Microsoft Windows 7
gem install eventmachine
gem install amqp
-On other OSes or [JRuby](http://jruby.org):
+On other OSes
gem install amqp
### "Hello, World" example