-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump because of Mongoid error fix. Updating README. Updating …
…gemspec with authors and e-mails.
- Loading branch information
David Czarnecki
committed
Sep 2, 2011
1 parent
60e3680
commit 1d85404
Showing
4 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.0 | ||
2.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 | ||
|