tail-select-rails 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb5f0cae3224dd89b8818fd901f9f9d55bbf5f496f27e179b217416bb492fcc4
4
- data.tar.gz: c5eb92f904c0113c43aa619996216907f4928a44d5fab1b453f255fd6ab8cda8
3
+ metadata.gz: 5161b6c54e96fc4654f0eb3d0c956d5bdfe7f1fa7edc210434709469b4f8017a
4
+ data.tar.gz: e259752c3b0b274c55a9a0b9fb2431425ba9cadb89cdd500d6f551da83240350
5
5
  SHA512:
6
- metadata.gz: 709ce7b81c61db1aae91b4cf86beca85f76e07b15f37928eeb7088ea44a1e60b061239d9b3255062fdc99dc074a49d421a86b3f703f8d88ea67fb3124843bcc7
7
- data.tar.gz: fca58fd169a1ddc2fa8b86f9f8ad2954ff1d08ffa84e934be22d8eff2e3d240df72f95d46ce29dda4e7304b9693464a0f3e6347cfda10752e1785b9d4af75409
6
+ metadata.gz: 22f30c18a1149f0bf1ca0791246ecfc590ba3b3152c47bb61e87b54a8167b9663dacc6c9c5e4c247322881a59b47450b6cccf95fb942f351fc33f0e164548839
7
+ data.tar.gz: 84c3f0838d6478785a0c7f472d24fcb91dda46820a2295eea702ee627d586a10c87a62551daba403f865b0a27d29ad662feed6fe0064e8ceb42b385a10cc9c0e
data/Readme.md CHANGED
@@ -18,15 +18,14 @@ Run `bundle install`.
18
18
  Add the following lines to `app/assets/javascripts/application.js`:
19
19
 
20
20
  ``` javascript
21
- //= require jquery
22
- //= require tail-select-rails
21
+ //= require tail.select
23
22
  ```
24
23
 
25
24
  Finalize the setup by adding these lines to `app/assets/stylesheets/application.css`:
26
25
 
27
26
  ``` css
28
27
  /*
29
- *= require tail-select-rails
28
+ *= require tail.select
30
29
  */
31
30
  ```
32
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tail-select-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gajendra Jena
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '6.1'
27
- - !ruby/object:Gem::Dependency
28
- name: jquery-rails
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: sass-rails
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -66,19 +52,18 @@ dependencies:
66
52
  - - ">="
67
53
  - !ruby/object:Gem::Version
68
54
  version: '0'
69
- description: Rails gem for easy tail-select-rails (v1.0.2) integration. See https://getbutterfly.com/tail-select/
55
+ description: Rails gem for easy tail.select js (v1.0.2) integration. See https://getbutterfly.com/tail-select/
70
56
  for more information on how to use tail.select
71
57
  email: gaju.mca@gmail.com
72
58
  executables: []
73
59
  extensions: []
74
60
  extra_rdoc_files: []
75
61
  files:
76
- - LICENSE
77
62
  - Readme.md
78
- - lib/tail_select_rails.rb
79
- - vendor/assets/javascripts/tail-select-rails.js
80
- - vendor/assets/javascripts/tail-select-rails.min.js
81
- - vendor/assets/stylesheets/tail-select-rails.css
63
+ - app/assets/javascripts/tail.select.js
64
+ - app/assets/javascripts/tail.select.min.js
65
+ - app/assets/stylesheets/tail.select.css
66
+ - lib/tail-select-rails.rb
82
67
  homepage: http://github.com/gajendrajena/tail-select-rails
83
68
  licenses: []
84
69
  metadata: {}
@@ -100,5 +85,5 @@ requirements: []
100
85
  rubygems_version: 3.2.3
101
86
  signing_key:
102
87
  specification_version: 4
103
- summary: Rails gem for easy tail-select-rails integration.
88
+ summary: Rails gem for easy tail.select js integration.
104
89
  test_files: []
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 Gajendra Jena <gaju.mca@gmail.com>
4
-
5
- Permission is hereby granted, free of charge as the original js library is opensource
6
- , to any person obtaining a copy of this software and associated documentation files
7
- (the "Software"), to deal in the Software without restriction, including without
8
- limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
- and/or sell copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
File without changes