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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0fe80298120daa694c61cd88268fb181672e6b4
4
- data.tar.gz: 00536de78b70e2c2e0ce6f443a963530c12beeef
3
+ metadata.gz: c7aecae92fe48f48f4894f2fe72be9ec6e095963
4
+ data.tar.gz: 70ec32971798175fef405410aea5d71c63de5098
5
5
  SHA512:
6
- metadata.gz: d6a414f43c61e732aa33ae5ef6614809f4642a57730c9997aec71a976ca10fa70ea1b5bbf2ade3496f83ddcd09fc6d50773854b57914d12ddbe04302d027c61e
7
- data.tar.gz: 3ade53674bcb9742c613a10f1d504906c100833cfd1554f66b7ca1915262fe17df30002b3821924bd38b95b2d0dbd1782398a4301747d7017d762c5fd9de8454
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.css`:
30
+ And add the css import in `app/assets/stylesheets/application.scss`:
31
31
 
32
32
  ```js
33
33
  *= require uppy_on_rails
@@ -1,3 +1,3 @@
1
1
  module UppyOnRails
2
- VERSION = '0.29.1'
2
+ VERSION = '0.29.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uppy_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.1
4
+ version: 0.29.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yan Carlos Marín Osorio