metaopia 0.0.1 → 0.0.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: f6e6e5b66e7cbdd764c4e082eba90a76bb1a8f7e
4
- data.tar.gz: 088aa523a694940e1176f79334998cc329e95bff
3
+ metadata.gz: c67fddfe6b95be4698c6475ea4e7109e81374a21
4
+ data.tar.gz: 9a77170f5915b4c33c9daf3a771730ffb6b6f9ef
5
5
  SHA512:
6
- metadata.gz: 464ac512018d32aebf5bc3edfeff6dd1b0c320aa42f62278ce53d4cedea5ee3387a8af315df92bda4bd6fdb541eda401db71612ee411a91e1323c47e88722615
7
- data.tar.gz: 0a10692de8fd27c633ea4cb952880db724de29a2f21147c5561118be73b75e2d70f3f2f86c2fcfe556dd42457b91d7bbcdc7e1bdfdc04e94b4d1d895ba68f4c8
6
+ metadata.gz: 5af59e6f41ff6985a1e1a3744c00839ca3e2228f2b3225437e7984fd7e14081dac7010f3ce7e08abf0802a7a358a3618a42f9cae514e883c919f22488208b8a9
7
+ data.tar.gz: f1f200607461ab21bc0ff6717f0a63d6e7d9936d1a5345d413b6ec37005d4078fc0db3f69f1eb53e1199c2558e036f03e58a7dd73d5e36775383d2797713eaa0
@@ -1,3 +1,3 @@
1
1
  module Metaopia
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -6,11 +6,11 @@ require 'metaopia/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "metaopia"
8
8
  spec.version = Metaopia::VERSION
9
- spec.authors = ["gyunyubin"]
9
+ spec.authors = ["kokikoki"]
10
10
  spec.email = ["kato@condesire.com"]
11
11
  spec.summary = %q{Extension of common functions.}
12
12
  spec.description = %q{Extension of common functions.}
13
- spec.homepage = "http://condesire.com/blog/"
13
+ spec.homepage = "https://github.com/kokikoki/metaopia"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metaopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - gyunyubin
7
+ - kokikoki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -57,7 +57,7 @@ files:
57
57
  - metaopia.gemspec
58
58
  - test/test_metaopia_hash.rb
59
59
  - test/test_metaopia_string.rb
60
- homepage: http://condesire.com/blog/
60
+ homepage: https://github.com/kokikoki/metaopia
61
61
  licenses:
62
62
  - MIT
63
63
  metadata: {}