mothball 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +24 -0
  3. data/LICENSE +21 -0
  4. metadata +9 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06b2cf6b299919eb9d319aabfe3f478e76d8c7e46627c5b0e0edf3476ecd861a
4
- data.tar.gz: 9114aad0bd2cfb65077b426defce6310322ce3eeed14c6ea730ff1da8b218c24
3
+ metadata.gz: 3615598a4190b72b1a7b686b011a0cfa5b30a87c47bac8cdb23659aee6ded87f
4
+ data.tar.gz: 866d7e944318663c877514911a6df3556ab5640326d747405f9b8b3dc573dfe4
5
5
  SHA512:
6
- metadata.gz: 5e6822ad3f5bd72709afb6d6535b94eaf30b3dcd4c4fa1b922d111b952a75bc6f9ab19567d8f182e4888cf96b68549de4e87df43f62c2162889713222d1a5e79
7
- data.tar.gz: 939a7654aa453546192039ec7c07a21943cb9ae8a9afacf6eb93a6098d12c57b94211d578768f2320307c8cce5d75b54b076f0bab74319470dc5f53637bf38ba
6
+ metadata.gz: 84b1f62e8ce51e3ea01738ac05858bb08be0096e6e47ed110fe975e4dd3e73bd2de471984879c4619cfb1bcae0da2e99f0c470d2348d4a4bd174119f0fe34bf9
7
+ data.tar.gz: 2b76175239bf3f142816b0a79209b7895e1042175cd371e85ab65571a70d1f1a587ba9b644f3e5c7e7a7426123022fe6f2a77aaada05527b60dc8823e628dc08
data/CHANGELOG.md ADDED
@@ -0,0 +1,24 @@
1
+ # Change Log
2
+
3
+ ## Unreleased
4
+
5
+ ## [0.0.3] - 2023-04-17
6
+
7
+ ### Added
8
+ - wiki__uri into emspec file.
9
+
10
+ ## [0.0.3] - 2023-04-17
11
+
12
+ ### Added
13
+ - Add file of LICENSE.
14
+
15
+ ## [0.0.2] - 2023-03-25
16
+
17
+ ### Added
18
+ - Add file of Gemfile.
19
+
20
+ ## [0.0.1] - 2023-03-25
21
+
22
+ ### Fixed
23
+ - fix first fixed.
24
+
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 siranovel
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mothball
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
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-05-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: calculate after n day from today.
14
14
  email: siranovel@gmail.com
@@ -16,12 +16,18 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - CHANGELOG.md
19
20
  - Gemfile
21
+ - LICENSE
20
22
  - lib/mothball.rb
21
23
  homepage: http://github.com/siranovel/helloci
22
24
  licenses:
23
25
  - MIT
24
- metadata: {}
26
+ metadata:
27
+ changelog_uri: http://github.com/siranovel/helloci/blob/main/CHANGELOG.md
28
+ documentation_uri: https://rubydoc.info/gems/mothball/0.0.4
29
+ homepage_uri: http://github.com/siranovel/helloci
30
+ wiki_uri: http://github.com/siranovel/mydocs/helloci
25
31
  post_install_message:
26
32
  rdoc_options: []
27
33
  require_paths: