tail-select-rails 1.0.1 → 1.0.3

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: 1b9894021c12e7de4839349ddc3f1ce58ea0aed708d1babd45c283846dfb3169
4
+ data.tar.gz: f82e4cb0a51df5b523c4ad4ba38d24cf300c60dbb195c247770a047fd8341aa7
5
5
  SHA512:
6
- metadata.gz: 5b51f51c84b8a779286d18ca9c0f19427cf95f888d40d021c9697400d3f73d89d6d7962a8b7ec270e51085703b9f06025a280a513e47bd4f8e2edc4c7f547ed0
7
- data.tar.gz: dc3b972fadf43f670522e91a024570657b283ea5d01dca468969ef27e3754b8d1eded66fb8b3a8c4457066f1827c27896a1f45ced58684e69a1470f26da582e0
6
+ metadata.gz: dca50c58614aee0e207748ccdd897392e40721a9c567dd3e040429d57256bf44fc7dfd482caabe1d3f944a974f9f4df16b35c6ac96cf4f34e7b0ed9077c04b5f
7
+ data.tar.gz: 18ce9414ca1ca3e95a1d18d67722c768db32e61a56e165cd63e80dc8d3a9d80814052e4090af0689518e410d2098050e9ed99f4d4376a9ab56c25cba8df01faa
@@ -10,7 +10,7 @@
10
10
 
11
11
  --tail-select--selection: rgba(0, 0, 0, 0.05);
12
12
  --tail-select--selection-text: #ffffff;
13
- --tail-select--selection-muted: rgb(147 197 253 / 1);
13
+ --tail-select--selection-muted: rgba(147, 197, 253, 1);
14
14
  }
15
15
 
16
16
  [data-theme="tail-theme--light"] {
@@ -225,8 +225,7 @@
225
225
  }
226
226
 
227
227
  .tail-select input[type="checkbox"]:focus {
228
- outline: 3px solid rgb(0 87 255 / 50%);
229
- outline: 3px solid rgb(147 197 253 / 1);
228
+ outline: 3px solid rgba(0, 87, 255, .5);
230
229
  outline-offset: 0px;
231
230
  }
232
231
 
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.3
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