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

Commit

Permalink
getting gem to build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Sep 11, 2008
1 parent d99d8c1 commit 8451372
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quietbacktrace.gemspec
Expand Up @@ -6,9 +6,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/thoughtbot/quietbacktrace"
s.summary = "Quiet Backtrace suppresses the noise in your Test::Unit backtrace."
s.description = "Quiet Backtrace suppresses the noise in your Test::Unit backtrace. It also provides hooks for you to add additional silencers and filters."
s.files = FileList['[A-Z]*', 'lib/**/*.rb', 'test/**/*.rb']
s.require_path = 'lib'
s.test_files = Dir[*['test/**/*_test.rb']]
s.files = ["README.markdown", "quietbacktrace.gemspec", "lib/quietbacktrace.rb", "lib/aliasing.rb", "lib/attribute_accessors.rb", "MIT-LICENSE"]
s.authors = ["thoughtbot, inc.", "Dan Croak", "James Golick"]
s.add_dependency(%q<activesupport>, [">= 1.0"])
end

0 comments on commit 8451372

Please sign in to comment.