Skip to content

Commit

Permalink
Bumping to version 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Oct 18, 2010
1 parent 652321d commit 3c65260
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Version 2.3.9 - 2010-10-18
===============================================================================

This patch release contains a handful of bugfixes, and ensures:
If hoptoadapp.com is completely unreachable by HTTP, your app is not affected.
Controller method #notify_hoptoad is available in Rails 3. Thanks contributor Kyle Crum!

Chad Pytel (1):
also handle Errno::ECONNREFUSED and other http errors

Jason Morrison (4):
Add gem versions to test suite
Revert "Revert "attempt to debug mail sending on staging""
Adding Heroku notifier readme
gracefully fall back to require 'activesupport' if require 'active_support' fails

Jon Yurek (2):
Bumping version to 2.3.8
Adds builder to the gemspec

Kyle Crum (3):
notify_hoptoad now works in rails 3 controllers
more sane way of testing for rails 3 controller methods
added a scenario for using the notify_hoptoad method within a controller


Version 2.3.7 - 2010-09-15
===============================================================================

Expand Down Expand Up @@ -235,3 +261,4 @@ Nick Quaranto (3):




2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ EOF

File.open(file, "w") do |f|
f.write <<EOF
Version #{version} - #{Date.today}
Version #{version} - #{Time.now}
===============================================================================
#{`git log $(git tag | tail -1)..HEAD | git shortlog`}
Expand Down
2 changes: 1 addition & 1 deletion lib/hoptoad_notifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HoptoadNotifier
VERSION = "2.3.8".freeze
VERSION = "2.3.9".freeze
end

0 comments on commit 3c65260

Please sign in to comment.