uploadcare-ruby 4.3.1 → 4.3.2

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: b5a41f0e682da0993059311f280acd2b5e1121de5cdc7815646ee209b6dedbd8
4
- data.tar.gz: 37ec4e95272358faf14c597569cf10045fc3982935685c265a90a0f8cf70c2f1
3
+ metadata.gz: 8676f15043bd23347f7ad31f86969d496244e920d4d081c2a60a67ae2e391cc8
4
+ data.tar.gz: 412775f12bbcf6fa6d6b0d522461847dfad18a30d69ce3d5a1a0dfaeac2b792e
5
5
  SHA512:
6
- metadata.gz: d03e62ad958c06e2695f77a9cb2d2d521efd56b056b09ed6aa3c8fc99015e486dacdf96923fccc191995b75d1caeaa549b751f60de0068a197854ecc4353af45
7
- data.tar.gz: 7f14a80dc1c2408ec652feb37183f90c36c12799facec201b7f6076195669367bc4fa5487c051f19ecd4a6a50751fd39426a7e2906e75415eeeec421f17a548c
6
+ metadata.gz: de5165a48a01ed970bea7d4f61e90db62b8d482fdce4faa775e750969485f81910594fdd4529992e411e67cad50d89dca9d11a4bb1e0ec11cba834b0b33275f3
7
+ data.tar.gz: a5b977c740b4ec59400379c6d6540614e96beb3b0e4f48b2449f247a381a460942b8e6390edd9dfa5c47bff9abcf20b94abcd3f98671b1c8a8198bca69ae634a
data/.yardopts CHANGED
@@ -1,4 +1,8 @@
1
+ --readme README.md
2
+ --title 'Uploadcare Ruby API Documentation'
3
+ --charset utf-8
4
+ --markup markdown
1
5
  -
2
- DEVELOPMENT.md
3
6
  CHANGELOG.md
4
7
  LICENSE
8
+ DEVELOPMENT.md
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.3.2 — 2023-03-28
4
+
5
+ ### Changed
6
+
7
+ * Improved readme to look better at ruby-doc
8
+
3
9
  ## 4.3.1 — 2023-03-17
4
10
 
5
11
  ### Changed
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  ![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)
4
4
  [![Build Status][actions-img]][actions-badge]
5
5
  [![Uploadcare stack on StackShare][stack-img]][stack]
6
- <!--[![Coverage Status][coverals-img]][coverals]-->
7
6
 
8
7
  [actions-badge]: https://github.com/uploadcare/uploadcare-ruby/actions/workflows/ruby.yml
9
8
  [actions-img]: https://github.com/uploadcare/uploadcare-ruby/actions/workflows/ruby.yml/badge.svg
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uploadcare
4
- VERSION = '4.3.1'
4
+ VERSION = '4.3.2'
5
5
  end
@@ -13,18 +13,22 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = 'Ruby wrapper for uploadcare API'
14
14
  spec.description = 'Ruby API client that handles uploads and further operations with files ' \
15
15
  'by wrapping Uploadcare Upload and REST APIs.'
16
- spec.homepage = 'https://github.com/uploadcare/uploadcare-ruby'
16
+ spec.homepage = 'https://uploadcare.com/'
17
17
  spec.license = 'MIT'
18
+ spec.email = ['hello@uploadcare.com']
18
19
 
19
20
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
20
21
  # to allow pushing to a single host or delete this section to allow pushing to any host.
21
22
  if spec.respond_to?(:metadata)
22
- spec.metadata['allowed_push_host'] = 'https://rubygems.org'
23
-
24
- spec.metadata['homepage_uri'] = spec.homepage
25
- spec.metadata['source_code_uri'] = 'https://github.com/uploadcare/uploadcare-ruby'
26
- spec.metadata['changelog_uri'] = 'https://github.com/uploadcare/uploadcare-ruby/CHANGELOG.md'
27
- spec.metadata['rubygems_mfa_required'] = 'true'
23
+ spec.metadata = {
24
+ 'allowed_push_host' => 'https://rubygems.org',
25
+ 'homepage_uri' => spec.homepage,
26
+ 'source_code_uri' => 'https://github.com/uploadcare/uploadcare-ruby',
27
+ 'changelog_uri' => 'https://github.com/uploadcare/uploadcare-ruby/CHANGELOG.md',
28
+ 'bug_tracker_uri' => 'https://github.com/uploadcare/uploadcare-ruby/issues',
29
+ 'documentation_uri' => 'https://www.rubydoc.info/gems/uploadcare-ruby/',
30
+ 'rubygems_mfa_required' => 'true'
31
+ }
28
32
  else
29
33
  raise 'RubyGems 2.0 or newer is required to protect against ' \
30
34
  'public gem pushes.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uploadcare-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1
4
+ version: 4.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@dmitrijivanchenko (Dmitrij Ivanchenko), @T0mbery (Andrey Aksenov)"
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-03-17 00:00:00.000000000 Z
12
+ date: 2023-03-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mimemagic
@@ -159,7 +159,8 @@ dependencies:
159
159
  version: '3.18'
160
160
  description: Ruby API client that handles uploads and further operations with files
161
161
  by wrapping Uploadcare Upload and REST APIs.
162
- email:
162
+ email:
163
+ - hello@uploadcare.com
163
164
  executables: []
164
165
  extensions: []
165
166
  extra_rdoc_files: []
@@ -230,14 +231,16 @@ files:
230
231
  - lib/uploadcare/signed_url_generators/amakai_generator.rb
231
232
  - lib/uploadcare/signed_url_generators/base_generator.rb
232
233
  - uploadcare-ruby.gemspec
233
- homepage: https://github.com/uploadcare/uploadcare-ruby
234
+ homepage: https://uploadcare.com/
234
235
  licenses:
235
236
  - MIT
236
237
  metadata:
237
238
  allowed_push_host: https://rubygems.org
238
- homepage_uri: https://github.com/uploadcare/uploadcare-ruby
239
+ homepage_uri: https://uploadcare.com/
239
240
  source_code_uri: https://github.com/uploadcare/uploadcare-ruby
240
241
  changelog_uri: https://github.com/uploadcare/uploadcare-ruby/CHANGELOG.md
242
+ bug_tracker_uri: https://github.com/uploadcare/uploadcare-ruby/issues
243
+ documentation_uri: https://www.rubydoc.info/gems/uploadcare-ruby/
241
244
  rubygems_mfa_required: 'true'
242
245
  post_install_message:
243
246
  rdoc_options: []