ghp-bootstrap 0.0.3 → 0.0.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 +1 -1
- data/layouts/default.erb +16 -0
- metadata +4 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.4
|
data/layouts/default.erb
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
-----
|
|
2
|
+
filter: erb
|
|
3
|
+
-----
|
|
4
|
+
<!DOCTYPE html>
|
|
5
|
+
<html>
|
|
6
|
+
<head>
|
|
7
|
+
<link href="css/bootstrap-min.css" rel="stylesheet" media="screen">
|
|
8
|
+
<link href="css/application.css" rel="stylesheet" media="screen">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<%= yield %>
|
|
12
|
+
<script src="js/jquery.js"></script>
|
|
13
|
+
<script src="js/bootstrap-min.js"></script>
|
|
14
|
+
<script src="js/application.js></script>
|
|
15
|
+
</body>
|
|
16
|
+
</html>
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ghp-bootstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -45,6 +45,7 @@ files:
|
|
|
45
45
|
- content/js/bootstrap-min.js
|
|
46
46
|
- content/js/bootstrap.js
|
|
47
47
|
- content/js/jquery.js
|
|
48
|
+
- layouts/default.erb
|
|
48
49
|
has_rdoc: true
|
|
49
50
|
homepage: https://github.com/destructuring/ghp-bootstrap
|
|
50
51
|
licenses: []
|