bitclust-core 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec5f6df8849165ac4beca45a62b94c118c397838
|
4
|
+
data.tar.gz: f1ed82b57667116d26c37411a34c05958f7c33fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 554a011195d5b087b0fff0acd0f319b6679a73bed0b534221e88d1583b3853c0f15e5968fa60bdea2844c8f7ee4cc1c215933037a9a20236547dc0d52abb7c32
|
7
|
+
data.tar.gz: 10c415dea4d43c77a20afaafcc8d97fc7d578e455d8ef97ed2204178096688b7278d1b90a245e8835d1979f419ef967c11df58e6f7c60a59c5027be6ff3e1bb8
|
data/bitclust.gemspec
CHANGED
@@ -5,9 +5,9 @@ require "bitclust/version"
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "bitclust-core"
|
7
7
|
s.version = BitClust::VERSION
|
8
|
-
s.authors = ["
|
8
|
+
s.authors = ["https://github.com/rurema"]
|
9
9
|
s.email = [""]
|
10
|
-
s.homepage = "http://
|
10
|
+
s.homepage = "http://docs.ruby-lang.org/ja/"
|
11
11
|
s.summary = %Q!BitClust is a rurema document processor.!
|
12
12
|
s.description =<<EOD
|
13
13
|
Rurema is a Japanese ruby documentation project, and
|
@@ -11,8 +11,8 @@
|
|
11
11
|
<body>
|
12
12
|
<%= yield %>
|
13
13
|
<div id="footer">
|
14
|
-
<a rel="license" href="
|
15
|
-
<img alt="Creative Commons License" style="border-width:0" src="
|
14
|
+
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/">
|
15
|
+
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" />
|
16
16
|
</a>
|
17
17
|
</div>
|
18
18
|
</body>
|
@@ -11,8 +11,8 @@
|
|
11
11
|
<body>
|
12
12
|
<%= yield %>
|
13
13
|
<div id="footer">
|
14
|
-
<a rel="license" href="
|
15
|
-
<img alt="Creative Commons License" style="border-width:0" src="
|
14
|
+
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/">
|
15
|
+
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" />
|
16
16
|
</a>
|
17
17
|
</div>
|
18
18
|
</body>
|
@@ -13,8 +13,8 @@
|
|
13
13
|
<body>
|
14
14
|
<%= yield %>
|
15
15
|
<div id="footer">
|
16
|
-
<a rel="license" href="
|
17
|
-
<img alt="Creative Commons License" style="border-width:0" src="
|
16
|
+
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/">
|
17
|
+
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" />
|
18
18
|
</a>
|
19
19
|
</div>
|
20
20
|
</body>
|
@@ -11,8 +11,8 @@
|
|
11
11
|
<body>
|
12
12
|
<%= yield %>
|
13
13
|
<div id="footer">
|
14
|
-
<a rel="license" href="
|
15
|
-
<img alt="Creative Commons License" style="border-width:0" src="
|
14
|
+
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/">
|
15
|
+
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" />
|
16
16
|
</a>
|
17
17
|
</div>
|
18
18
|
</body>
|
data/lib/bitclust/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bitclust-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- https://github.com/rurema
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-unit
|
@@ -220,7 +220,7 @@ files:
|
|
220
220
|
- theme/lillia/rurema.png
|
221
221
|
- theme/lillia/style.css
|
222
222
|
- theme/lillia/test.css
|
223
|
-
homepage: http://
|
223
|
+
homepage: http://docs.ruby-lang.org/ja/
|
224
224
|
licenses: []
|
225
225
|
metadata: {}
|
226
226
|
post_install_message:
|