rails-boilerplate 0.1.8 → 0.1.9
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.
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<!-- Initializes the modernizr and actually perform the checks. Enable this
|
|
33
33
|
if you need the modernizr, but remember to only do the actual checks
|
|
34
34
|
that you need. -->
|
|
35
|
-
|
|
35
|
+
<#%= javascript_tag "Modernizr.load();" %>
|
|
36
36
|
</head>
|
|
37
37
|
<body>
|
|
38
38
|
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-boilerplate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-04-
|
|
12
|
+
date: 2012-04-29 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: HTML5 boilerplate for Rails (>= 3.1)
|
|
15
15
|
email:
|
|
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
version: '0'
|
|
99
99
|
segments:
|
|
100
100
|
- 0
|
|
101
|
-
hash: -
|
|
101
|
+
hash: -301986744588175941
|
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
none: false
|
|
104
104
|
requirements:
|
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
version: '0'
|
|
108
108
|
segments:
|
|
109
109
|
- 0
|
|
110
|
-
hash: -
|
|
110
|
+
hash: -301986744588175941
|
|
111
111
|
requirements: []
|
|
112
112
|
rubyforge_project: rails-boilerplate
|
|
113
113
|
rubygems_version: 1.8.10
|