mothball 0.0.3 → 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 +5 -0
  3. data/LICENSE +21 -0
  4. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 671b35f62a76ee1146c6feccca1699c4d262620fc5d8425c51e5b68c3c17392b
4
- data.tar.gz: b7e2b7f73b871ab2db38f85d464c0d3680111d05d2ff210c315b17d10f763023
3
+ metadata.gz: 3615598a4190b72b1a7b686b011a0cfa5b30a87c47bac8cdb23659aee6ded87f
4
+ data.tar.gz: 866d7e944318663c877514911a6df3556ab5640326d747405f9b8b3dc573dfe4
5
5
  SHA512:
6
- metadata.gz: a31ffe9a678c345c8d0525369461e906f7da3b2a8e4cb594d3081a89b366caf56c224ac22c804e7f7da81d03318d0796dad236d82d12c03af6dcafea8d521832
7
- data.tar.gz: 0fe257d2ff609a6edbeb66080c02c6a53cfeeb6bd15a4d51dfa9fb782f2989b7fce22310855ed6f7703bcb9c4aec5236d9cc47b041f755f1c840935c9373fc5b
6
+ metadata.gz: 84b1f62e8ce51e3ea01738ac05858bb08be0096e6e47ed110fe975e4dd3e73bd2de471984879c4619cfb1bcae0da2e99f0c470d2348d4a4bd174119f0fe34bf9
7
+ data.tar.gz: 2b76175239bf3f142816b0a79209b7895e1042175cd371e85ab65571a70d1f1a587ba9b644f3e5c7e7a7426123022fe6f2a77aaada05527b60dc8823e628dc08
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  ## [0.0.3] - 2023-04-17
6
6
 
7
+ ### Added
8
+ - wiki__uri into emspec file.
9
+
10
+ ## [0.0.3] - 2023-04-17
11
+
7
12
  ### Added
8
13
  - Add file of LICENSE.
9
14
 
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.3
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-04-16 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
@@ -18,14 +18,16 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - CHANGELOG.md
20
20
  - Gemfile
21
+ - LICENSE
21
22
  - lib/mothball.rb
22
23
  homepage: http://github.com/siranovel/helloci
23
24
  licenses:
24
25
  - MIT
25
26
  metadata:
26
27
  changelog_uri: http://github.com/siranovel/helloci/blob/main/CHANGELOG.md
27
- documentation_uri: https://rubydoc.info/gems/mothball/0.0.3
28
+ documentation_uri: https://rubydoc.info/gems/mothball/0.0.4
28
29
  homepage_uri: http://github.com/siranovel/helloci
30
+ wiki_uri: http://github.com/siranovel/mydocs/helloci
29
31
  post_install_message:
30
32
  rdoc_options: []
31
33
  require_paths: