rails-boilerplate 0.1.1 → 0.1.2
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/index.html.patch
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
--- html5-boilerplate/index.html 2011-09-
|
2
|
-
+++ lib/generators/boilerplate/install/templates/index.html 2011-09-
|
1
|
+
--- html5-boilerplate/index.html 2011-09-22 15:54:55.849401000 +0200
|
2
|
+
+++ lib/generators/boilerplate/install/templates/index.html 2011-09-22 16:19:57.965401001 +0200
|
3
3
|
@@ -12,7 +12,7 @@
|
4
4
|
More info: h5bp.com/b/378 -->
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<meta name="description" content="">
|
10
10
|
<meta name="author" content="">
|
11
11
|
|
12
|
-
@@ -21,
|
12
|
+
@@ -21,38 +21,21 @@
|
13
13
|
|
14
14
|
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
|
15
15
|
|
@@ -28,35 +28,29 @@
|
|
28
28
|
</head>
|
29
29
|
|
30
30
|
<body>
|
31
|
-
|
32
|
-
- <div id="container">
|
33
|
-
- <header>
|
31
|
+
- <header>
|
34
32
|
-
|
35
|
-
-
|
36
|
-
-
|
33
|
+
- </header>
|
34
|
+
- <div role="main">
|
37
35
|
-
|
38
|
-
-
|
39
|
-
-
|
36
|
+
- </div>
|
37
|
+
- <footer>
|
40
38
|
-
|
41
|
-
-
|
42
|
-
- </div> <!--! end of #container -->
|
39
|
+
- </footer>
|
43
40
|
-
|
44
41
|
+ <%%= yield %>
|
45
42
|
|
46
43
|
<!-- JavaScript at the bottom for fast page loading -->
|
47
|
-
|
44
|
+
-
|
48
45
|
- <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
|
49
|
-
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.
|
50
|
-
- <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.
|
46
|
+
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
|
47
|
+
- <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.4.min.js"><\/script>')</script>
|
51
48
|
-
|
52
49
|
-
|
53
50
|
- <!-- scripts concatenated and minified via build script -->
|
54
51
|
- <script defer src="js/plugins.js"></script>
|
55
52
|
- <script defer src="js/script.js"></script>
|
56
|
-
- <!-- end scripts -->
|
57
|
-
-
|
58
|
-
+ <!-- Removed jQuery logic as jquery-rails is already included by application.js -->
|
59
53
|
+ <%%= javascript_include_tag "application" %>
|
54
|
+
<!-- end scripts -->
|
55
|
+
|
60
56
|
|
61
|
-
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
|
62
|
-
mathiasbynens.be/notes/async-analytics-snippet -->
|
@@ -32,13 +32,12 @@
|
|
32
32
|
</head>
|
33
33
|
|
34
34
|
<body>
|
35
|
-
|
36
35
|
<%%= yield %>
|
37
36
|
|
38
37
|
<!-- JavaScript at the bottom for fast page loading -->
|
39
|
-
|
40
|
-
<!-- Removed jQuery logic as jquery-rails is already included by application.js -->
|
41
38
|
<%%= javascript_include_tag "application" %>
|
39
|
+
<!-- end scripts -->
|
40
|
+
|
42
41
|
|
43
42
|
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
|
44
43
|
mathiasbynens.be/notes/async-analytics-snippet -->
|
@@ -278,7 +278,7 @@ td { vertical-align: top; }
|
|
278
278
|
========================================================================== */
|
279
279
|
|
280
280
|
@media print {
|
281
|
-
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
|
281
|
+
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
|
282
282
|
a, a:visited { text-decoration: underline; }
|
283
283
|
a[href]:after { content: " (" attr(href) ")"; }
|
284
284
|
abbr[title]:after { content: " (" attr(title) ")"; }
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-boilerplate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Christiaan Van den Poel
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-09-
|
19
|
-
default_executable:
|
18
|
+
date: 2011-09-22 00:00:00 Z
|
20
19
|
dependencies: []
|
21
20
|
|
22
21
|
description: HTML5 boilerplate for Rails (>= 3.1)
|
@@ -94,7 +93,6 @@ files:
|
|
94
93
|
- vendor/assets/javascripts/modernizr.js
|
95
94
|
- vendor/assets/javascripts/plugins.js
|
96
95
|
- vendor/assets/stylesheets/reset.css
|
97
|
-
has_rdoc: true
|
98
96
|
homepage: http://github.com/khelben/rails-boilerplate
|
99
97
|
licenses: []
|
100
98
|
|
@@ -124,47 +122,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
122
|
requirements: []
|
125
123
|
|
126
124
|
rubyforge_project: rails-boilerplate
|
127
|
-
rubygems_version: 1.
|
125
|
+
rubygems_version: 1.8.10
|
128
126
|
signing_key:
|
129
127
|
specification_version: 3
|
130
128
|
summary: HTML5 boilerplate for Rails (>= 3.1)
|
131
|
-
test_files:
|
132
|
-
|
133
|
-
- test/dummy/app/controllers/application_controller.rb
|
134
|
-
- test/dummy/app/controllers/home_controller.rb
|
135
|
-
- test/dummy/app/helpers/application_helper.rb
|
136
|
-
- test/dummy/app/views/home/index.html.erb
|
137
|
-
- test/dummy/app/views/layouts/application.html.erb
|
138
|
-
- test/dummy/config.ru
|
139
|
-
- test/dummy/config/application.rb
|
140
|
-
- test/dummy/config/boot.rb
|
141
|
-
- test/dummy/config/database.yml
|
142
|
-
- test/dummy/config/environment.rb
|
143
|
-
- test/dummy/config/environments/development.rb
|
144
|
-
- test/dummy/config/environments/production.rb
|
145
|
-
- test/dummy/config/environments/test.rb
|
146
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
147
|
-
- test/dummy/config/initializers/inflections.rb
|
148
|
-
- test/dummy/config/initializers/mime_types.rb
|
149
|
-
- test/dummy/config/initializers/secret_token.rb
|
150
|
-
- test/dummy/config/initializers/session_store.rb
|
151
|
-
- test/dummy/config/locales/en.yml
|
152
|
-
- test/dummy/config/routes.rb
|
153
|
-
- test/dummy/public/404.html
|
154
|
-
- test/dummy/public/422.html
|
155
|
-
- test/dummy/public/500.html
|
156
|
-
- test/dummy/public/favicon.ico
|
157
|
-
- test/dummy/public/javascripts/application.js
|
158
|
-
- test/dummy/public/javascripts/controls.js
|
159
|
-
- test/dummy/public/javascripts/dragdrop.js
|
160
|
-
- test/dummy/public/javascripts/effects.js
|
161
|
-
- test/dummy/public/javascripts/prototype.js
|
162
|
-
- test/dummy/public/javascripts/rails.js
|
163
|
-
- test/dummy/public/stylesheets/.gitkeep
|
164
|
-
- test/dummy/script/rails
|
165
|
-
- test/generators/fixtures/application.css
|
166
|
-
- test/generators/fixtures/application.js
|
167
|
-
- test/generators/generators_test_helper.rb
|
168
|
-
- test/generators/install_generator_test.rb
|
169
|
-
- test/rails_boilerplate_test.rb
|
170
|
-
- test/test_helper.rb
|
129
|
+
test_files: []
|
130
|
+
|