rabbit-theme-rurema 1.0.0 → 1.1.2

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
  SHA1:
3
- metadata.gz: 65313356a42916d625c484bb1c696a5b6b08d753
4
- data.tar.gz: 2ca363d55002987209e3b14f192fead7cfe3890b
3
+ metadata.gz: 58cb4e461c121d77a88fc1b1102bf7515f8d4fd0
4
+ data.tar.gz: cd26cad768e897ab6ca5c8b3b2b0f884676f95b3
5
5
  SHA512:
6
- metadata.gz: 4b41703ca526616f9c05d95c4444731a402611d372e197bf671c0d935c5c258ed8900dff12f335f509a17727c60c4cc39658ec272ee02454fe4c46822c315d8a
7
- data.tar.gz: 14e4ea5177a3a76a45486ce3a8f3c1e08ba408a26d6d49cd1d60fa992635ee5d36f45bc5072c65925b7d39342ac993ee203de274e720f614a89980b3d46dda06
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
@@ -2,7 +2,7 @@
2
2
  id: rurema
3
3
  tags:
4
4
  - rurema
5
- version: 1.0.0
5
+ version: 1.1.2
6
6
  licenses:
7
7
  - GPLv3+
8
8
  - CC BY-SA 3.0
Binary file
Binary file
data/theme.rb CHANGED
@@ -1,5 +1,14 @@
1
- @block_quote_frame_width = 1
2
- @block_quote_fill_color = "#eeeeee"
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.0.0
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-19 00:00:00.000000000 Z
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+