nakayoshi_fork 0.0.2 → 0.0.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: 47978bf9380f41c2546466d79bf4ba1fededee66
4
- data.tar.gz: 692357d4bfecdb1920048ff7e122394ef8b43cef
3
+ metadata.gz: 4f6e04dda5d77eb372c3ac23d3abc2bea690bac4
4
+ data.tar.gz: 0b79fabeb0e0586cdb061d48a19c9966476210bd
5
5
  SHA512:
6
- metadata.gz: 28e162c46373b6ee779102b05e98e9bca5b4a517b496905817925fed400a0a89cafe6f3c2f8b071a2db88c86179d85603436bc59eb938a780f3b73cad60776dd
7
- data.tar.gz: 2cebec608dd8d5d5c76b25a69d14e2b013a78924545ea3b2e85da86f4c07817c6f1abac699e621695f8b61cb4db0de0278df2dffbb7b6974d7f1371cd89d3604
6
+ metadata.gz: 82ad9ab1312d370970ae07ca3b03ff18ee319b9e757a93b034d03103cbc78c7c4f113192b12766776dd4080046c6eb40b25122476042e5eb100a2be445f5eb65
7
+ data.tar.gz: d4d6acce210abe0b72ed2b9a8572bd5951c86eaee4654992d06f654d244a00aa1425975af5e5df722215306cc9cef9881dbd377347853a77d59e7955f67726a1
@@ -1,3 +1,3 @@
1
1
  module NakayoshiFork
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ko1@atdot.net"]
11
11
  spec.summary = %q{nakayoshi_fork gem solves CoW friendly problem on MRI 2.2 and later.}
12
12
  spec.description = %q{nakayoshi_fork gem solves CoW friendly problem on MRI 2.2 and later.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/ko1/nakayoshi_fork"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nakayoshi_fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Sasada
@@ -53,7 +53,7 @@ files:
53
53
  - lib/nakayoshi_fork.rb
54
54
  - lib/nakayoshi_fork/version.rb
55
55
  - nakayoshi_fork.gemspec
56
- homepage: ''
56
+ homepage: https://github.com/ko1/nakayoshi_fork
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}