bootsaas 0.0.7 → 0.0.8
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9896d4551beaf23db8b18b23b65b3e378dcbec3a
|
|
4
|
+
data.tar.gz: a83c9c1f0fe12a42c7d21ffa728a6d26a923b132
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f6ab160c19c6514ffa9a7e9523771c6f4615fa45a4cf14dbef7933ef3b6eda83f1cb1ee7fb0f20e488ee8bdca2a93bc23822d4ca6db8bb5b0655158eec3dd86
|
|
7
|
+
data.tar.gz: a07ff0b11d8b59d1758403467927965a5608c0057106ded26fa0183064b5e080a7f7eab4fe86470cbdd1d52eeeaa396938c46f279a3fffbcd5c3c0a8348a6c94
|
data/lib/bootsaas/version.rb
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!-- Drop your Google Analytics script in here -->
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
2
|
+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
3
|
+
<!--[if lt IE 9]>
|
|
4
|
+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
5
|
+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
6
|
+
<![endif]-->
|
|
@@ -9,12 +9,8 @@
|
|
|
9
9
|
<!--link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"-->
|
|
10
10
|
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<!--[if lt IE 9]>
|
|
15
|
-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
16
|
-
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
17
|
-
<![endif]-->
|
|
12
|
+
<%= render 'layouts/shim' %>
|
|
13
|
+
<%= render 'layouts/analytics' %>
|
|
18
14
|
</head>
|
|
19
15
|
|
|
20
16
|
<body>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootsaas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Spencer Dixon
|
|
@@ -107,6 +107,8 @@ files:
|
|
|
107
107
|
- lib/generators/bootsaas/templates/fonts/glyphicons-halflings-regular.woff
|
|
108
108
|
- lib/generators/bootsaas/templates/fonts/glyphicons-halflings-regular.woff2
|
|
109
109
|
- lib/generators/bootsaas/templates/helpers/static_pages_helper.rb
|
|
110
|
+
- lib/generators/bootsaas/templates/layouts/_analytics.html.erb
|
|
111
|
+
- lib/generators/bootsaas/templates/layouts/_shim.html.erb
|
|
110
112
|
- lib/generators/bootsaas/templates/layouts/pages.html.erb
|
|
111
113
|
- lib/generators/bootsaas/templates/test/controllers/.keep
|
|
112
114
|
- lib/generators/bootsaas/templates/test/controllers/static_pages_controller_test.rb
|