tail-select-rails 1.0.1 → 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: d3727f872f31c15d2a8ca35be0223914f48c745fc3a54dbbe1bd8a4f03584d63
4
- data.tar.gz: 4a5af9fe1a15bd0d1771dc2c1d14331e3fa1cefbfac9dfb9c834d09ece35c312
3
+ metadata.gz: 5161b6c54e96fc4654f0eb3d0c956d5bdfe7f1fa7edc210434709469b4f8017a
4
+ data.tar.gz: e259752c3b0b274c55a9a0b9fb2431425ba9cadb89cdd500d6f551da83240350
5
5
  SHA512:
6
- metadata.gz: 5b51f51c84b8a779286d18ca9c0f19427cf95f888d40d021c9697400d3f73d89d6d7962a8b7ec270e51085703b9f06025a280a513e47bd4f8e2edc4c7f547ed0
7
- data.tar.gz: dc3b972fadf43f670522e91a024570657b283ea5d01dca468969ef27e3754b8d1eded66fb8b3a8c4457066f1827c27896a1f45ced58684e69a1470f26da582e0
6
+ metadata.gz: 22f30c18a1149f0bf1ca0791246ecfc590ba3b3152c47bb61e87b54a8167b9663dacc6c9c5e4c247322881a59b47450b6cccf95fb942f351fc33f0e164548839
7
+ data.tar.gz: 84c3f0838d6478785a0c7f472d24fcb91dda46820a2295eea702ee627d586a10c87a62551daba403f865b0a27d29ad662feed6fe0064e8ceb42b385a10cc9c0e
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.1
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.js
80
- - vendor/assets/javascripts/tail.select.min.js
81
- - vendor/assets/stylesheets/tail.select.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
File without changes
File without changes