uploadcare-rails 3.3.2.1 → 3.3.3

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: 337ca39681c735dffe71dcc95c0a5a969290cb702f845cbb95691bd820f1ffec
4
- data.tar.gz: b2666c556bd0fa86a13c8892d47f7ca32a19e42ac3faccd9686d07035f5f2174
3
+ metadata.gz: c4730dfdd1bbeee9718fa09b3b3ac30ede4ae7e67fbbd2cbc11523d9d9592251
4
+ data.tar.gz: 508408a40d0506c56bda9979ec95aab8b689b9af9dfad170dcfe5099786b6994
5
5
  SHA512:
6
- metadata.gz: 1ea70005621475a6892a155e0441f5ddddb7cfcc75b3b9b9968a27f0870adef177c3de763a6d885060a571a9f18881cb9b03eca6a5624ac7db452bcfd1a829f4
7
- data.tar.gz: 33f3b7cbb9bf9091fb7a0a0803f5eecd29593d3e618b541ec82051cb0f369c4011a9790e166fde573794ed6c5a8a3ea6cfcea96b7d77608f2e9beb8bee9ee763
6
+ metadata.gz: 7e39ed85580c904e02ec0c5bf62611224de9f55aeb3b6d9a802d78df88bf93c414c27942c9aa812b1c34ac3a765412322f4bb14a93d568d699c6fc89570339f0
7
+ data.tar.gz: 05a91828bd6b02416009a52c2ea2b63dea78f2ab7ea3b4002ac4c44f69c2f0922d1de1ae503d946dad8611a9966ea4e886b7813dd057ff850bcf42185b5fbfd0
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based now on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 3.3.3 — 2023-03-27
8
+
9
+ ### Changed
10
+
11
+ * Improved readme to look better at ruby-doc
12
+
7
13
  ## 3.3.2.1 — 2023-03-26
8
14
 
9
15
  ### Changed
@@ -19,20 +25,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19
25
 
20
26
  ## 3.3.1 — 2023-03-20
21
27
 
22
- * Update gem description
28
+ ### Changed
29
+
30
+ * Updated gem description
23
31
  * Respect data-multiple in helper options (https://github.com/uploadcare/uploadcare-rails/issues/119)
24
32
 
25
33
  ## 3.3.0 — 2023-03-16
26
34
 
27
- Guarantee support of maintainable versions of Ruby and Rails
35
+ Guarantee support of maintainable versions of Ruby and Rails.
28
36
 
29
37
  ### Breaking Сhanges
30
38
 
31
- Drop support of unmaintainable Ruby 2.4, 2.5, 2.6 and Rails before 6.0
39
+ Drop support of unmaintainable Ruby 2.4, 2.5, 2.6 and Rails before 6.0.
32
40
 
33
41
  ### Added
34
42
 
35
- Add support of Ruby 3.1 and 3.2 and Rails 7.0
43
+ Add support of Ruby 3.1 and 3.2 and Rails 7.0.
36
44
 
37
45
  ## 3.0.0 — 2022-12-29
38
46
 
data/README.md CHANGED
@@ -9,7 +9,9 @@
9
9
  A Ruby on Rails plugin for [Uploadcare](https://uploadcare.com) service.
10
10
  Based on [uploadcare-ruby](https://github.com/uploadcare/uploadcare-ruby) gem (general purpose wrapper for Uploadcare API)
11
11
 
12
- ### :heavy_exclamation_mark: *Note: the gem uploadcare-rails 2.x is not backward compatible with 1.x.*
12
+ :heavy_exclamation_mark: *Note: the gem uploadcare-rails 2.x is not backward compatible with 1.x.*
13
+
14
+ ## Table of Contents
13
15
 
14
16
  * [Requirements](#requirements)
15
17
  * [Installation](#installation)
@@ -144,7 +146,7 @@ Full list of available options is listed in the file itself. Just uncomment an o
144
146
  The fastest way to start using file uploading is to add the Uploadcare widget to the html-page.
145
147
  There is a view helper that can do it with two strings of code:
146
148
 
147
- Add this string to your <head> html-tag
149
+ Add this string to your `<head>` html-tag
148
150
 
149
151
  ```erb
150
152
  <!DOCTYPE html>
@@ -175,7 +177,7 @@ This helper uses a CDN-url for the widget bundle and supports three options:
175
177
  More info about bundles [here](https://uploadcare.com/docs/uploads/file-uploader/#bundles).
176
178
  - **min** — bool value detecting if the bundle must be minified.
177
179
 
178
- The <head> tag then also includes the <script> with widget global settings set in `config/initializers/uploadcare.rb`. You can override them later in an individual widget.
180
+ The `<head>` tag then also includes the `<script>` with widget global settings set in `config/initializers/uploadcare.rb`. You can override them later in an individual widget.
179
181
 
180
182
 
181
183
  #### Using asset pipeline.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Uploadcare
4
4
  module Rails
5
- VERSION = '3.3.2.1'
5
+ VERSION = '3.3.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uploadcare-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2.1
4
+ version: 3.3.3
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: bin
11
11
  cert_chain: []
12
- date: 2023-03-26 00:00:00.000000000 Z
12
+ date: 2023-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails