leaflet-rails 0.4.0.alpha1 → 0.4.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Leaflet
2
2
  module Rails
3
- VERSION = "0.4.0.alpha1"
3
+ VERSION = "0.4.0.alpha2"
4
4
  end
5
5
  end
@@ -154,11 +154,11 @@ a.leaflet-active {
154
154
  height: 27px;
155
155
  }
156
156
  .leaflet-control-zoom-in {
157
- background-image: url(images/zoom-in.png);
157
+ background-image: url(zoom-in.png);
158
158
  margin-bottom: 5px;
159
159
  }
160
160
  .leaflet-control-zoom-out {
161
- background-image: url(images/zoom-out.png);
161
+ background-image: url(zoom-out.png);
162
162
  }
163
163
 
164
164
  .leaflet-control-layers {
@@ -169,7 +169,7 @@ a.leaflet-active {
169
169
  border-radius: 8px;
170
170
  }
171
171
  .leaflet-control-layers a {
172
- background-image: url(images/layers.png);
172
+ background-image: url(layers.png);
173
173
  width: 36px;
174
174
  height: 36px;
175
175
  }
@@ -362,5 +362,5 @@ a.leaflet-active {
362
362
  font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
363
363
  }
364
364
  .leaflet-popup-close-button {
365
- background: white url(images/popup-close.png);
365
+ background: white url(popup-close.png);
366
366
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leaflet-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.alpha1
4
+ version: 0.4.0.alpha2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: