RubyApp 0.5.53 → 0.5.54

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.53)
4
+ RubyApp (0.5.54)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -1,7 +1,6 @@
1
1
  :sass
2
2
  /* #{__FILE__}
3
3
  div.overlay
4
- background-color: rgba(0,0,0,0.25)
5
4
  display: none
6
5
  height: 100%
7
6
  left: 0px
@@ -48,8 +48,8 @@
48
48
  else
49
49
  {
50
50
  // RubyApp.log('ENQUEUE RubyApp.showPage("' + id + '", ...)');
51
- $(window).queue( function() {
52
- RubyApp.log('DEQUEUE RubyApp.showPage("' + id + '", ...)');
51
+ //$(window).queue( function() {
52
+ RubyApp.log('EXECUTE RubyApp.showPage("' + id + '", ...)');
53
53
  RubyApp.showWait();
54
54
  request = $.ajax({type:'GET', url:'/' + RubyApp.getData('locale', 'en') + '/elements/' + id + '.html'});
55
55
  request
@@ -64,9 +64,9 @@
64
64
  } )
65
65
  .complete( function() {
66
66
  RubyApp.hideWait();
67
- $(window).dequeue();
67
+ //$(window).dequeue();
68
68
  } );
69
- } );
69
+ //} );
70
70
  }
71
71
  },
72
72
  this.removePage = function(id) {
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.53"
2
+ VERSION = "0.5.54"
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: 97
4
+ hash: 103
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 53
10
- version: 0.5.53
9
+ - 54
10
+ version: 0.5.54
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: 2012-06-26 00:00:00 Z
18
+ date: 2012-06-28 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement