rabbit-theme-clear-code 1.0.3 → 1.0.4

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 47a1539f62d2f559792d4bec165adc38305bcc03
4
+ data.tar.gz: 884bf120309024a1ec62601c6c1e0a82cacab288
5
+ SHA512:
6
+ metadata.gz: 5b981571112fd4d82c0e6a9d53d00ec9d00f9ef251e25395824b60e7c23436c1e976a0e024f7b823b551ffb4379416b3fd1afdd8c7fecac5835b3fb0d842c022
7
+ data.tar.gz: f303a3661828025da74792131760c09463a67a2a88e35f0b1dd0e1e222a9f76e82149eb0e1cd1efb9e1d456eba538d5fcf6cebbe71d5ace502d2165db609bdcf
data/README.rd CHANGED
@@ -30,6 +30,8 @@ licenses:
30
30
  * ((<GPL (version 3 or later)|URL:http://www.gnu.org/licenses/gpl.html>))
31
31
  * ((<GFDL (no version, no invariant sections, no front-cover texts and no back-cover texts)|URL:http://www.gnu.org/copyleft/fdl.html>))
32
32
  * ((<CC BY-SA 3.0|URL:http://creativecommons.org/licenses/by-sa/3.0/>))
33
+ or later. See also:
34
+ * ((<CC BY-SA 4.0|URL:http://creativecommons.org/licenses/by-sa/4.0/>))
33
35
 
34
36
  Use the following as the author:
35
37
 
data/config.yaml CHANGED
@@ -2,11 +2,12 @@
2
2
  id: clear-code
3
3
  tags:
4
4
  - clear-code
5
- version: 1.0.3
5
+ version: 1.0.4
6
6
  licenses:
7
7
  - GPLv3+
8
8
  - GFDL
9
- - CC BY-SA 3.0
9
+ - CC-BY-SA-3.0
10
+ - CC-BY-SA-4.0
10
11
  author:
11
12
  markup_language: :rd
12
13
  name: Kouhei Sutou
Binary file
Binary file
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-theme-clear-code
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
5
- prerelease:
4
+ version: 1.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Kouhei Sutou
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-28 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rabbit
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 2.0.2
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 2.0.2
30
27
  description: The Rabbit theme for ClearCode Inc.
@@ -34,43 +31,43 @@ executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
37
- - config.yaml
38
- - Rakefile
39
- - theme.rb
40
34
  - GPL
41
35
  - README.rd
42
- - data/clear-code-icon-with-shadow.svg
36
+ - Rakefile
37
+ - config.yaml
38
+ - data/clear-code-headline-background.png
43
39
  - data/clear-code-headline-background.svg
40
+ - data/clear-code-icon-with-shadow.svg
44
41
  - data/clear-code-icon-without-shadow.svg
45
42
  - data/clear-code-icon.png
46
- - data/clear-code-headline-background.png
47
43
  - pdf/theme-benchmark-en.pdf
48
44
  - pdf/theme-benchmark-ja.pdf
45
+ - theme.rb
49
46
  homepage: http://theme.rabbit-shocker.org/themes/clear-code/
50
47
  licenses:
51
48
  - GPLv3+
52
49
  - GFDL
53
- - CC BY-SA 3.0
50
+ - CC-BY-SA-3.0
51
+ - CC-BY-SA-4.0
52
+ metadata: {}
54
53
  post_install_message:
55
54
  rdoc_options: []
56
55
  require_paths:
57
56
  - lib
58
57
  required_ruby_version: !ruby/object:Gem::Requirement
59
- none: false
60
58
  requirements:
61
- - - ! '>='
59
+ - - ">="
62
60
  - !ruby/object:Gem::Version
63
61
  version: '0'
64
62
  required_rubygems_version: !ruby/object:Gem::Requirement
65
- none: false
66
63
  requirements:
67
- - - ! '>='
64
+ - - ">="
68
65
  - !ruby/object:Gem::Version
69
66
  version: '0'
70
67
  requirements: []
71
68
  rubyforge_project:
72
- rubygems_version: 1.8.23
69
+ rubygems_version: 2.2.2
73
70
  signing_key:
74
- specification_version: 3
71
+ specification_version: 4
75
72
  summary: ClearCode theme
76
73
  test_files: []