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 +4 -4
- data/CHANGELOG.md +12 -4
- data/README.md +5 -3
- data/lib/uploadcare/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4730dfdd1bbeee9718fa09b3b3ac30ede4ae7e67fbbd2cbc11523d9d9592251
|
4
|
+
data.tar.gz: 508408a40d0506c56bda9979ec95aab8b689b9af9dfad170dcfe5099786b6994
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
-
|
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
|
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
|
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.
|
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.
|
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-
|
12
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|