bitclust-core 0.9.2 → 0.9.3

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: 225e62375e6846b326301d1189046131860d338a
4
- data.tar.gz: 3971f2a4f69e7e961b4bd9383ca3dd1314206a78
3
+ metadata.gz: ec5f6df8849165ac4beca45a62b94c118c397838
4
+ data.tar.gz: f1ed82b57667116d26c37411a34c05958f7c33fd
5
5
  SHA512:
6
- metadata.gz: ac99e00ae2d24e250c754408433cdcdc1265993c8cedb90054db22acb8af9a245a5cc57a22ef215b6fe561a2928d3285fca6b44eb533c08b602e6835dea1c0aa
7
- data.tar.gz: cfb571a4a3c54fdc54864fbc089048cf69cd9102b8bd0c45f93fc73f13459b73b49a872e1993e3cf7aa955a779a84503e4d4513d9ffb77d2c0c15ecadc142680
6
+ metadata.gz: 554a011195d5b087b0fff0acd0f319b6679a73bed0b534221e88d1583b3853c0f15e5968fa60bdea2844c8f7ee4cc1c215933037a9a20236547dc0d52abb7c32
7
+ data.tar.gz: 10c415dea4d43c77a20afaafcc8d97fc7d578e455d8ef97ed2204178096688b7278d1b90a245e8835d1979f419ef967c11df58e6f7c60a59c5027be6ff3e1bb8
@@ -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 = ["http://bugs.ruby-lang.org/projects/rurema"]
8
+ s.authors = ["https://github.com/rurema"]
9
9
  s.email = [""]
10
- s.homepage = "http://doc.ruby-lang.org/ja/"
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="http://creativecommons.org/licenses/by/3.0/">
15
- <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
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="http://creativecommons.org/licenses/by/3.0/">
15
- <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
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="http://creativecommons.org/licenses/by/3.0/">
17
- <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
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="http://creativecommons.org/licenses/by/3.0/">
15
- <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
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>
@@ -1,3 +1,3 @@
1
1
  module BitClust
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
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.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
- - http://bugs.ruby-lang.org/projects/rurema
7
+ - https://github.com/rurema
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-26 00:00:00.000000000 Z
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://doc.ruby-lang.org/ja/
223
+ homepage: http://docs.ruby-lang.org/ja/
224
224
  licenses: []
225
225
  metadata: {}
226
226
  post_install_message: