tail-select-rails 1.0.2 → 1.0.4

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: 5161b6c54e96fc4654f0eb3d0c956d5bdfe7f1fa7edc210434709469b4f8017a
4
- data.tar.gz: e259752c3b0b274c55a9a0b9fb2431425ba9cadb89cdd500d6f551da83240350
3
+ metadata.gz: 613828c02da722f74ec15345133eacfe32e79eae4ad5abba871f54257f553474
4
+ data.tar.gz: 9a7613fca038bea66285e8850237204baa0842819b7b6e98db945b7a2cc4fec0
5
5
  SHA512:
6
- metadata.gz: 22f30c18a1149f0bf1ca0791246ecfc590ba3b3152c47bb61e87b54a8167b9663dacc6c9c5e4c247322881a59b47450b6cccf95fb942f351fc33f0e164548839
7
- data.tar.gz: 84c3f0838d6478785a0c7f472d24fcb91dda46820a2295eea702ee627d586a10c87a62551daba403f865b0a27d29ad662feed6fe0064e8ceb42b385a10cc9c0e
6
+ metadata.gz: 8f44f190401e6662902f6409a4f75a000b15e00395a1f828f5987f966a66e6d804c8c7d145649e01ce491a2fdaf96217738364af11f47678ad924832eedcaf45
7
+ data.tar.gz: dd630f4543befafa764bfbe91f7bafdf3bbdea691387f0ec291ab7ddce8c2b95a8cad0a9610a7568d175169807a08b11cffb2d8a2a1bbccefe191bb6a6425a66
data/Readme.md CHANGED
@@ -3,7 +3,7 @@ tail-select-rails
3
3
 
4
4
  A gem to easily integrate [tail-select](https://getbutterfly.com/tail-select/) with the rails 6.1+ asset pipeline.
5
5
 
6
- Currently this gem brings support for tail-select **v1.0.2**.
6
+ Currently this gem brings support for tail-select **v0.5.16**.
7
7
 
8
8
  ## Installation
9
9
 
@@ -18,6 +18,7 @@ Run `bundle install`.
18
18
  Add the following lines to `app/assets/javascripts/application.js`:
19
19
 
20
20
  ``` javascript
21
+ //= require jquery3
21
22
  //= require tail.select
22
23
  ```
23
24