diff --git a/README.md b/README.md index fb2b4e5..e7cf4fa 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Awesome Print is a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins. -__NOTE__: awesome_print v1.2.0 is the last release supporting Ruby versions -prior to v1.9.3 and Rails versions prior to v3.0. The upcoming awesome_print -v2.0 will *require* Ruby v1.9.3 or later and Rails v3.0 or later. +__NOTE__: awesome_print v1.6.1 is the last release supporting Ruby versions +prior to v1.9.3 and Rails versions prior to v3.2. The upcoming awesome_print +v2.0 will *require* Ruby v1.9.3 or later and Rails v3.2 or later. ### Installation ### # Installing as Ruby gem diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 804b5ff..1d983c5 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -2,13 +2,6 @@ # Running specs from the command line: # $ rake spec # Entire spec suite. # $ rspec spec/objects_spec.rb # Individual spec file. -# -# NOTE: To successfully run specs with Ruby 1.8.6 the older versions of -# Bundler and RSpec gems are required: -# -# $ gem install bundler -v=1.0.2 -# $ gem install rspec -v=2.6.0 -# require 'codeclimate-test-reporter' CodeClimate::TestReporter.start $LOAD_PATH.unshift(File.dirname(__FILE__))