Skip to content

Commit

Permalink
updated description and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Oct 15, 2010
1 parent b0bcdb8 commit 116037c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,8 +5,8 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "exceptionist"
gem.summary = %Q{Ask Rails application to crash}
gem.description = %Q{Ask Rails application to crash}
gem.summary = %Q{Force your Rails 3 application to crash}
gem.description = %Q{Request a certain HTTP status code to be returned}
gem.email = "boettger@mt7.de"
gem.homepage = "http://github.com/alto/exceptionist"
gem.authors = ["alto"]
Expand Down
4 changes: 2 additions & 2 deletions exceptionist.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["alto"]
s.date = %q{2010-10-15}
s.description = %q{Ask Rails application to crash}
s.description = %q{Request a certain HTTP status code to be returned}
s.email = %q{boettger@mt7.de}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Ask Rails application to crash}
s.summary = %q{Force your Rails 3 application to crash}
s.test_files = [
"test/fire_controller_test.rb",
"test/helper.rb"
Expand Down

0 comments on commit 116037c

Please sign in to comment.