quietbacktrace 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +4 -0
- data/Rakefile +1 -1
- data/lib/quietbacktrace.rb +2 -2
- data/test/quiet_backtrace_test.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/Rakefile
CHANGED
data/lib/quietbacktrace.rb
CHANGED
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
# Copyright (c) 2007 Dan Croak, thoughtbot, inc., released under the MIT license
|
|
83
83
|
|
|
84
84
|
require 'test/unit'
|
|
85
|
-
require '
|
|
86
|
-
require '
|
|
85
|
+
require File.expand_path(File.dirname(__FILE__) + '/attribute_accessors')
|
|
86
|
+
require File.expand_path(File.dirname(__FILE__) + '/aliasing')
|
|
87
87
|
|
|
88
88
|
module QuietBacktrace # :nodoc: all
|
|
89
89
|
module BacktraceFilter
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: quietbacktrace
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.0.
|
|
6
|
+
version: 0.0.9
|
|
7
7
|
date: 2007-12-03 00:00:00 -05:00
|
|
8
8
|
summary: quiet_backtrace suppresses the noise in your Test::Unit backtrace. It also provides hooks for you to add additional filters.
|
|
9
9
|
require_paths:
|