Skip to content

Commit 9f5d915

Browse files
author
Nik Haldimann
committed
Prepare release 0.3.1
Releases support for Rails 5
1 parent 3b7786e commit 9f5d915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Ruby gem is an extension of the [exception_notification gem](http://rubygem
99

1010
If you're using Rails 4.2 or higher, including Rails 5 (or you're not using Rails at all), use the latest version of the gem:
1111

12-
gem 'exception_notification-rake', '~> 0.3.0'
12+
gem 'exception_notification-rake', '~> 0.3.1'
1313

1414
If you're using Rails 4.1.x, use the 0.2.x line of versions:
1515

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ExceptionNotifier
22
class Rake
3-
VERSION = '0.3.1.rc1'
3+
VERSION = '0.3.1'
44
end
55
end

0 commit comments

Comments
 (0)