html5-boilerplate 0.2.3 → 0.2.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -3,7 +3,7 @@ $base-font-size: 13px !default;
3
3
  $base-line-height: 1.231 !default;
4
4
 
5
5
  //
6
- // fonts.css from the YUI Library: developer.yahoo.com/yui/fonts
6
+ // fonts.css from the YUI Library: developer.yahoo.com/yui/
7
7
  //
8
8
  // There are three custom edits:
9
9
  // * remove arial, helvetica from explicit font stack
@@ -9,7 +9,7 @@
9
9
 
10
10
  -# fall back to local jQuery if necessary
11
11
  :javascript
12
- !window.jQuery && document.write('#{ escape_javascript(javascript_include_tag "jquery-1.4.2.min") }')
12
+ !window.jQuery && document.write(unescape('%3Cscript src="/javascripts/jquery-1.4.2.min.js"%3E%3C/script%3E'))
13
13
 
14
14
  = javascript_include_tag 'rails', 'plugins', 'application'
15
15
 
@@ -20,8 +20,6 @@
20
20
  # Because X-UA-Compatible isn't sent to non-IE (to save header bytes),
21
21
  # We need to inform proxies that content changes based on UA
22
22
  Header append Vary User-Agent
23
- # Ensure proxy caching, since gzip is accept-encoding dependent.
24
- Header append Vary Accept-Encoding
25
23
  # Cache control is set only if mod_headers is enabled, so that's unncessary to declare
26
24
  </IfModule>
27
25
 
@@ -90,8 +88,8 @@ AddType text/x-component htc
90
88
  <IfModule mod_deflate.c>
91
89
 
92
90
  # html, txt, css, js, json, xml, htc:
93
- AddOutputFilter DEFLATE text/html text/plain text/css text/javascript application/javascript application/json
94
- AddOutputFilter DEFLATE text/xml application/xml text/x-component
91
+ AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript application/javascript application/json
92
+ AddOutputFilterByType DEFLATE text/xml application/xml text/x-component
95
93
 
96
94
  # webfonts and svg:
97
95
  <FilesMatch "\.(ttf|otf|eot|svg)$" >
@@ -46,7 +46,7 @@
46
46
  Grab Google CDN's jQuery. fall back to local if necessary
47
47
  %script{ :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" }
48
48
  :javascript
49
- !window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')
49
+ !window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.4.2.min.js"%3E%3C/script%3E'))
50
50
 
51
51
  %script{ :src => "js/plugins.js?v=1" }
52
52
  %script{ :src => "js/script.js?v=1" }
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- })(window.jQuery);
15
+ })(this.jQuery);
16
16
 
17
17
 
18
18
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Peter Gumeson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-09-27 00:00:00 -07:00
17
+ date: 2010-10-08 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency