RubyApp 0.5.45 → 0.5.46

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.5.45)
4
+ RubyApp (0.5.46)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -43,10 +43,10 @@ module RubyApp
43
43
 
44
44
  @metadata.merge!('viewport' => 'width=device-width, initial-scale=1')
45
45
 
46
- @stylesheets.push('http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css')
46
+ @stylesheets.push('http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css')
47
47
 
48
48
  @scripts.push('http://code.jquery.com/jquery-1.7.1.min.js')
49
- @scripts.push('http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js')
49
+ @scripts.push('http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js')
50
50
 
51
51
  end
52
52
 
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.45"
2
+ VERSION = "0.5.46"
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: 81
4
+ hash: 87
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 45
10
- version: 0.5.45
9
+ - 46
10
+ version: 0.5.46
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar