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:
parent
a9629ba578
commit
3f248971fd
2 changed files with 3 additions and 10 deletions
|
@ -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
|
exposing their internal structure with proper indentation. Rails ActiveRecord
|
||||||
objects and usage within Rails templates are supported via included mixins.
|
objects and usage within Rails templates are supported via included mixins.
|
||||||
|
|
||||||
__NOTE__: awesome_print v1.2.0 is the last release supporting Ruby versions
|
__NOTE__: awesome_print v1.6.1 is the last release supporting Ruby versions
|
||||||
prior to v1.9.3 and Rails versions prior to v3.0. The upcoming awesome_print
|
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.0 or later.
|
v2.0 will *require* Ruby v1.9.3 or later and Rails v3.2 or later.
|
||||||
|
|
||||||
### Installation ###
|
### Installation ###
|
||||||
# Installing as Ruby gem
|
# Installing as Ruby gem
|
||||||
|
|
|
@ -2,13 +2,6 @@
|
||||||
# Running specs from the command line:
|
# Running specs from the command line:
|
||||||
# $ rake spec # Entire spec suite.
|
# $ rake spec # Entire spec suite.
|
||||||
# $ rspec spec/objects_spec.rb # Individual spec file.
|
# $ 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'
|
require 'codeclimate-test-reporter'
|
||||||
CodeClimate::TestReporter.start
|
CodeClimate::TestReporter.start
|
||||||
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||||
|
|
Loading…
Reference in a new issue