rail_pass 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/generators/templates/app/assets/stylesheets/application.css.scss +0 -1
- data/lib/generators/templates/app/assets/stylesheets/base/_settings.scss +1 -0
- data/lib/generators/templates/app/views/layouts/application.html.haml +6 -6
- data/lib/rail_pass/version.rb +1 -1
- metadata +2 -3
- data/lib/generators/templates/app/assets/stylesheets/layout/_settings.scss +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$page-gutter: 1em;
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
%meta{:'http-equiv' => "X-UA-Compatible", content: "chrome=1"}
|
|
34
34
|
|
|
35
35
|
-# koko wa fav and touch icons (reside in the /public folder), plus iOS meta
|
|
36
|
-
/ %link{rel: "shortcut icon", href: "#{root_url}
|
|
37
|
-
/ %link{rel: "apple-touch-icon", href: "#{root_url}
|
|
38
|
-
/ %link{rel: "apple-touch-icon-precomposed", sizes: "72x72", href: "#{root_url}
|
|
39
|
-
/ %link{rel: "apple-touch-icon-precomposed", sizes: "114x114", href: "#{root_url}
|
|
40
|
-
/ %link{rel: "apple-touch-icon-precomposed", sizes: "144x144", href: "#{root_url}
|
|
36
|
+
/ %link{rel: "shortcut icon", href: "#{root_url}favicon.ico"}
|
|
37
|
+
/ %link{rel: "apple-touch-icon", href: "#{root_url}apple-touch-icon-57x57-precomposed.png"}
|
|
38
|
+
/ %link{rel: "apple-touch-icon-precomposed", sizes: "72x72", href: "#{root_url}apple-touch-icon-72x72-precomposed.png"}
|
|
39
|
+
/ %link{rel: "apple-touch-icon-precomposed", sizes: "114x114", href: "#{root_url}apple-touch-icon-114x114-precomposed.png"}
|
|
40
|
+
/ %link{rel: "apple-touch-icon-precomposed", sizes: "144x144", href: "#{root_url}apple-touch-icon-144x144-precomposed.png"}
|
|
41
41
|
/ %meta{name: "msapplication-TileColor", content: "#ffffff"}
|
|
42
|
-
/ %meta{name: "msapplication-TileImage", content: "#{root_url}
|
|
42
|
+
/ %meta{name: "msapplication-TileImage", content: "#{root_url}windows-icon.png"}
|
|
43
43
|
%meta{name: "viewport", content: "initial-scale=1.0, width=device-width, user-scalable=no, maximum-scale=1.0"}
|
|
44
44
|
%meta{name: "apple-mobile-web-app-capable", content: "yes"}
|
|
45
45
|
%meta{name: "apple-mobile-web-app-status-bar-style", content:"black"}
|
data/lib/rail_pass/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rail_pass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-02
|
|
13
|
+
date: 2013-03-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -58,7 +58,6 @@ files:
|
|
|
58
58
|
- lib/generators/templates/app/assets/stylesheets/layout/_containers.scss
|
|
59
59
|
- lib/generators/templates/app/assets/stylesheets/layout/_footer.scss
|
|
60
60
|
- lib/generators/templates/app/assets/stylesheets/layout/_header.scss
|
|
61
|
-
- lib/generators/templates/app/assets/stylesheets/layout/_settings.scss
|
|
62
61
|
- lib/generators/templates/app/assets/stylesheets/mixins/_ie.scss
|
|
63
62
|
- lib/generators/templates/app/assets/stylesheets/modules/_buttons.scss
|
|
64
63
|
- lib/generators/templates/app/controllers/pages_controller.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
$page-gutter: 1em;
|