stability_sdk 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81079c9fb4e28945d59ed682205c0404d5d26df6712747a78f6fdce672573046
4
- data.tar.gz: 56fe2bc98e3a71a2f14f75628281837f2fe7d2bcc350161f1676d450861da2db
3
+ metadata.gz: 691542746c11c2572a6b1ebe01ca5e1d59ccdce3b3a3ded98a04da1adc1a45e7
4
+ data.tar.gz: 5054814602c875af5798ccfa1a23581a85bb41630f8682a5c6a19c9dde8aa2be
5
5
  SHA512:
6
- metadata.gz: 0e1778effd5d0042e07d0fdd371cde67c8ba6008ad7a2a1c661aff784fad2b33cb2603af322fa80e4d897b9950ad8cd31286308246772f150bde05b1395c23d5
7
- data.tar.gz: ea0a7f96144d477ee4051cfb123dcd640e20233ac291d2fee1ce6b89b191f886060ee7651836a5ef0f513e640a44e978c94124096420d41da563201ecdec435e
6
+ metadata.gz: 860515e0128471380abd4d5830cb493060f3360838b0418a65f56f88eda11e73af565c173e21c93a610a1cc5eef34ba25d469cfd31f67850d3da4176e6d59a4d
7
+ data.tar.gz: 311b21b641f541a50061003af9bf08d9ec7bc5d86c41848fa7ec5135f305be1e9762d49e5576d1935d0b243437d236d9cb9e09e83bf297dd89292349a5b65ca4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stability_sdk (0.2.6)
4
+ stability_sdk (0.2.7)
5
5
  grpc (>= 1.0.0)
6
6
  mime-types (>= 3.0.0)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module StabilitySDK
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.description = "Interacting with stability.ai APIs (e.g. stable diffusion inference). Ruby client of https://github.com/Stability-AI/stability-sdk ."
11
11
  spec.homepage = "https://github.com/cou929/stability-sdk-ruby"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
+ spec.license = "MIT"
13
14
 
14
15
  spec.metadata["homepage_uri"] = spec.homepage
15
16
  spec.metadata["source_code_uri"] = "https://github.com/cou929/stability-sdk-ruby"
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.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kosei Moriyama
@@ -80,7 +80,8 @@ files:
80
80
  - lib/stability_sdk/version.rb
81
81
  - stability_sdk.gemspec
82
82
  homepage: https://github.com/cou929/stability-sdk-ruby
83
- licenses: []
83
+ licenses:
84
+ - MIT
84
85
  metadata:
85
86
  homepage_uri: https://github.com/cou929/stability-sdk-ruby
86
87
  source_code_uri: https://github.com/cou929/stability-sdk-ruby