uppy_on_rails 0.29.1 → 0.29.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 +4 -4
- data/README.md +1 -1
- data/lib/uppy_on_rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7aecae92fe48f48f4894f2fe72be9ec6e095963
|
4
|
+
data.tar.gz: 70ec32971798175fef405410aea5d71c63de5098
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95490a8e79099ac907fdf49f8f092d07e45dc404f9596b2bec3f34d11dfe9a4e3fa3436891daab3fbd281ac9b74ad66390ce5f37c4fa38232faaceb7ce54b663
|
7
|
+
data.tar.gz: 4ae4765256e1ed80c0fd58387409fedeafec4b5b1b4c31244d6bb057ae583557508350413bc50f60afaae08d2feeec124d27677c1869da314f6b757e19d9f8d7
|
data/README.md
CHANGED
@@ -27,7 +27,7 @@ Add the js import in `app/assets/javascripts/application.js`:
|
|
27
27
|
//= require uppy_on_rails
|
28
28
|
```
|
29
29
|
|
30
|
-
And add the css import in `app/assets/stylesheets/application.
|
30
|
+
And add the css import in `app/assets/stylesheets/application.scss`:
|
31
31
|
|
32
32
|
```js
|
33
33
|
*= require uppy_on_rails
|