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

0.4.0 is almost there...

This commit is contained in:
Mike Dvorkin 2011-05-13 15:14:34 -07:00
parent 757227bd9f
commit 7202362241
3 changed files with 1 additions and 8 deletions

View file

@ -1,3 +0,0 @@
infinity_test do
use :test_framework => :rspec
end

View file

@ -1 +1 @@
require File.join(File.dirname(__FILE__), "lib", "ap") require File.join(File.dirname(__FILE__), "lib", "awesome_print")

View file

@ -6,8 +6,4 @@
# #
# Load awesome_print when installed as Rails 2.3.x plugin. # Load awesome_print when installed as Rails 2.3.x plugin.
# #
# NOTE: After Rails 2.3.x console loads awesome_print/lib/ap.rb it attempts
# to load this file as well. Make sure to check whether the awesome_print
# is already loaded to avoid Ruby stack overflow when extending core classes.
#
require File.join(File.dirname(__FILE__), "..", "init") unless defined?(AwesomePrint) require File.join(File.dirname(__FILE__), "..", "init") unless defined?(AwesomePrint)