1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Notify about last release that support old rubies and rails

This commit is contained in:
Mauro George 2015-03-18 18:42:06 -03:00
parent a9629ba578
commit 3f248971fd
2 changed files with 3 additions and 10 deletions

View file

@ -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

View file

@ -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__))