commentbox 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/commentbox.rb +1 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a43575a5fce78f88644c9bb88e0291a89455ab0431d28ce196fd7c9297817f45
|
4
|
+
data.tar.gz: 4da8a222cdb0bbc9051ac63f42d394754b62d51b1e2582517be3ade0938a7003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3c437d82fe9a730adc67f3c54a67d76dd7dd6cc30851d173d24f725ce16cc33a043b105bbe640033455e916a4ad3596e896198e6e1c46a9867e298d3604fcaa
|
7
|
+
data.tar.gz: 33e51c50a9d063ae040b9071d325e2f32dd1535b19a7266e5af3d25551c3dd00cad85c6f34273e967169e661ad338a7aca047d4e576c3cbf2d35d81957972e95
|
data/lib/commentbox.rb
CHANGED
@@ -5,7 +5,6 @@ module CommentBoxStyles
|
|
5
5
|
padding: 4,
|
6
6
|
stretch: 0,
|
7
7
|
offset: 2,
|
8
|
-
# TODO next. some people may want their boxes to all be the same width
|
9
8
|
min_width: 0,
|
10
9
|
spacelines: true,
|
11
10
|
alignment: :left
|
@@ -17,9 +16,7 @@ module CommentBoxStyles
|
|
17
16
|
evenlines: ['/ ', ' /'],
|
18
17
|
oddcorners: ['=/','/=']
|
19
18
|
},
|
20
|
-
|
21
|
-
# what a cool name
|
22
|
-
bars: {
|
19
|
+
parallax: {
|
23
20
|
hlines: '==',
|
24
21
|
oddlines: ['||', '||'],
|
25
22
|
evenlines: ['||', '||'],
|