jquery-colorpicker-rails 1.0.16.1 → 1.0.16.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Colorpicker
3
3
  module Rails
4
- VERSION = "1.0.16.1"
4
+ VERSION = "1.0.16.2"
5
5
  end
6
6
  end
7
7
  end
@@ -90,7 +90,7 @@
90
90
 
91
91
  .ui-colorpicker-map-layer-1,
92
92
  .ui-colorpicker-map-layer-2 {
93
- background: asset_url("map.png") no-repeat;
93
+ background: url(asset-path("map.png")) no-repeat;
94
94
  }
95
95
 
96
96
  .ui-colorpicker-map-128,
@@ -101,18 +101,18 @@
101
101
 
102
102
  .ui-colorpicker-map-128 .ui-colorpicker-map-layer-1,
103
103
  .ui-colorpicker-map-128 .ui-colorpicker-map-layer-2 {
104
- background: asset_url("128/map.png") no-repeat;
104
+ background: url(asset-path("128/map.png")) no-repeat;
105
105
  }
106
106
 
107
107
  .ui-colorpicker-map-layer-alpha {
108
- background: asset_url("map-opacity.png");
108
+ background: url(asset-path("map-opacity.png"));
109
109
  }
110
110
 
111
111
  .ui-colorpicker-map-pointer {
112
112
  display: inline-block;
113
113
  width: 15px;
114
114
  height: 15px;
115
- background: asset_url("map-pointer.png") no-repeat;
115
+ background: url(asset-path("map-pointer.png")) no-repeat;
116
116
  }
117
117
 
118
118
  /* Bar */
@@ -134,33 +134,33 @@
134
134
  .ui-colorpicker-bar-layer-2,
135
135
  .ui-colorpicker-bar-layer-3,
136
136
  .ui-colorpicker-bar-layer-4 {
137
- background: asset_url("bar.png") repeat-x;
137
+ background: url(asset-path("bar.png")) repeat-x;
138
138
  }
139
139
 
140
140
  .ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-1,
141
141
  .ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-2,
142
142
  .ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-3,
143
143
  .ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-4 {
144
- background: asset_url("128/bar.png") repeat-x;
144
+ background: url(asset-path("128/bar.png")) repeat-x;
145
145
  }
146
146
 
147
147
  .ui-colorpicker-bar-layer-alpha {
148
- background: asset_url("bar-opacity.png");
148
+ background: url(asset-path("bar-opacity.png"));
149
149
  }
150
150
 
151
151
  .ui-colorpicker-bar-layer-alphabar {
152
- background: asset_url("bar-alpha.png");
152
+ background: url(asset-path("bar-alpha.png"));
153
153
  }
154
154
 
155
155
  .ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-alphabar {
156
- background: asset_url("128/bar-alpha.png");
156
+ background: url(asset-path("128/bar-alpha.png"));
157
157
  }
158
158
 
159
159
  .ui-colorpicker-bar-pointer {
160
160
  display: inline-block;
161
161
  width: 20px;
162
162
  height: 7px;
163
- background: asset_url("bar-pointer.png") no-repeat;
163
+ background: url(asset-path("bar-pointer.png")) no-repeat;
164
164
  }
165
165
 
166
166
  /* Preview */
@@ -184,7 +184,7 @@
184
184
  width: 50px;
185
185
  height: 20px;
186
186
  display: inline-block;
187
- background: asset_url("preview-opacity.png") repeat;
187
+ background: url(asset-path("preview-opacity.png")) repeat;
188
188
  }
189
189
 
190
190
  /* 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.16.1
4
+ version: 1.0.16.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -65,7 +65,7 @@ files:
65
65
  - vendor/assets/images/preview-opacity.png
66
66
  - vendor/assets/images/map.png
67
67
  - vendor/assets/images/bar-opacity.png
68
- - vendor/assets/stylesheets/jquery.colorpicker.scss
68
+ - vendor/assets/stylesheets/jquery.colorpicker.scss.erb
69
69
  - vendor/assets/javascripts/i18n/jquery.ui.colorpicker-en.js
70
70
  - vendor/assets/javascripts/i18n/jquery.ui.colorpicker-de.js
71
71
  - vendor/assets/javascripts/i18n/jquery.ui.colorpicker-fr.js