mothball 0.0.1 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +19 -0
  3. data/Gemfile +2 -0
  4. metadata +9 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b3cce9adbb26b5dec5462d6d198c358163bbb8b81ce3c0aa7b527ce7d385705
4
- data.tar.gz: e6a9a265108e2861383580f4c030e666cce696b5e2015700d064f5a7fff9fec2
3
+ metadata.gz: 671b35f62a76ee1146c6feccca1699c4d262620fc5d8425c51e5b68c3c17392b
4
+ data.tar.gz: b7e2b7f73b871ab2db38f85d464c0d3680111d05d2ff210c315b17d10f763023
5
5
  SHA512:
6
- metadata.gz: 2f932e0d5cb6484fe13261bd5f0039ecb51469e84ed4b9bb1df150f32eb1dbb65b0731bb59b04e174f5e370938181a3e9dcc3cb57d030f1485c1c98231986f96
7
- data.tar.gz: 0051fef221c45f70f4f15333d6166f31e196b03cbe24f74c5ce0fcbf419b770a45533f58bdc5ba8052fc7f3722273502799cf36df71359cc4736f3e4d316dded
6
+ metadata.gz: a31ffe9a678c345c8d0525369461e906f7da3b2a8e4cb594d3081a89b366caf56c224ac22c804e7f7da81d03318d0796dad236d82d12c03af6dcafea8d521832
7
+ data.tar.gz: 0fe257d2ff609a6edbeb66080c02c6a53cfeeb6bd15a4d51dfa9fb782f2989b7fce22310855ed6f7703bcb9c4aec5236d9cc47b041f755f1c840935c9373fc5b
data/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ # Change Log
2
+
3
+ ## Unreleased
4
+
5
+ ## [0.0.3] - 2023-04-17
6
+
7
+ ### Added
8
+ - Add file of LICENSE.
9
+
10
+ ## [0.0.2] - 2023-03-25
11
+
12
+ ### Added
13
+ - Add file of Gemfile.
14
+
15
+ ## [0.0.1] - 2023-03-25
16
+
17
+ ### Fixed
18
+ - fix first fixed.
19
+
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source 'https://rubygems.org'
2
+ gemspec
metadata CHANGED
@@ -1,26 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mothball
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - siranovel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-24 00:00:00.000000000 Z
11
+ date: 2023-04-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: after n day from today.
13
+ description: calculate after n day from today.
14
14
  email: siranovel@gmail.com
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - CHANGELOG.md
20
+ - Gemfile
19
21
  - lib/mothball.rb
20
22
  homepage: http://github.com/siranovel/helloci
21
23
  licenses:
22
24
  - MIT
23
- metadata: {}
25
+ metadata:
26
+ changelog_uri: http://github.com/siranovel/helloci/blob/main/CHANGELOG.md
27
+ documentation_uri: https://rubydoc.info/gems/mothball/0.0.3
28
+ homepage_uri: http://github.com/siranovel/helloci
24
29
  post_install_message:
25
30
  rdoc_options: []
26
31
  require_paths: