mothball 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/LICENSE +21 -0
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3615598a4190b72b1a7b686b011a0cfa5b30a87c47bac8cdb23659aee6ded87f
|
4
|
+
data.tar.gz: 866d7e944318663c877514911a6df3556ab5640326d747405f9b8b3dc573dfe4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84b1f62e8ce51e3ea01738ac05858bb08be0096e6e47ed110fe975e4dd3e73bd2de471984879c4619cfb1bcae0da2e99f0c470d2348d4a4bd174119f0fe34bf9
|
7
|
+
data.tar.gz: 2b76175239bf3f142816b0a79209b7895e1042175cd371e85ab65571a70d1f1a587ba9b644f3e5c7e7a7426123022fe6f2a77aaada05527b60dc8823e628dc08
|
data/CHANGELOG.md
CHANGED
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.
|
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-
|
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.
|
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:
|