jquery-colorpicker-rails 1.0.4.0 → 1.0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f861c486bdeb27c94abda8e3ae0ed40b2c77eb3b
4
- data.tar.gz: 9a8c32dab96e1e8cd84eb96d38eae85ccad465ca
3
+ metadata.gz: 8756c9c0a2d1bd770f6639fec81c6c7678b0cf65
4
+ data.tar.gz: eeef3e2157eba4258b4e6ffcc200d8085772895b
5
5
  SHA512:
6
- metadata.gz: 991e9d7be472f9d1bf32b791bb53a1e9b710e01fb095eb665386c2481a7878742202c8326d31f8cbc041f15fb353aef9f1134df53c4ca58ae5ced4b189dfdb79
7
- data.tar.gz: 74fb62f9bd8fb75fb24a42bc7e8791f773fff689b32fadc0badc341d45efc426275a31fe71d4ed53879b494530c6beb000c034f0855b50437766a7cfd79b220f
6
+ metadata.gz: 09071ec9f2c824b2e7a849dacdf226a2c0f321f45feaca26632592c6ccf0cf001b21c5d4840764acad2c2d096afdb7368011f19179d4b31ed7deeb3c627e616e
7
+ data.tar.gz: 44221bfc46c062c57627e877c28d930ef0bf7f99083c54ba16faadaffcc47b5ae8bf90218ea29ef091226c1ce15b62735f80ffb355398917416afab963b2a3fc
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Colorpicker
3
3
  module Rails
4
- VERSION = "1.0.4.0"
4
+ VERSION = "1.0.4.1"
5
5
  end
6
6
  end
7
7
  end
@@ -90,18 +90,18 @@
90
90
 
91
91
  .ui-colorpicker-map-layer-1,
92
92
  .ui-colorpicker-map-layer-2 {
93
- background: image-url("map.png") no-repeat;
93
+ background: url("/assets/map.png") no-repeat;
94
94
  }
95
95
 
96
96
  .ui-colorpicker-map-layer-alpha {
97
- background: image-url("map-opacity.png");
97
+ background: url("/assets/map-opacity.png");
98
98
  }
99
99
 
100
100
  .ui-colorpicker-map-pointer {
101
101
  display: inline-block;
102
102
  width: 15px;
103
103
  height: 15px;
104
- background: image-url("map-pointer.png") no-repeat;
104
+ background: url("/assets/map-pointer.png") no-repeat;
105
105
  }
106
106
 
107
107
  /* Bar */
@@ -118,22 +118,22 @@
118
118
  .ui-colorpicker-bar-layer-2,
119
119
  .ui-colorpicker-bar-layer-3,
120
120
  .ui-colorpicker-bar-layer-4 {
121
- background: image-url("bar.png") repeat-x;
121
+ background: url("/assets/bar.png") repeat-x;
122
122
  }
123
123
 
124
124
  .ui-colorpicker-bar-layer-alpha {
125
- background: image-url("bar-opacity.png");
125
+ background: url("/assets/bar-opacity.png");
126
126
  }
127
127
 
128
128
  .ui-colorpicker-bar-layer-alphabar {
129
- background: image-url("bar-alpha.png");
129
+ background: url("/assets/bar-alpha.png");
130
130
  }
131
131
 
132
132
  .ui-colorpicker-bar-pointer {
133
133
  display: inline-block;
134
134
  width: 20px;
135
135
  height: 7px;
136
- background: image-url("bar-pointer.png") no-repeat;
136
+ background: url("/assets/bar-pointer.png") no-repeat;
137
137
  }
138
138
 
139
139
  /* Preview */
@@ -157,7 +157,7 @@
157
157
  width: 50px;
158
158
  height: 20px;
159
159
  display: inline-block;
160
- background: image-url("preview-opacity.png") repeat;
160
+ background: url("/assets/preview-opacity.png") repeat;
161
161
  }
162
162
 
163
163
  /* Inputs */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-colorpicker-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4.0
4
+ version: 1.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Frankovskiy