jcnetdev-exception_notification 1.0.20080706 → 1.1.20080704

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/exception_notification.gemspec +6 -6
  2. metadata +8 -7
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'exception_notification'
3
- s.version = '1.0.20080706'
4
- s.date = '2008-07-06'
5
-
3
+ s.version = '1.1.20080704'
4
+ s.date = '2008-07-04'
5
+
6
6
  s.summary = "Allows unhandled exceptions to be captured and sent via email"
7
7
  s.description = ""
8
8
 
@@ -10,9 +10,9 @@ Gem::Specification.new do |s|
10
10
  s.email = 'railsjedi@gmail.com'
11
11
  s.homepage = 'http://github.com/jcnetdev/exception_notification'
12
12
 
13
- s.has_rdoc = false
14
- # s.rdoc_options = ["--main", "README"]
15
- #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
13
+ s.has_rdoc = true
14
+ s.rdoc_options = ["--main", "README"]
15
+ s.extra_rdoc_files = ["README"]
16
16
 
17
17
  s.add_dependency 'rails', ['>= 2.1']
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jcnetdev-exception_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20080706
4
+ version: 1.1.20080704
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacques Crocker
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-07-06 00:00:00 -07:00
13
+ date: 2008-07-04 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -28,8 +28,8 @@ executables: []
28
28
 
29
29
  extensions: []
30
30
 
31
- extra_rdoc_files: []
32
-
31
+ extra_rdoc_files:
32
+ - README
33
33
  files:
34
34
  - README
35
35
  - exception_notification.gemspec
@@ -46,11 +46,12 @@ files:
46
46
  - views/exception_notifier/_session.rhtml
47
47
  - views/exception_notifier/_title.rhtml
48
48
  - views/exception_notifier/exception_notification.rhtml
49
- has_rdoc: false
49
+ has_rdoc: true
50
50
  homepage: http://github.com/jcnetdev/exception_notification
51
51
  post_install_message:
52
- rdoc_options: []
53
-
52
+ rdoc_options:
53
+ - --main
54
+ - README
54
55
  require_paths:
55
56
  - lib
56
57
  required_ruby_version: !ruby/object:Gem::Requirement