merb-exceptions 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb-exceptions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Kent
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-30 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.0.
|
23
|
+
version: 1.0.12
|
24
24
|
version:
|
25
25
|
description: Email and web hook exceptions for Merb.
|
26
26
|
email: andy@new-bamboo.co.uk
|
@@ -35,11 +35,9 @@ files:
|
|
35
35
|
- LICENSE
|
36
36
|
- README.markdown
|
37
37
|
- Rakefile
|
38
|
-
- lib/merb-exceptions
|
39
38
|
- lib/merb-exceptions/default_exception_extensions.rb
|
40
39
|
- lib/merb-exceptions/exceptions_helper.rb
|
41
40
|
- lib/merb-exceptions/notification.rb
|
42
|
-
- lib/merb-exceptions/templates
|
43
41
|
- lib/merb-exceptions/templates/email.erb
|
44
42
|
- lib/merb-exceptions.rb
|
45
43
|
- spec/default_exception_extensions_spec.rb
|
@@ -70,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
68
|
requirements: []
|
71
69
|
|
72
70
|
rubyforge_project:
|
73
|
-
rubygems_version: 1.3.
|
71
|
+
rubygems_version: 1.3.2
|
74
72
|
signing_key:
|
75
73
|
specification_version: 3
|
76
74
|
summary: Email and web hook exceptions for Merb.
|