songbookize 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Creator/songbook.slim +3 -3
- data/Creator/tv.slim +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c7b7643c87a4960b0008f88e601cfd1912cff5f
|
4
|
+
data.tar.gz: 8c4ac878e9abb873b7dc12813f8ea470964811c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce2e5f32042a1fdf2ed41e61fe560f128739b70ad0aef823c0233357dab52c7efd94a9471d6d25c66f8774078d2d3d51038f88a2a0356b7514242356b5e8b69f
|
7
|
+
data.tar.gz: fdfd57102092a68b2ec4cedbf3011f5c7e551511a5891b6e96e96a80709aea6ad9f757ac483787b7788ec2af434d4e4fe27977bcaa641f1afab1b831f45dbf31
|
data/Creator/songbook.slim
CHANGED
@@ -5,9 +5,9 @@ html
|
|
5
5
|
meta charset="UTF-8"
|
6
6
|
- begin
|
7
7
|
style type="text/css"==open(URI.encode("https://fonts.googleapis.com/css?family=Bitter:400,700|Muli:300,400,i|Montserrat:400,700|Fira+Mono|Junge")).read
|
8
|
-
style type="text/css"==open("
|
9
|
-
style type="text/css"==open("
|
10
|
-
style type="text/css"==open("
|
8
|
+
style type="text/css"==open("https://zachcapalbo.com/stylesheets/legacy.css?1461766679").read
|
9
|
+
style type="text/css"==open("https://zachcapalbo.com/stylesheets/all.css?1461766678").read
|
10
|
+
style type="text/css"==open("https://zachcapalbo.com/stylesheets/fonts.css?1461766677").read
|
11
11
|
- rescue SocketError
|
12
12
|
script src="abcjs_basic_2.3-min.js"
|
13
13
|
script src="abcjs_plugin_2.3-min.js"
|
data/Creator/tv.slim
CHANGED
@@ -5,7 +5,7 @@ html
|
|
5
5
|
meta charset="UTF-8"
|
6
6
|
- begin
|
7
7
|
style type="text/css"==open(URI.encode("https://fonts.googleapis.com/css?family=Bitter:400,700|Muli:300,400,i|Montserrat:400,700|Fira+Mono|Junge")).read
|
8
|
-
style type="text/css"==open("
|
8
|
+
style type="text/css"==open("https://zachcapalbo.com/stylesheets/fonts.css?1461766677").read
|
9
9
|
- rescue SocketError
|
10
10
|
|
11
11
|
sass:
|