RubyApp 0.5.57 → 0.5.58

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.57)
4
+ RubyApp (0.5.58)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -33,7 +33,7 @@ GEM
33
33
  json (1.7.3)
34
34
  mime-types (1.19)
35
35
  numerizer (0.1.1)
36
- r18n-core (0.4.14)
36
+ r18n-core (1.0.0)
37
37
  rack (1.4.1)
38
38
  rake (0.9.2.2)
39
39
  rmagick (2.13.1)
@@ -1,4 +1,8 @@
1
1
  $(document).bind("mobileinit", function() {
2
+ $.mobile.ajaxEnabled = false;
2
3
  $.mobile.defaultDialogTransition = 'none';
3
4
  $.mobile.defaultPageTransition = 'none';
5
+ $.mobile.hashListeningEnabled = false;
6
+ $.mobile.linkBindingEnabled = false;
7
+ $.mobile.pushStateEnabled = false;
4
8
  });
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.57"
2
+ VERSION = "0.5.58"
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: 121
4
+ hash: 127
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 57
10
- version: 0.5.57
9
+ - 58
10
+ version: 0.5.58
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar