super_exception_notifier 3.0.15 → 3.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- data.tar.gz: f11c2d8890c2f4cd5c0fd870ca4ffc640b93c097
4
- metadata.gz: d2c182fdd9e25bcfb01955bec9917fb333c36cf4
3
+ metadata.gz: 1f8b0247e2462146eb4b943eb720ec55fcc0e6d4
4
+ data.tar.gz: 5d4c11443936fa2b8edeb83bdd053f0cc73dc87f
5
5
  SHA512:
6
- data.tar.gz: 5e85cd78839812e9f47472d328403366f715b56f0b89f2e99fc1f9c24240cc20d7d69f008b95a3b64ad9862452d7627eb02a5f4914fc5177d20f535beba7d080
7
- metadata.gz: 1268549c3f07fc38c5ce72b4339565814d97c55486e5ae7b537e710f8b6647f4e4256fd412275b5640fe131a9850fe5625c0bfc1326907d380a555ac3b8ed293
6
+ metadata.gz: f05ac1ad139780aff29112bb45bf7e0832a4e2246096555a0bb46df6d286d06769acf8b89a6b3373ddb3b7487536887b39cb439f70f65583e346f5593e93993b
7
+ data.tar.gz: b2e8ee968254fe472cdbea04a617d9790899d5a0dde2547727223f2df540da9773ed6a25cb588d9d83b715cadebadc90df56f72aa3bc6307ca632f2877c76191
@@ -1,3 +1,9 @@
1
+ 2014-01-18 v3.0.16
2
+ - Fixed all the URLs in the Readme.
3
+
4
+ 2014-01-18 v3.0.15
5
+ - Conform to gem-release standard VERSION namespace (SuperExceptionNotifier::VERSION)
6
+
1
7
  2014-01-18 v3.0.14
2
8
  - Fixed Notifiable class by Peter Boling
3
9
  - Fixed ExceptionNotifiable class by Bradford Folkens
data/README.md CHANGED
@@ -8,14 +8,14 @@ The Super Exception Notifier (SEN) gem provides a mailer object and a default se
8
8
  |------------------------ | ----------------- |
9
9
  | gem name | super_exception_notifier |
10
10
  | license | MIT |
11
- | moldiness | [![Maintainer Status](http://stillmaintained.com/pboling/super_exception_notifier.png)](http://stillmaintained.com/pboling/super_exception_notifier) |
11
+ | moldiness | [![Maintainer Status](http://stillmaintained.com/pboling/exception_notification.png)](http://stillmaintained.com/pboling/exception_notification) |
12
12
  | version | [![Gem Version](https://badge.fury.io/rb/super_exception_notifier.png)](http://badge.fury.io/rb/super_exception_notifier) |
13
- | dependencies | [![Dependency Status](https://gemnasium.com/pboling/super_exception_notifier.png)](https://gemnasium.com/pboling/super_exception_notifier) |
14
- | code quality | [![Code Climate](https://codeclimate.com/github/pboling/super_exception_notifier.png)](https://codeclimate.com/github/pboling/super_exception_notifier) |
15
- | continuous integration | [![Build Status](https://secure.travis-ci.org/pboling/super_exception_notifier.png?branch=master)](https://travis-ci.org/pboling/super_exception_notifier) |
16
- | test coverage | [![Coverage Status](https://coveralls.io/repos/pboling/super_exception_notifier/badge.png)](https://coveralls.io/r/pboling/super_exception_notifier) |
17
- | homepage | [https://github.com/pboling/super_exception_notifier][homepage] |
18
- | documentation | [http://rdoc.info/github/pboling/super_exception_notifier/frames][documentation] |
13
+ | dependencies | [![Dependency Status](https://gemnasium.com/pboling/exception_notification.png)](https://gemnasium.com/pboling/exception_notification) |
14
+ | code quality | [![Code Climate](https://codeclimate.com/github/pboling/exception_notification.png)](https://codeclimate.com/github/pboling/exception_notification) |
15
+ | continuous integration | [![Build Status](https://secure.travis-ci.org/pboling/exception_notification.png?branch=master)](https://travis-ci.org/pboling/exception_notification) |
16
+ | test coverage | [![Coverage Status](https://coveralls.io/repos/pboling/exception_notification/badge.png)](https://coveralls.io/r/pboling/exception_notification) |
17
+ | homepage | [https://github.com/pboling/exception_notification][homepage] |
18
+ | documentation | [http://rdoc.info/github/pboling/exception_notification/frames][documentation] |
19
19
  | author | [Peter Boling](https://coderbits.com/pboling) |
20
20
  | Spread ~♡ⓛⓞⓥⓔ♡~ | [![Endorse Me](https://api.coderwall.com/pboling/endorsecount.png)](http://coderwall.com/pboling) |
21
21
 
@@ -141,7 +141,7 @@ There is a lot more you can configure, and do:
141
141
 
142
142
  ## Contributors
143
143
 
144
- See the [Network View](https://github.com/pboling/super_exception_notifier/network) and the [CHANGELOG](https://github.com/pboling/super_exception_notifier/blob/master/CHANGELOG.txt)
144
+ See the [Network View](https://github.com/pboling/exception_notification/network) and the [CHANGELOG](https://github.com/pboling/exception_notification/blob/master/CHANGELOG.txt)
145
145
 
146
146
  ## Contributing
147
147
 
@@ -170,7 +170,7 @@ For example:
170
170
 
171
171
  ## References
172
172
 
173
- * [Source Code](http://github.com/pboling/super_exception_notifier)
173
+ * [Source Code](http://github.com/pboling/exception_notification)
174
174
  * [A fork from the my original source on Google Code](https://github.com/vitaliel/super_exception_notifier)
175
175
  * [The Original Source on Google Code](http://super-exception-notifier.googlecode.com/svn/trunk/super_exception_notifier/)
176
176
  * [Getting it to work on Stack Overflow & my response](http://stackoverflow.com/questions/1738017/getting-super-exception-notifier-to-work)
@@ -185,5 +185,5 @@ For example:
185
185
  [pvc]: http://docs.rubygems.org/read/chapter/16#page74
186
186
  [railsbling]: http://www.railsbling.com
187
187
  [peterboling]: http://www.peterboling.com
188
- [documentation]: http://rdoc.info/github/pboling/super_exception_notifier/frames
189
- [homepage]: https://github.com/pboling/super_exception_notifier
188
+ [documentation]: http://rdoc.info/github/pboling/exception_notification/frames
189
+ [homepage]: https://github.com/pboling/exception_notification
@@ -1,5 +1,5 @@
1
1
  module SuperExceptionNotifier
2
2
 
3
- VERSION = '3.0.15'
3
+ VERSION = '3.0.16'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_exception_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.15
4
+ version: 3.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling