RubyApp 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.0.19)
4
+ RubyApp (0.0.20)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -15,6 +15,9 @@
15
15
  eval(statement);
16
16
  } );
17
17
  } )
18
+ .error( function(request, message, exception) {
19
+ alert(#{RubyApp::Elements::Base::BasePage.translate.error.to_json});
20
+ } )
18
21
  },
19
22
  this.alert = function(message) {
20
23
  alert(message);
@@ -1,5 +1,8 @@
1
1
  ruby_app:
2
2
  elements:
3
+ base:
4
+ base_page:
5
+ error: An error occurred sending the event. Refresh the page and try again.,
3
6
  dialogs:
4
7
  base:
5
8
  base_close_dialog:
@@ -22,8 +25,6 @@ ruby_app:
22
25
  back: Back
23
26
  back_button:
24
27
  body: Back
25
- page:
26
- quit: Quit
27
28
  pages:
28
29
  base:
29
30
  base_blank_page:
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.19"
2
+ VERSION = "0.0.20"
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: 57
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 19
10
- version: 0.0.19
9
+ - 20
10
+ version: 0.0.20
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-12-07 00:00:00 Z
18
+ date: 2011-12-08 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement