RubyApp 0.0.12 → 0.0.13

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.0.12)
4
+ RubyApp (0.0.13)
5
5
  BlueCloth
6
6
  chronic_duration
7
7
  facets
@@ -4,6 +4,7 @@ module RubyApp
4
4
 
5
5
  module Dialogs
6
6
  require 'ruby_app/elements/dialogs/close_dialog'
7
+ require 'ruby_app/log'
7
8
  require 'ruby_app/session'
8
9
 
9
10
  class ExceptionDialog < RubyApp::Elements::Dialogs::CloseDialog
@@ -19,6 +20,7 @@ module RubyApp
19
20
  begin
20
21
  yield
21
22
  rescue Exception => exception
23
+ RubyApp::Log.exception(exception)
22
24
  RubyApp::Session.show(event, RubyApp::Elements::Dialogs::ExceptionDialog.new(exception))
23
25
  end
24
26
  end
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 13
10
+ version: 0.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-21 00:00:00 Z
18
+ date: 2011-11-22 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement