arisu 1.0.0 → 1.0.1

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/LICENSE +21 -0
  3. data/lib/arisu/version.rb +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dd3f1428c5671f8980f1fc196eb63bf872ed81c91c0a2a4a96f05a999cd4e0a
4
- data.tar.gz: 2fbf056506686d8224a38790aee730d99377792d0f007400ddb7bdac1fb856ee
3
+ metadata.gz: 20595e84e8bbb437e8219e9857d3fb0bf35fe26a0df599eb0baa156eda613d25
4
+ data.tar.gz: 140eb0784349559e0d023b78c99e2ffde4eab5cb7e8ac2cbd239bc780f472cb3
5
5
  SHA512:
6
- metadata.gz: 79509aea9a0b6233494eba7a781c97506d655399a7df8dda2c42d3c45bfce4c6c725adadcc976bf9c033db522ba288e56a5177740248b2a601226b4a3713801f
7
- data.tar.gz: 0aefe35bceb2054269d9a0e87f96e70216ed2426c2948cf13cecaf7df5197df66ac0247190e9c463d3296d7b7ecceb43cff9a92cde1dbc0378a2cefd62caf67c
6
+ metadata.gz: 8347167552d398d2318537facf8a43b36980b4b4ff7671d9fac9f4dead374ba4094e20806c7a172d33daafa5025a4519970dad3dbdc38dd996396988110b7da0
7
+ data.tar.gz: 17c5011fb5cdc71a1a180bf8a9dacd7dab67a38f062570d1f0f8d8da80234c32ba7195850aac01700169423f5daf27d2c211883a73df7c72ae724a00b4183d76
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Ishotihadus
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.
data/lib/arisu/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arisu
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arisu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ishotihadus
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-02 00:00:00.000000000 Z
11
+ date: 2022-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -63,6 +63,7 @@ files:
63
63
  - ".rubocop.yml"
64
64
  - Gemfile
65
65
  - Gemfile.lock
66
+ - LICENSE
66
67
  - README.md
67
68
  - Rakefile
68
69
  - arisu.gemspec