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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b285b56c91231e905c4520e8d678e0b7bce88f0787c7d48eae0b08fd2854f4a
4
- data.tar.gz: c4b1a8742e18e69807a6f01db715d32e0abd687b73a45b59e2b4677008ff9e8b
3
+ metadata.gz: cc1ca0479d1cc2c2b4c917788722bdf8f221377602996caf4934a18cfe739c04
4
+ data.tar.gz: a06a0725cc73bc9b8cffdfedb943005af31fc42704733ab8f174ee5f6233ad49
5
5
  SHA512:
6
- metadata.gz: 5329212d23882891c6292ffd3d7af21cdf0ce082beb7c61286f962b9b8de5eb7f260a86e180c48ae7fff0fcf05afb05298d18ebeaf26f51d0ea6719ab871abe6
7
- data.tar.gz: b25968525018acbf8a46b658331f37f1ad9dfdd75b49f3409db3dba0251c518f408ffd86ed971c9ae60bea7a992d54f2f32c67db69067c216aa56e01c773c22e
6
+ metadata.gz: e6c4158c6470c025c8e8a2782d494e02c7bb61230b2367ef0c4d31d4c2a31d11ba751bc1a294faaf1d5d9df9ddda41991d0dabb1d6a53d267f89e850b9d0e059
7
+ data.tar.gz: e35441b288e4ed9063c81611a3f14b5d2f59b98adabe96b4b466f41b634e3d8a7b881d3fce019c4cc33751a41aecb216b47acb5cd5501139bc5459524c7bd867
@@ -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
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.9
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