bravissimo 0.0.9 → 0.0.10
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 +4 -4
- data/_includes/footer.html +2 -2
- data/{js → assets/js}/bootstrap.js +0 -0
- data/{js → assets/js}/jquery.js +0 -0
- data/{js → assets/js}/jquery.timeago.js +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc1ca0479d1cc2c2b4c917788722bdf8f221377602996caf4934a18cfe739c04
|
4
|
+
data.tar.gz: a06a0725cc73bc9b8cffdfedb943005af31fc42704733ab8f174ee5f6233ad49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6c4158c6470c025c8e8a2782d494e02c7bb61230b2367ef0c4d31d4c2a31d11ba751bc1a294faaf1d5d9df9ddda41991d0dabb1d6a53d267f89e850b9d0e059
|
7
|
+
data.tar.gz: e35441b288e4ed9063c81611a3f14b5d2f59b98adabe96b4b466f41b634e3d8a7b881d3fce019c4cc33751a41aecb216b47acb5cd5501139bc5459524c7bd867
|
data/_includes/footer.html
CHANGED
@@ -11,8 +11,8 @@
|
|
11
11
|
</div>
|
12
12
|
</footer>
|
13
13
|
|
14
|
-
<script src="/js/jquery.js"></script>
|
15
|
-
<script src="/js/bootstrap.js"></script>
|
14
|
+
<script src="/assets/js/jquery.js"></script>
|
15
|
+
<script src="/assets/js/bootstrap.js"></script>
|
16
16
|
{% for js_name in page.extra_js %}
|
17
17
|
<script src="{{ js_name }}"></script>
|
18
18
|
{% endfor %}
|
File without changes
|
data/{js → assets/js}/jquery.js
RENAMED
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bravissimo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gunther Cox
|
@@ -136,10 +136,10 @@ files:
|
|
136
136
|
- assets/fonts/fontawesome-webfont.ttf
|
137
137
|
- assets/fonts/fontawesome-webfont.woff
|
138
138
|
- assets/fonts/fontawesome-webfont.woff2
|
139
|
+
- assets/js/bootstrap.js
|
140
|
+
- assets/js/jquery.js
|
141
|
+
- assets/js/jquery.timeago.js
|
139
142
|
- css/bootstrap-theme.css
|
140
|
-
- js/bootstrap.js
|
141
|
-
- js/jquery.js
|
142
|
-
- js/jquery.timeago.js
|
143
143
|
homepage: https://github.com/gunthercox/bravissimo
|
144
144
|
licenses:
|
145
145
|
- MIT
|