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 +4 -4
- data/CHANGELOG.txt +6 -0
- data/README.md +11 -11
- data/lib/super_exception_notifier/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
metadata.gz: 1f8b0247e2462146eb4b943eb720ec55fcc0e6d4
|
|
4
|
+
data.tar.gz: 5d4c11443936fa2b8edeb83bdd053f0cc73dc87f
|
|
5
5
|
SHA512:
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
metadata.gz: f05ac1ad139780aff29112bb45bf7e0832a4e2246096555a0bb46df6d286d06769acf8b89a6b3373ddb3b7487536887b39cb439f70f65583e346f5593e93993b
|
|
7
|
+
data.tar.gz: b2e8ee968254fe472cdbea04a617d9790899d5a0dde2547727223f2df540da9773ed6a25cb588d9d83b715cadebadc90df56f72aa3bc6307ca632f2877c76191
|
data/CHANGELOG.txt
CHANGED
|
@@ -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 | [](http://stillmaintained.com/pboling/exception_notification) |
|
|
12
12
|
| version | [](http://badge.fury.io/rb/super_exception_notifier) |
|
|
13
|
-
| dependencies | [](https://gemnasium.com/pboling/exception_notification) |
|
|
14
|
+
| code quality | [](https://codeclimate.com/github/pboling/exception_notification) |
|
|
15
|
+
| continuous integration | [](https://travis-ci.org/pboling/exception_notification) |
|
|
16
|
+
| test coverage | [](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 ~♡ⓛⓞⓥⓔ♡~ | [](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/
|
|
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/
|
|
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/
|
|
189
|
-
[homepage]: https://github.com/pboling/
|
|
188
|
+
[documentation]: http://rdoc.info/github/pboling/exception_notification/frames
|
|
189
|
+
[homepage]: https://github.com/pboling/exception_notification
|