bootstrap-colorpicker-rails 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module BootstrapColorpickerRails
2
2
  module Rails
3
- VERSION = "0.3"
3
+ VERSION = "0.3.1"
4
4
  end
5
- end
5
+ end
@@ -113,7 +113,7 @@
113
113
  height: 10px;
114
114
  margin-top: 5px;
115
115
  clear: both;
116
- background-image: url(/img/alpha.png);
116
+ background-image: url(alpha.png);
117
117
  background-position: 0 100%;
118
118
  }
119
119
  .colorpicker-color div {
@@ -124,4 +124,4 @@
124
124
  cursor: pointer;
125
125
  width: 16px;
126
126
  height: 16px;
127
- }
127
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-colorpicker-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-14 00:00:00.000000000 Z
12
+ date: 2013-05-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties