a1409yo_health 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: 29b15fe327a18f6c0d72d354f4bb37120a6ef51a
4
- data.tar.gz: 3817b7a29c1c1af1f5cd9826b58ec3c89a59d607
3
+ metadata.gz: 867480dd0dd667bf146d42fd7a8102a20bc48ea7
4
+ data.tar.gz: 57c290427d9b5a57c278052c2b09e64fe50f2a2c
5
5
  SHA512:
6
- metadata.gz: 15471e379ef8f69390fee772f59bc019c8af2201cf20253df6be34de08199344e82d7f7a416bdc5c9936a715922b04b47bdb45f132205ee664051c1514493284
7
- data.tar.gz: 6fd205d591a12c0299a709eea683e358c04f449aa06b6fa232c1e434cb98d92f0851d91850e818c321a8560e36e88f16c249f43510a9e0d6b55370ac1e112b36
6
+ metadata.gz: b72576f57092ea07b20c7eb782288baf9b44bdeb0d8026568f5ceb82dbf001cc70ec8977e7f6e16d59524ccdfa54358a5aac44f96aa8beff0476b59e519c7325
7
+ data.tar.gz: 987f91f96ae1bd33b8c1ce7d4082aba32495a696a9cdfefa74c7c02bcd60d86e962127602b508094544c3293e86db94c7036463e1bdc6d886056c9c51cc4f305
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["yusuke@junkpiano.me"]
11
11
  spec.summary = %q{Write a short summary. Required.}
12
12
  spec.description = %q{Write a longer description. Optional.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/yuchan-edu/a1409yo_health"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module A1409yoHealth
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a1409yo_health
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
7
  - Yusuke Ohashi
@@ -74,7 +74,7 @@ files:
74
74
  - lib/a1409yo_health/version.rb
75
75
  - spec/a1409yo_health_spec.rb
76
76
  - spec/spec_helper.rb
77
- homepage: ''
77
+ homepage: https://github.com/yuchan-edu/a1409yo_health
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}