Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
bumping gem to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Jun 26, 2009
1 parent cb8e610 commit 95332f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ end

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "quietbacktrace"
gem_spec.version = "1.1.6"
gem_spec.version = "1.1.7"
gem_spec.summary = "Suppresses the noise in your Test::Unit backtraces."
gem_spec.email = "support@thoughtbot.com"
gem_spec.homepage = "http://github.com/thoughtbot/quietbacktrace"
Expand Down
12 changes: 7 additions & 5 deletions quietbacktrace.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: quietbacktrace
version: !ruby/object:Gem::Version
version: 1.1.6
version: 1.1.7
platform: ruby
authors:
- thoughtbot, inc.
Expand All @@ -14,7 +14,7 @@ autorequire:
bindir: bin
cert_chain: []

date: 2009-03-01 00:00:00 -05:00
date: 2009-06-26 00:00:00 -04:00
default_executable:
dependencies: []

Expand All @@ -32,8 +32,10 @@ files:
- README.markdown
- lib/backtrace_cleaner.rb
- lib/quietbacktrace.rb
has_rdoc: false
has_rdoc: true
homepage: http://github.com/thoughtbot/quietbacktrace
licenses: []

post_install_message:
rdoc_options: []

Expand All @@ -54,9 +56,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
requirements: []

rubyforge_project:
rubygems_version: 1.3.1
rubygems_version: 1.3.4
signing_key:
specification_version: 2
specification_version: 3
summary: Suppresses the noise in your Test::Unit backtraces.
test_files: []

0 comments on commit 95332f4

Please sign in to comment.