select2-rails 3.2.0 → 3.2.1

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.
@@ -1,5 +1,5 @@
1
1
  module Select2
2
2
  module Rails
3
- VERSION = "3.2.0"
3
+ VERSION = "3.2.1"
4
4
  end
5
5
  end
@@ -514,7 +514,7 @@ disabled look for already selected choices in the results dropdown
514
514
 
515
515
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
516
516
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
517
- background-image: image-url(select2x2.png) !important;
517
+ background-image: image-url('select2x2.png') !important;
518
518
  background-repeat: no-repeat !important;
519
519
  background-size: 60px 40px !important;
520
520
  }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 2
8
- - 0
9
- version: 3.2.0
8
+ - 1
9
+ version: 3.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rogerio Medeiros