rail_pass 0.1.3 → 0.1.4

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.
@@ -5,15 +5,15 @@
5
5
  /
6
6
  _
7
7
  _
8
- _ /// /// ..=====..
9
- _ /// /// .:ooooooooooo:.
10
- _ /// /// .ooooooooooooooo.
11
- _ /// /// -ooooooooooooooooo-
12
- _ /// /// -ooooooooooooooooo-
13
- _ /// /// -ooooooooooooooooo-
14
- _ /// /// `ooooooooooooooo'
15
- _ /// /// `:ooooooooooo:'
16
- _ /// /// ''=====''
8
+ _ /// /// ..oOOOo..
9
+ _ /// /// .:OOOOOOOOOOO:.
10
+ _ /// /// .OOOOOOOOOOOOOOO.
11
+ _ /// /// OOOOOOOOOOOOOOOOO
12
+ _ /// /// OOOOOOOOOOOOOOOOO
13
+ _ /// /// OOOOOOOOOOOOOOOOO
14
+ _ /// /// `OOOOOOOOOOOOOOO'
15
+ _ /// /// `:OOOOOOOOOOO:'
16
+ _ /// /// ''*OOO*''
17
17
  _
18
18
  _ Designed & Developed by LaCroix Design Co.
19
19
  _ http://lacroixdesign.net
@@ -25,19 +25,19 @@
25
25
  %meta(charset="utf-8")
26
26
  %title=raw [yield(:title), "FIXME: APPLICATION NAME"].reject(&:blank?).join(' | ')
27
27
 
28
- -# Kore ga general meta
28
+ -# koko wa general meta
29
29
  %meta{name: "description", content: "FIXME: APPLICATION DESCRIPTION"}
30
30
  %meta{name: "author", content: "Michael LaCroix, James LaCroix"}
31
31
  %meta{:'http-equiv' => "X-UA-Compatible", content: "chrome=1"}
32
32
 
33
- -# Kore ga Facebook meta
33
+ -# koko wa Facebook meta
34
34
  / %meta{name: "og:title", content: "#{@fb_title || 'FIXME: APPLICATION NAME'}"}
35
35
  / %meta{name: "og:image", content: ""}
36
36
  / %meta{name: "og:type", content: "website"}
37
37
  / %meta{name: "og:site_name", content: "FIXME: APPLICATION NAME"}
38
38
  / %meta{name: "og:admins", content: ""}
39
39
 
40
- -# Kore ga fav and touch icons (reside in the /public folder), plus iOS meta
40
+ -# koko wa fav and touch icons (reside in the /public folder), plus iOS meta
41
41
  / %link{rel: "shortcut icon", href: "#{root_url}/favicon.png"}
42
42
  / %link{rel: "apple-touch-icon", href: "#{root_url}/apple-touch-icon-57x57-precomposed.png"}
43
43
  / %link{rel: "apple-touch-icon-precomposed", sizes: "72x72", href: "#{root_url}/apple-touch-icon-72x72-precomposed.png"}
@@ -47,20 +47,20 @@
47
47
  %meta{name: "apple-mobile-web-app-capable", content: "yes"}
48
48
  %meta{name: "apple-mobile-web-app-status-bar-style", content:"black"}
49
49
 
50
- -# Kore ga HTML5 shim, for IE6-8 support of HTML elements
50
+ -# koko wa HTML5 shim, for IE6-8 support of HTML elements
51
51
  /[if lt IE 9]
52
52
  = javascript_include_tag "html5"
53
53
 
54
54
  = stylesheet_link_tag "application", media: "all"
55
55
 
56
- -# Kore ga CSS3 polyfill, IE6-8 support of CSS3 pseudo-classes with Selectivizr
56
+ -# koko wa CSS3 polyfill, IE6-8 support of CSS3 pseudo-classes with Selectivizr
57
57
  /[if lt IE 9]
58
58
  = javascript_include_tag "polyfills"
59
59
 
60
60
  = javascript_include_tag "responsive"
61
61
  = csrf_meta_tags
62
62
 
63
- -# Kore ga Typekit -- replace VVVVVVV with the proper kit code
63
+ -# koko wa Typekit -- replace VVVVVVV with the proper kit code
64
64
  / %script{ type: "text/javascript", src: "//use.typekit.net/VVVVVVV.js" }
65
65
  / :javascript
66
66
  / try{Typekit.load();}catch(e){}
@@ -96,11 +96,11 @@
96
96
 
97
97
 
98
98
 
99
- -# Kore ga javascript
99
+ -# koko wa javascript
100
100
  = javascript_include_tag "application"
101
101
 
102
102
 
103
- -# Kore ga Google Analytics -- replace VVVVVVVV-V with the proper code
103
+ -# koko wa Google Analytics -- replace VVVVVVVV-V with the proper code
104
104
  - if Rails.env.production?
105
105
  :javascript
106
106
  var _gaq = _gaq || [];
@@ -117,8 +117,8 @@
117
117
 
118
118
 
119
119
 
120
- -# Kore ga Width Plugin
120
+ -# koko wa Width Plugin
121
121
  - if Rails.env.development?
122
- #lacroixdesign-browserwidth{style: "position:fixed; bottom:0; left:0; background:#555; color:#CCC; font-size:0.75em; padding:0.25em; text-shadow:black 1px 1px 1px; font-weight:normal;"}
122
+ #lacroixdesign-browserwidth{style: "position:fixed; bottom:0; left:0; background:#555; color:#CCC; font-size:0.75em; padding:0.25em; text-shadow: 0 -1px 1px rgba(0,0,0,0.9); font-weight:normal;"}
123
123
  :javascript
124
124
  function showWidth(){var w = $(window).width();$('#dev-browserwidth').text(w);}showWidth();$(window).resize(function(){showWidth();});
@@ -1,3 +1,3 @@
1
1
  module RailPass
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: