chosen-rails 0.9.11 → 0.9.11.1
Sign up to get free protection for your applications and to get access to all the features.
data/chosen-rails.gemspec
CHANGED
@@ -15,11 +15,11 @@ Gem::Specification.new do |gem|
|
|
15
15
|
gem.require_paths = ["lib"]
|
16
16
|
gem.version = Chosen::Rails::VERSION
|
17
17
|
|
18
|
-
gem.add_dependency "railties", "
|
19
|
-
gem.add_dependency "coffee-rails", "
|
20
|
-
gem.add_dependency "sass-rails", "
|
18
|
+
gem.add_dependency "railties", ">= 3.0"
|
19
|
+
gem.add_dependency "coffee-rails", ">= 3.2"
|
20
|
+
gem.add_dependency "sass-rails", ">= 3.2"
|
21
21
|
|
22
|
-
gem.add_development_dependency "bundler", "
|
23
|
-
gem.add_development_dependency "rails", "
|
22
|
+
gem.add_development_dependency "bundler", ">= 1.0"
|
23
|
+
gem.add_development_dependency "rails", ">= 3.0"
|
24
24
|
gem.add_development_dependency "thor", "~> 0.14"
|
25
25
|
end
|
data/lib/chosen-rails/version.rb
CHANGED
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
*display: inline
|
9
9
|
.chzn-drop
|
10
10
|
background: #fff
|
11
|
-
border: 1px solid #
|
11
|
+
border: 1px solid #aaaaaa
|
12
12
|
border-top: 0
|
13
13
|
position: absolute
|
14
14
|
top: 29px
|
@@ -67,13 +67,13 @@
|
|
67
67
|
right: 26px
|
68
68
|
top: 6px
|
69
69
|
width: 12px
|
70
|
-
height:
|
70
|
+
height: 12px
|
71
71
|
font-size: 1px
|
72
|
-
background: image-url('chosen-sprite.png')
|
72
|
+
background: image-url('chosen-sprite.png') -42px 1px no-repeat
|
73
73
|
&:hover
|
74
|
-
background-position:
|
74
|
+
background-position: -42px -10px
|
75
75
|
&.chzn-disabled .chzn-single abbr:hover
|
76
|
-
background-position:
|
76
|
+
background-position: -42px -10px
|
77
77
|
.chzn-single div
|
78
78
|
position: absolute
|
79
79
|
right: 0
|
@@ -82,7 +82,7 @@
|
|
82
82
|
height: 100%
|
83
83
|
width: 18px
|
84
84
|
b
|
85
|
-
background: image-url('chosen-sprite.png') no-repeat
|
85
|
+
background: image-url('chosen-sprite.png') no-repeat 0px 2px
|
86
86
|
display: block
|
87
87
|
width: 100%
|
88
88
|
height: 100%
|
@@ -93,16 +93,16 @@
|
|
93
93
|
white-space: nowrap
|
94
94
|
z-index: 1010
|
95
95
|
input
|
96
|
-
background: white image-url('chosen-sprite.png') no-repeat 100% -
|
97
|
-
background: image-url('chosen-sprite.png') no-repeat 100% -
|
98
|
-
background: image-url('chosen-sprite.png') no-repeat 100% -
|
99
|
-
background: image-url('chosen-sprite.png') no-repeat 100% -
|
100
|
-
background: image-url('chosen-sprite.png') no-repeat 100% -
|
101
|
-
background: image-url('chosen-sprite.png') no-repeat 100% -
|
96
|
+
background: white image-url('chosen-sprite.png') no-repeat 100% -20px
|
97
|
+
background: image-url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white))
|
98
|
+
background: image-url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%)
|
99
|
+
background: image-url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, white 15%)
|
100
|
+
background: image-url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, white 15%)
|
101
|
+
background: image-url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, white 15%)
|
102
102
|
margin: 1px 0
|
103
103
|
padding: 4px 20px 4px 5px
|
104
104
|
outline: 0
|
105
|
-
border: 1px solid #
|
105
|
+
border: 1px solid #aaaaaa
|
106
106
|
font-family: sans-serif
|
107
107
|
font-size: 1em
|
108
108
|
.chzn-drop
|
@@ -128,7 +128,7 @@
|
|
128
128
|
background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%)
|
129
129
|
background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%)
|
130
130
|
background-image: linear-gradient(#eeeeee 1%, white 15%)
|
131
|
-
border: 1px solid #
|
131
|
+
border: 1px solid #aaaaaa
|
132
132
|
margin: 0
|
133
133
|
padding: 0
|
134
134
|
cursor: text
|
@@ -202,13 +202,13 @@
|
|
202
202
|
right: 3px
|
203
203
|
top: 4px
|
204
204
|
width: 12px
|
205
|
-
height:
|
205
|
+
height: 12px
|
206
206
|
font-size: 1px
|
207
|
-
background: image-url('chosen-sprite.png')
|
207
|
+
background: image-url('chosen-sprite.png') -42px 1px no-repeat
|
208
208
|
&:hover
|
209
|
-
background-position:
|
209
|
+
background-position: -42px -10px
|
210
210
|
.search-choice-focus .search-choice-close
|
211
|
-
background-position:
|
211
|
+
background-position: -42px -10px
|
212
212
|
|
213
213
|
/* @end
|
214
214
|
|
@@ -296,10 +296,10 @@
|
|
296
296
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
|
297
297
|
border: 1px solid #5897fb
|
298
298
|
.chzn-single-with-drop
|
299
|
-
border: 1px solid #
|
300
|
-
-webkit-box-shadow: 0 1px 0
|
301
|
-
-moz-box-shadow: 0 1px 0
|
302
|
-
box-shadow: 0 1px 0
|
299
|
+
border: 1px solid #aaaaaa
|
300
|
+
-webkit-box-shadow: 0 1px 0 white inset
|
301
|
+
-moz-box-shadow: 0 1px 0 white inset
|
302
|
+
box-shadow: 0 1px 0 white inset
|
303
303
|
background-color: #eee
|
304
304
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 )
|
305
305
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, white))
|
@@ -317,14 +317,14 @@
|
|
317
317
|
background: transparent
|
318
318
|
border-left: none
|
319
319
|
b
|
320
|
-
background-position: -18px
|
320
|
+
background-position: -18px 2px
|
321
321
|
.chzn-choices
|
322
322
|
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
|
323
323
|
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
|
324
324
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
|
325
325
|
border: 1px solid #5897fb
|
326
326
|
.search-field input
|
327
|
-
color: #
|
327
|
+
color: #111111 !important
|
328
328
|
|
329
329
|
/* @end
|
330
330
|
|
@@ -364,7 +364,6 @@
|
|
364
364
|
.search-choice-close
|
365
365
|
left: 4px
|
366
366
|
right: auto
|
367
|
-
background-position: right top
|
368
367
|
&.chzn-container-single .chzn-results
|
369
368
|
margin: 0 0 4px 4px
|
370
369
|
padding: 0 4px 0 0
|
@@ -374,13 +373,47 @@
|
|
374
373
|
&.chzn-container-active .chzn-single-with-drop div
|
375
374
|
border-right: none
|
376
375
|
.chzn-search input
|
377
|
-
background: white image-url('chosen-sprite.png') no-repeat -
|
378
|
-
background: image-url('chosen-sprite.png') no-repeat -
|
379
|
-
background: image-url('chosen-sprite.png') no-repeat -
|
380
|
-
background: image-url('chosen-sprite.png') no-repeat -
|
381
|
-
background: image-url('chosen-sprite.png') no-repeat -
|
382
|
-
background: image-url('chosen-sprite.png') no-repeat -
|
376
|
+
background: white image-url('chosen-sprite.png') no-repeat -30px -20px
|
377
|
+
background: image-url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white))
|
378
|
+
background: image-url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%)
|
379
|
+
background: image-url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, white 15%)
|
380
|
+
background: image-url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, white 15%)
|
381
|
+
background: image-url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, white 15%)
|
383
382
|
padding: 4px 5px 4px 20px
|
384
383
|
direction: rtl
|
385
384
|
|
385
|
+
.chzn-container-single.chzn-rtl
|
386
|
+
.chzn-single div b
|
387
|
+
background-position: 6px 2px
|
388
|
+
.chzn-single-with-drop div b
|
389
|
+
background-position: -12px 2px
|
390
|
+
|
391
|
+
/* @end
|
392
|
+
|
393
|
+
/* @group Retina compatibility
|
394
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)
|
395
|
+
.chzn-rtl .chzn-search input
|
396
|
+
background-image: image-url('chosen-sprite@2x.png') !important
|
397
|
+
background-repeat: no-repeat !important
|
398
|
+
background-size: 52px 37px !important
|
399
|
+
.chzn-container-single
|
400
|
+
.chzn-single
|
401
|
+
abbr, div b
|
402
|
+
background-image: image-url('chosen-sprite@2x.png') !important
|
403
|
+
background-repeat: no-repeat !important
|
404
|
+
background-size: 52px 37px !important
|
405
|
+
.chzn-search input
|
406
|
+
background-image: image-url('chosen-sprite@2x.png') !important
|
407
|
+
background-repeat: no-repeat !important
|
408
|
+
background-size: 52px 37px !important
|
409
|
+
.chzn-container-multi .chzn-choices .search-choice .search-choice-close
|
410
|
+
background-image: image-url('chosen-sprite@2x.png') !important
|
411
|
+
background-repeat: no-repeat !important
|
412
|
+
background-size: 52px 37px !important
|
413
|
+
.chzn-container
|
414
|
+
.chzn-results-scroll-down span, .chzn-results-scroll-up span
|
415
|
+
background-image: image-url('chosen-sprite@2x.png') !important
|
416
|
+
background-repeat: no-repeat !important
|
417
|
+
background-size: 52px 37px !important
|
418
|
+
|
386
419
|
/* @end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chosen-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.11
|
4
|
+
version: 0.9.11.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,14 +9,14 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: '3.0'
|
22
22
|
type: :runtime
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
none: false
|
26
26
|
requirements:
|
27
|
-
- -
|
27
|
+
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '3.0'
|
30
30
|
- !ruby/object:Gem::Dependency
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
33
33
|
none: false
|
34
34
|
requirements:
|
35
|
-
- -
|
35
|
+
- - ">="
|
36
36
|
- !ruby/object:Gem::Version
|
37
37
|
version: '3.2'
|
38
38
|
type: :runtime
|
@@ -40,7 +40,7 @@ dependencies:
|
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
41
|
none: false
|
42
42
|
requirements:
|
43
|
-
- -
|
43
|
+
- - ">="
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '3.2'
|
46
46
|
- !ruby/object:Gem::Dependency
|
@@ -48,7 +48,7 @@ dependencies:
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
49
49
|
none: false
|
50
50
|
requirements:
|
51
|
-
- -
|
51
|
+
- - ">="
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '3.2'
|
54
54
|
type: :runtime
|
@@ -56,7 +56,7 @@ dependencies:
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
none: false
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '3.2'
|
62
62
|
- !ruby/object:Gem::Dependency
|
@@ -64,7 +64,7 @@ dependencies:
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
65
65
|
none: false
|
66
66
|
requirements:
|
67
|
-
- -
|
67
|
+
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '1.0'
|
70
70
|
type: :development
|
@@ -72,7 +72,7 @@ dependencies:
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
73
|
none: false
|
74
74
|
requirements:
|
75
|
-
- -
|
75
|
+
- - ">="
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '1.0'
|
78
78
|
- !ruby/object:Gem::Dependency
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
81
81
|
none: false
|
82
82
|
requirements:
|
83
|
-
- -
|
83
|
+
- - ">="
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '3.0'
|
86
86
|
type: :development
|
@@ -88,7 +88,7 @@ dependencies:
|
|
88
88
|
version_requirements: !ruby/object:Gem::Requirement
|
89
89
|
none: false
|
90
90
|
requirements:
|
91
|
-
- -
|
91
|
+
- - ">="
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '3.0'
|
94
94
|
- !ruby/object:Gem::Dependency
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
requirement: !ruby/object:Gem::Requirement
|
97
97
|
none: false
|
98
98
|
requirements:
|
99
|
-
- - ~>
|
99
|
+
- - "~>"
|
100
100
|
- !ruby/object:Gem::Version
|
101
101
|
version: '0.14'
|
102
102
|
type: :development
|
@@ -104,7 +104,7 @@ dependencies:
|
|
104
104
|
version_requirements: !ruby/object:Gem::Requirement
|
105
105
|
none: false
|
106
106
|
requirements:
|
107
|
-
- - ~>
|
107
|
+
- - "~>"
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: '0.14'
|
110
110
|
description: Chosen is a javascript library of select box enhancer for jQuery and
|
@@ -115,7 +115,7 @@ executables: []
|
|
115
115
|
extensions: []
|
116
116
|
extra_rdoc_files: []
|
117
117
|
files:
|
118
|
-
- .gitignore
|
118
|
+
- ".gitignore"
|
119
119
|
- Gemfile
|
120
120
|
- LICENSE
|
121
121
|
- README.md
|
@@ -143,13 +143,13 @@ require_paths:
|
|
143
143
|
required_ruby_version: !ruby/object:Gem::Requirement
|
144
144
|
none: false
|
145
145
|
requirements:
|
146
|
-
- -
|
146
|
+
- - ">="
|
147
147
|
- !ruby/object:Gem::Version
|
148
148
|
version: '0'
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
150
150
|
none: false
|
151
151
|
requirements:
|
152
|
-
- -
|
152
|
+
- - ">="
|
153
153
|
- !ruby/object:Gem::Version
|
154
154
|
version: '0'
|
155
155
|
requirements: []
|