Skip to content

Commit

Permalink
Merge e09845e into f447a94
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioCristalli committed Apr 18, 2019
2 parents f447a94 + e09845e commit 1d791ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion exception_notification.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'exception_notification/version'

Gem::Specification.new do |s|
s.name = 'exception_notification'
s.version = '4.3.0'
s.version = ExceptionNotification::VERSION
s.authors = ['Jamis Buck', 'Josh Peek']
s.date = '2018-11-22'
s.summary = 'Exception notification for Rails apps'
Expand Down
1 change: 1 addition & 0 deletions lib/exception_notification.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'exception_notifier'
require 'exception_notification/rack'
require 'exception_notification/version'

module ExceptionNotification
# Alternative way to setup ExceptionNotification.
Expand Down
3 changes: 3 additions & 0 deletions lib/exception_notification/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module ExceptionNotification
VERSION = '4.3.0'.freeze
end

0 comments on commit 1d791ee

Please sign in to comment.