quietbacktrace 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,5 +1,9 @@
1
1
  == 0.0.2 / 2007-12-03
2
2
 
3
+ * Trying to get RDoc with Allison template showing on home page
4
+
5
+ == 0.0.2 / 2007-12-03
6
+
3
7
  * Cleaned up README
4
8
 
5
9
  == 0.0.1 / 2007-12-03
data/README.txt CHANGED
@@ -53,7 +53,6 @@ down to the individual test.
53
53
 
54
54
  * mailing list: http://groups.google.com/group/quiet_backtrace
55
55
  * project site: http://rubyforge.org/projects/quietbacktrace
56
- * svn repo: https://svn.thoughtbot.com/gems/quiet_backtrace
57
56
 
58
57
  == Authors
59
58
 
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
  require 'hoe'
5
5
  require './lib/quiet_backtrace.rb'
6
6
 
7
- Hoe.new('quietbacktrace', '0.0.2') do |p|
7
+ Hoe.new('quietbacktrace', '0.0.3') do |p|
8
8
  p.rubyforge_name = 'quietbacktrace'
9
9
  p.author = 'Dan Croak'
10
10
  p.email = 'dcroak@thoughtbot.com'
@@ -15,7 +15,7 @@ Hoe.new('quietbacktrace', '0.0.2') do |p|
15
15
  p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
16
16
  p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
17
17
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
18
- p.remote_rdoc_dir = '' # Release to root
18
+ p.remote_rdoc_dir = 'doc' # Release to root
19
19
  end
20
20
 
21
21
  # vim: syntax=Ruby
@@ -53,7 +53,6 @@
53
53
  #
54
54
  # * mailing list: http://groups.google.com/group/quiet_backtrace
55
55
  # * project site: http://rubyforge.org/projects/quietbacktrace
56
- # * svn repo: https://svn.thoughtbot.com/gems/quiet_backtrace
57
56
  #
58
57
  # == Authors
59
58
  #
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.2
6
+ version: 0.0.3
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: