RubyApp 0.0.25 → 0.0.26

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.25)
4
+ RubyApp (0.0.26)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -1,7 +1,7 @@
1
1
  /
2
2
  #{__FILE__}
3
3
  !!! 5
4
- %html{attributes.merge(:manifest => '/ruby_app/resources/themes/mobile/base/manifest')}
4
+ %html{attributes.merge(:manifest => '/ruby_app/resources/themes/mobile/base/base_page/manifest')}
5
5
  %head
6
6
  %meta{:name => 'viewport',
7
7
  :content => 'user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0'}
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
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: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 25
10
- version: 0.0.25
9
+ - 26
10
+ version: 0.0.26
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar