RubyApp 0.6.57 → 0.6.58

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,8 +24,9 @@
24
24
  'content' => RubyApp::Language.locale.code}
25
25
  %meta{'name' => 'error_message',
26
26
  'content' => RubyApp::Elements::Mobile::Document.translate.error_message}
27
-
27
+ = yield :head
28
28
  %body
29
29
  - self.pages.reverse.each do |page|
30
30
  = page.render(:html)
31
31
  %div.overlay
32
+ = yield :body
@@ -5,5 +5,6 @@
5
5
  %head
6
6
  %style{:type => 'text/css'}
7
7
  = self.render(:css)
8
+ = yield :head
8
9
  %body
9
- = yield :document
10
+ = yield :body
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.6.57"
2
+ VERSION = "0.6.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: 117
4
+ hash: 115
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 57
10
- version: 0.6.57
9
+ - 58
10
+ version: 0.6.58
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: 2013-02-02 00:00:00 Z
18
+ date: 2013-02-04 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement