skeleton_rails 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.
data/Gemfile.lock
CHANGED
@@ -19,22 +19,22 @@
|
|
19
19
|
================================================== -->
|
20
20
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
21
21
|
|
22
|
-
<% if ((Rails.version =~ /^3\.0/) != nil) %>
|
23
|
-
|
24
|
-
<!-- CSS
|
25
|
-
================================================== -->
|
26
|
-
<link rel="stylesheet" href="stylesheets/base.css">
|
27
|
-
<link rel="stylesheet" href="stylesheets/skeleton.css">
|
28
|
-
<link rel="stylesheet" href="stylesheets/layout.css">
|
29
|
-
<% end %>
|
30
22
|
<!-- Favicons
|
31
23
|
================================================== -->
|
32
24
|
<link rel="shortcut icon" href="images/favicon.ico">
|
33
25
|
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
34
26
|
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
|
35
27
|
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
|
28
|
+
|
29
|
+
<% if ((Rails.version =~ /^3\.0/) != nil) %>
|
30
|
+
<!-- CSS
|
31
|
+
================================================== -->
|
32
|
+
<%%= stylesheet_link_tag :all %>
|
33
|
+
<%%= javascript_include_tag :defaults %>
|
34
|
+
<% else %>
|
36
35
|
<%%= stylesheet_link_tag "<%= file_name %>" %>
|
37
36
|
<%%= javascript_include_tag "<%= file_name %>" %>
|
37
|
+
<% end %>
|
38
38
|
<%%= csrf_meta_tag %>
|
39
39
|
</head>
|
40
40
|
<body>
|
@@ -20,8 +20,17 @@
|
|
20
20
|
%link{:href => "images/apple-touch-icon.png", :rel => "apple-touch-icon"}
|
21
21
|
%link{:href => "images/apple-touch-icon-72x72.png", :rel => "apple-touch-icon", :sizes => "72x72"}
|
22
22
|
%link{:href => "images/apple-touch-icon-114x114.png", :rel => "apple-touch-icon", :sizes => "114x114"}
|
23
|
+
|
24
|
+
<% if ((Rails.version =~ /^3\.0/) != nil) %>
|
25
|
+
<!-- CSS
|
26
|
+
================================================== -->
|
27
|
+
= stylesheet_link_tag :all
|
28
|
+
= javascript_include_tag :defaults
|
29
|
+
<% else %>
|
23
30
|
= stylesheet_link_tag "<%= file_name %>"
|
24
31
|
= javascript_include_tag "<%= file_name %>"
|
32
|
+
<% end %>
|
33
|
+
|
25
34
|
= csrf_meta_tag
|
26
35
|
%body
|
27
36
|
/ Primary Page Layout
|
@@ -54,8 +63,9 @@
|
|
54
63
|
%h3 Docs & Support
|
55
64
|
%p The easiest way to really get started with Skeleton is to check out the full docs and info at <a href="http://www.getskeleton.com">www.getskeleton.com.</a>. Skeleton is also open-source and has a <a href="https://github.com/dhgamache/skeleton">project on git</a>, so check that out if you want to report bugs or create a pull request. If you have any questions, thoughts, concerns or feedback, please don't hesitate to email me at <a href="mailto:hi@getskeleton.com">hi@getskeleton.com</a>.
|
56
65
|
|
66
|
+
<% if ((Rails.version =~ /^3\.0/) != nil) %>
|
57
67
|
/ JS
|
58
68
|
/ ==================================================
|
59
|
-
%script{ :src => "//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"}
|
60
69
|
%script{ :src => "javascripts/tabs.js"}
|
70
|
+
<% end %>
|
61
71
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: skeleton_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-11-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &2151870160 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.0.0
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2151870160
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: mocha
|
27
|
-
requirement: &
|
27
|
+
requirement: &2151869140 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: 0.10.0
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *2151869140
|
36
36
|
description: Generates a layout based on http://getskeleton.com
|
37
37
|
email: glenn.goodrich@gmail.com
|
38
38
|
executables: []
|