o2webappizer 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d99640247d93c260ca512c2912da9e05ebf8a15
4
- data.tar.gz: c4b10eafe8e8fd643f8ad71d13029ee5680d12a1
3
+ metadata.gz: 1b9dafd5290463d2777e6920d037b9baf671a942
4
+ data.tar.gz: 7f1bbf6c0dbdb750328e4f8907c9a7ad1f27b59a
5
5
  SHA512:
6
- metadata.gz: 1527f0af4281503d4e00b0b28d3d70df407a62bb4cebe38d4e21defddf22aeb79646fb0ef2460bed2ead2738b8f0b8efe332b6bcbf574b46d3bd647eb2f25a5f
7
- data.tar.gz: 10d2608ced424b2618c66d44efaf114d4ad78e82c1e453c12aaefc4118c25e7640d59aea91ecc5832030bc645ba4bbc64ed1d54d23f6988bf34ce35cea728a26
6
+ metadata.gz: 8c5930e4b80020e1c814509fd588e2433c480b04074f6d5a4865f69c2fcef82ef5dba731f11ef77cdcaa771a261811ec193b16c02a8ff55599f0daa3ef6c660e
7
+ data.tar.gz: 0abcdc9629909543a1893ddadb7da65d9341a2ba483fc219cad82e9dd15a132803196b6107ca5eff67d7dec16265bf724bb4f416519bde494d477209ee2e7902
@@ -1,5 +1,5 @@
1
1
  module O2webappizer
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
4
  RAILS_VERSION = "4.2"
5
5
  end
@@ -1,27 +1,27 @@
1
1
  <!DOCTYPE html>
2
- <!--[if lt IE 7 ]> <html class="ie ie6" lang="<%= I18n.locale %>"> <![endif]-->
3
- <!--[if IE 7 ]> <html class="ie ie7" lang="<%= I18n.locale %>"> <![endif]-->
4
- <!--[if IE 8 ]> <html class="ie ie8" lang="<%= I18n.locale %>"> <![endif]-->
5
- <!--[if IE 9 ]> <html class="ie ie9" lang="<%= I18n.locale %>"> <![endif]-->
6
- <!--[if gt IE 9]><!--><html lang="<%%= I18n.locale %%>"><!--<![endif]-->
2
+ <!--[if lt IE 7 ]> <html class="ie ie6" lang="<%%= I18n.locale %>"> <![endif]-->
3
+ <!--[if IE 7 ]> <html class="ie ie7" lang="<%%= I18n.locale %>"> <![endif]-->
4
+ <!--[if IE 8 ]> <html class="ie ie8" lang="<%%= I18n.locale %>"> <![endif]-->
5
+ <!--[if IE 9 ]> <html class="ie ie9" lang="<%%= I18n.locale %>"> <![endif]-->
6
+ <!--[if gt IE 9]><!--><html lang="<%%= I18n.locale %>"><!--<![endif]-->
7
7
  <head>
8
- <title><%%= cms_title '<%= camelized %>' %%></title>
9
- <%%= cms_meta_data_tags %%>
10
- <%%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %%>
11
- <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %%>
12
- <%%= csrf_meta_tags %%>
8
+ <title><%%= cms_title '<%= camelized %>' %></title>
9
+ <%%= cms_meta_data_tags %>
10
+ <%%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
11
+ <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
12
+ <%%= csrf_meta_tags %>
13
13
  </head>
14
- <body class="<%%= cms_body_class %%>">
14
+ <body class="<%%= cms_body_class %>">
15
15
 
16
- <%%= cms_flash_messages %%>
16
+ <%%= cms_flash_messages %>
17
17
  <div>
18
- <%%= cms_locale_selector %%>
18
+ <%%= cms_locale_selector %>
19
19
  </div>
20
20
  <div>
21
- <%%= cms_link_to_edit_mode %%>
21
+ <%%= cms_link_to_edit_mode %>
22
22
  </div>
23
23
 
24
- <%%= yield %%>
24
+ <%%= yield %>
25
25
 
26
26
  </body>
27
27
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: o2webappizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrice Lebel