From 1d85404408dc26dd396a83456f87e186ad633681 Mon Sep 17 00:00:00 2001 From: David Czarnecki Date: Fri, 2 Sep 2011 17:40:58 -0400 Subject: [PATCH] Version bump because of Mongoid error fix. Updating README. Updating gemspec with authors and e-mails. --- README.rdoc | 4 ++++ Rakefile | 4 ++-- VERSION | 2 +- errship.gemspec | 12 ++++++------ 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.rdoc b/README.rdoc index ac2b68a..8f1abfa 100644 --- a/README.rdoc +++ b/README.rdoc @@ -90,6 +90,10 @@ The following methods are provided: If Airbrake is installed, every rescuer will report the exception, except for 404. == Changelog +2.0.1 + - Added tests for ActiveRecord, Mongoid and MongoMapper rescuers + - Fixed Mongoid module + 2.0.0 - Breaks out ORM error handling into submodules. Not backwards compatible. diff --git a/Rakefile b/Rakefile index 903ac53..807216e 100644 --- a/Rakefile +++ b/Rakefile @@ -19,8 +19,8 @@ Jeweler::Tasks.new do |gem| gem.license = "MIT" gem.summary = %Q{Errship is a Rails 3.1 engine for rendering error pages inside your layout.} gem.description = %Q{Errship is a Rails 3.1 engine for rendering error pages inside your layout. It supports i18n, custom exceptions, and Airbrake (Hoptoad) error tracking.} - gem.email = "lkoester@agoragames.com" - gem.authors = ["Logan Koester"] + gem.email = ["lkoester@agoragames.com", "mwilson@agoragames.com", "dczarnecki@agoragames.com"] + gem.authors = ["Logan Koester", "Matthew Wilson", "David Czarnecki"] gem.files = Dir["{lib}/**/*", "{app}/**/*", "{config}/**/*", "{public}/**/*"] # dependencies defined in Gemfile end diff --git a/VERSION b/VERSION index 359a5b9..10bf840 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/errship.gemspec b/errship.gemspec index abc1e88..ce921e7 100644 --- a/errship.gemspec +++ b/errship.gemspec @@ -5,13 +5,13 @@ Gem::Specification.new do |s| s.name = %q{errship} - s.version = "2.0.0" + s.version = "2.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Logan Koester"] + s.authors = [%q{Logan Koester}, %q{Matthew Wilson}, %q{David Czarnecki}] s.date = %q{2011-09-02} s.description = %q{Errship is a Rails 3.1 engine for rendering error pages inside your layout. It supports i18n, custom exceptions, and Airbrake (Hoptoad) error tracking.} - s.email = %q{lkoester@agoragames.com} + s.email = [%q{lkoester@agoragames.com}, %q{mwilson@agoragames.com}, %q{dczarnecki@agoragames.com}] s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -28,9 +28,9 @@ Gem::Specification.new do |s| "lib/rescuers/mongoid.rb" ] s.homepage = %q{http://github.com/logankoester/errship} - s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.2} + s.licenses = [%q{MIT}] + s.require_paths = [%q{lib}] + s.rubygems_version = %q{1.8.6} s.summary = %q{Errship is a Rails 3.1 engine for rendering error pages inside your layout.} if s.respond_to? :specification_version then