myCal 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/myCal/version.rb +1 -1
  3. data/myCal.gemspec +3 -3
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad6e80210976f371326191a9f2f2457198ef75245236ff84afbb73fa2a4fc178
4
- data.tar.gz: 5d346461a1ad2509fdb5d6ea2b6b35b9da41f0eb41d454b0ca12d453beb984ca
3
+ metadata.gz: 8c7d06554119c0388c4395fba7a2c87d6c0ee42ec66e845cd4425621335212e0
4
+ data.tar.gz: 6d5ec6412a1ee15f50cb4e5c7b879ce244a5e4c7a45bc4de994ff6a5426d83b9
5
5
  SHA512:
6
- metadata.gz: c125c11cd09e9447ba3e2c6438e4a1a10da0f831f633bb833f2745ed4095456cb14bf812bdbfa3652ac0577354a1a560afd4c24ba62cd509e805095e57b74cd6
7
- data.tar.gz: fd0c018e997e490a76e5c8ea2b5224a0d37912ad871f46cba7e33fdcf4276f44dec0740f7b6473327db5bf34f2582fc8b9e5a0aaad57b807ebb014f58a986528
6
+ metadata.gz: dcc4f9c8de6a5ec6247182dc3f5281bbbe26d322b06417810e1a973ad7a12a0b40a42c2058e6f594eebff94d51accba3834bfe50f278a39b88f968a5f5e34ef5
7
+ data.tar.gz: df751c06394512b29af6009e75625d9f399d8f67d929ff07807f1c8a5c932b67eecdc81c2d50eda89c811aa37c3cff972e4f40103dd5de9eb62141179908dbdf
data/lib/myCal/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MyCal
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/myCal.gemspec CHANGED
@@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Simple Calculator"
12
12
  spec.description = "Simple Calculator with add feature"
13
- spec.homepage = "https://rubygems.org/Jiashun"
13
+ spec.homepage = "https://github.com/jiashun-nci/gems"
14
14
  spec.required_ruby_version = ">= 2.6.0"
15
15
 
16
16
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
17
17
 
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
- spec.metadata["source_code_uri"] = "https://rubygems.org/Jiashun"
20
- spec.metadata["changelog_uri"] = "https://rubygems.org/Jiashun"
19
+ spec.metadata["source_code_uri"] = "https://github.com/jiashun-nci/gems"
20
+ spec.metadata["changelog_uri"] = "https://github.com/jiashun-nci/gems"
21
21
 
22
22
  # Specify which files should be added to the gem when it is released.
23
23
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myCal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jiashun-nci
@@ -24,13 +24,13 @@ files:
24
24
  - lib/myCal/version.rb
25
25
  - myCal.gemspec
26
26
  - sig/myCal.rbs
27
- homepage: https://rubygems.org/Jiashun
27
+ homepage: https://github.com/jiashun-nci/gems
28
28
  licenses: []
29
29
  metadata:
30
30
  allowed_push_host: https://rubygems.org
31
- homepage_uri: https://rubygems.org/Jiashun
32
- source_code_uri: https://rubygems.org/Jiashun
33
- changelog_uri: https://rubygems.org/Jiashun
31
+ homepage_uri: https://github.com/jiashun-nci/gems
32
+ source_code_uri: https://github.com/jiashun-nci/gems
33
+ changelog_uri: https://github.com/jiashun-nci/gems
34
34
  post_install_message:
35
35
  rdoc_options: []
36
36
  require_paths: