userapi-ai 0.3.1 → 0.3.2

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: 91120dbeaa726be94fe09fdce1efa9a6c1202a35b061035e9b5c4a8a7ec474af
4
- data.tar.gz: 69cc0065970e41c08e83aad2b7e4dd12e0a484c339fbd3bffa2fc76d47f65ebb
3
+ metadata.gz: b2a312a94b6fe794c6864447a87b538ded2da5a079f66bd1bb4a8a6fcccb10ce
4
+ data.tar.gz: 5bd0aea4b27da2633785f9e03ffb6e36f621e2e235713c73eeac3650e5a5f818
5
5
  SHA512:
6
- metadata.gz: 2b5c5f343de570e8f116256e6db0ece696bc9c280c813e909d3f6daa3e9ca3a49af17d755c832b3a9946d8d2415402e385b4195db93fa5b34666d1c1ca859f9d
7
- data.tar.gz: 98fb272867b951cff85f64dc08b62d25537bfd7552527dba2f7df4ba17a3f90b7e3b3613b2e152bead3b5923da8241a6e052f761d1e39f834ffa0b233907275e
6
+ metadata.gz: 5bb79c11f927d79eb97284cc0c1ccb099905c13108cb92078bd2705aa44279070b865c8ebc45d313840ee28015bfa6fb1f7abd2d8f9a2a9a766d86224f98b6d3
7
+ data.tar.gz: 2656128845097f9614ca64c26c353b9343df1a2794ee5e3990bbce8258b1508e09a7819e4ff4cbdace8a0fd5d307d8d37aa8a569c2331958ae6094cae68ca847
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.2] - 2024-03-24
4
+ - Fix description
5
+
3
6
  ## [0.3.0] - 2024-03-24
4
7
  - Tools: crop
5
8
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UserapiAi
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.2"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: userapi-ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
- - Smolev Denis
7
+ - Denis Smolev
8
+ - Nikita Zdr
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
@@ -38,7 +39,10 @@ dependencies:
38
39
  - - ">="
39
40
  - !ruby/object:Gem::Version
40
41
  version: '1'
41
- description:
42
+ description: 'This library provides a convenient way to interact with the Midjourney
43
+ via API offered by the UserAPI.ai website. All major methods are available, including:
44
+ imagine, describe, upscale, variations, inpaint (vary region), pan, zoom, and reroll,
45
+ working in the remix mode.'
42
46
  email:
43
47
  - smolev@me.com
44
48
  executables: []
@@ -60,11 +64,11 @@ files:
60
64
  - lib/userapi/tools.rb
61
65
  - lib/userapi/version.rb
62
66
  - sig/userapi/ai.rbs
63
- homepage: https://userapi.ai.
67
+ homepage: https://userapi.ai
64
68
  licenses:
65
69
  - MIT
66
70
  metadata:
67
- homepage_uri: https://userapi.ai.
71
+ homepage_uri: https://userapi.ai
68
72
  source_code_uri: https://github.com/neonix20b/userapi-ai
69
73
  changelog_uri: https://github.com/neonix20b/userapi-ai/blob/main/CHANGELOG.md
70
74
  post_install_message: