Skip to content

Commit

Permalink
Version bump because of Mongoid error fix. Updating README. Updating …
Browse files Browse the repository at this point in the history
…gemspec with authors and e-mails.
  • Loading branch information
David Czarnecki committed Sep 2, 2011
1 parent 60e3680 commit 1d85404
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
gem.authors = ["Logan Koester"]
gem.email = ["[email protected]", "[email protected]", "[email protected]"]
gem.authors = ["Logan Koester", "Matthew Wilson", "David Czarnecki"]
gem.files = Dir["{lib}/**/*", "{app}/**/*", "{config}/**/*", "{public}/**/*"]
# dependencies defined in Gemfile
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
12 changes: 6 additions & 6 deletions errship.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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{[email protected]}
s.email = [%q{[email protected]}, %q{[email protected]}, %q{[email protected]}]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
Expand All @@ -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
Expand Down

0 comments on commit 1d85404

Please sign in to comment.