rabbit-theme-rurema 1.0.0 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -0
- data/config.yaml +1 -1
- data/data/close-quote-blue.png +0 -0
- data/data/open-quote-blue.png +0 -0
- data/theme.rb +11 -2
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58cb4e461c121d77a88fc1b1102bf7515f8d4fd0
|
4
|
+
data.tar.gz: cd26cad768e897ab6ca5c8b3b2b0f884676f95b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8f9cc889515a01edf5931bdc17a7ef33a0f8d8dece58d0cd4080f5f5973e505f66287fdcfac96a59a7b844cde0bb990edd0b395ccb7944f83aaae7222da3808
|
7
|
+
data.tar.gz: af6076c404353e7cd1ab19554552e2a396c34a6ee5cb2a3a90bb18dd843e38356656f224eaa16773214a1b6e98f4beea1d60fc0e30add69730400fc2b1f0e00c
|
data/Rakefile
CHANGED
@@ -6,5 +6,6 @@ spec = nil
|
|
6
6
|
Rabbit::Task::Theme.new do |task|
|
7
7
|
task.spec.licenses = ["GPLv3+", "CC BY-SA 3.0"]
|
8
8
|
task.spec.files = %w[README.rd Rakefile config.yaml property.rb theme.rb]
|
9
|
+
task.spec.files += ["data/close-quote-blue.png", "data/open-quote-blue.png"]
|
9
10
|
spec = task.spec
|
10
11
|
end
|
data/config.yaml
CHANGED
Binary file
|
Binary file
|
data/theme.rb
CHANGED
@@ -1,5 +1,14 @@
|
|
1
|
-
@
|
2
|
-
@
|
1
|
+
@block_quote_open_quote_image = "open-quote-blue.png"
|
2
|
+
@block_quote_close_quote_image = "close-quote-blue.png"
|
3
|
+
|
4
|
+
@block_quote_frame_width = 0
|
5
|
+
@block_quote_fill_color = "#ffffff"
|
6
|
+
@block_quote_padding_left = 0
|
7
|
+
@block_quote_padding_right = 0
|
8
|
+
@block_quote_padding_top = 0
|
9
|
+
@block_quote_padding_bottom = 0
|
10
|
+
@block_quote_image_background_alpha = 0.3
|
11
|
+
@block_quote_image_frame = true
|
3
12
|
|
4
13
|
# FIXME
|
5
14
|
@default_item1_mark_color = "#000000"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-theme-rurema
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- okkez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-05-
|
11
|
+
date: 2013-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|
@@ -36,6 +36,8 @@ files:
|
|
36
36
|
- config.yaml
|
37
37
|
- property.rb
|
38
38
|
- theme.rb
|
39
|
+
- data/close-quote-blue.png
|
40
|
+
- data/open-quote-blue.png
|
39
41
|
homepage: http://theme.rabbit-shocker.org/themes/rurema/
|
40
42
|
licenses:
|
41
43
|
- GPLv3+
|