stability_sdk 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 452e6a45ca110b36eb3d6fafa4201a1be7ad4b6e0b6f677fe37f6a66fc8f5749
4
- data.tar.gz: 1b73ee6ab82c18f63e786d71b2eee472e0db32572c4444ef5b3d5ac92003e3e7
3
+ metadata.gz: 81079c9fb4e28945d59ed682205c0404d5d26df6712747a78f6fdce672573046
4
+ data.tar.gz: 56fe2bc98e3a71a2f14f75628281837f2fe7d2bcc350161f1676d450861da2db
5
5
  SHA512:
6
- metadata.gz: 481f539dc5bc36e67ebb3d1a1ec759280e4ed8ef0b02c49f0dfc3d7ce657db7b295e26d28f69bf7a24a5f410cc74ac62e083b2eaed78b6db2a19853150f8cc47
7
- data.tar.gz: b9cfebe4973e2919eec0ffa24aa3b23d6326d46e017be05250bcba6d12ea3a2e539014eed9ef172bb6b0fa1415ffd48823813413b49de6f73b4ac3b5acbb1781
6
+ metadata.gz: 0e1778effd5d0042e07d0fdd371cde67c8ba6008ad7a2a1c661aff784fad2b33cb2603af322fa80e4d897b9950ad8cd31286308246772f150bde05b1395c23d5
7
+ data.tar.gz: ea0a7f96144d477ee4051cfb123dcd640e20233ac291d2fee1ce6b89b191f886060ee7651836a5ef0f513e640a44e978c94124096420d41da563201ecdec435e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stability_sdk (0.2.5)
4
+ stability_sdk (0.2.6)
5
5
  grpc (>= 1.0.0)
6
6
  mime-types (>= 3.0.0)
7
7
 
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Kosei Moriyama
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.
@@ -1,3 +1,3 @@
1
1
  module StabilitySDK
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stability_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kosei Moriyama
@@ -66,6 +66,7 @@ files:
66
66
  - ".travis.yml"
67
67
  - Gemfile
68
68
  - Gemfile.lock
69
+ - LICENSE
69
70
  - README.md
70
71
  - Rakefile
71
72
  - bin/console