public
Rubygem
Description: Suppresses the noise in your Test::Unit backtraces
Homepage: http://www.thoughtbot.com/projects/quietbacktrace
Clone URL: git://github.com/thoughtbot/quietbacktrace.git
dont include the gemspec in the gem
mjankowski (author)
Thu Oct 02 11:17:32 -0700 2008
commit  ae1870ec378b033ef11ca2f6671eaaf791add1e8
tree    4d1d7d9d3ed237e5dc435065a8fc11d547b9cc11
parent  6e144fbbc3c85604508c6e8eecd1b15d9c2a365c
...
6
7
8
9
 
10
11
...
6
7
8
 
9
10
11
0
@@ -6,6 +6,6 @@ Gem::Specification.new do |s|
0
   s.homepage = "http://github.com/thoughtbot/quietbacktrace"
0
   s.summary = "Quiet Backtrace suppresses the noise in your Test::Unit backtrace."
0
   s.description = "Quiet Backtrace suppresses the noise in your Test::Unit backtrace. It also provides hooks for you to add additional silencers and filters."
0
- s.files = ["README.markdown", "quietbacktrace.gemspec", "lib/quietbacktrace.rb", "MIT-LICENSE"]
0
+ s.files = ["README.markdown", "lib/quietbacktrace.rb", "MIT-LICENSE"]
0
   s.authors = ["thoughtbot, inc.", "Dan Croak", "James Golick"]
0
 end

Comments

    No one has commented yet.