README.rdoc in irbtools-more-1.5.1 vs README.rdoc in irbtools-more-1.5.2

- old
+ new

@@ -19,16 +19,16 @@ # here you can edit which libraries get loaded. See the irbtools README for details. Irbtools.start == Bundler Environments -In the <tt>Gemfile</tt>, you need to add: +In the <tt>Gemfile</tt>, you will need to add: - gem 'irbtools-more', :require => false + gem 'irbtools-more', require: false Another way is to add a {debundle hack}[https://github.com/janlelis/debundle.rb] at the beginning of your <tt>~/.irbrc</tt>. == Copyright -Copyright (c) 2010-2013 Jan Lelis, http://happycode.org. See LICENSE for details. +Copyright (c) 2010-2014 Jan Lelis, http://janlelis.de. See LICENSE for details. == J-_-L