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 +4 -4
- data/Readme.md +2 -1
- data/app/assets/javascripts/tail.select.js +1567 -523
- data/app/assets/stylesheets/tail.select.css +383 -181
- metadata +2 -3
- data/app/assets/javascripts/tail.select.min.js +0 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 613828c02da722f74ec15345133eacfe32e79eae4ad5abba871f54257f553474
|
4
|
+
data.tar.gz: 9a7613fca038bea66285e8850237204baa0842819b7b6e98db945b7a2cc4fec0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 **
|
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
|
|