leaflet_helper 0.0.10 → 0.7.7.0
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 +4 -4
- data/README.md +5 -1
- data/example/Gemfile.lock +1 -1
- data/leaflet_helper.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87e87febdc67ac8fcbbf39c59a453018feea912a
|
|
4
|
+
data.tar.gz: 66078354eff68186fe13c760f9509c2153c17e8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 221a398fb84d33dc9fbc6d34c12b092550446035a5d8d6a2733e53f96fd55d8e20061d594855669b31592374c807bc12386527e6d3552005222ad63f5fb9c334
|
|
7
|
+
data.tar.gz: 190fb064704578a1b6ce1477f07157d0b437935ff54bd8f6fdf83e801dbd1edebf88464ad38aa3ef5d6b74f5ea43ced1e682e6953ad6bb6ae4868af14659248a
|
data/README.md
CHANGED
|
@@ -20,7 +20,11 @@ bundle install
|
|
|
20
20
|
|
|
21
21
|
This is it for a while. Its doing all I wanted it to do. I will bump the version to 0.7.7 to reflect the version of the leaflet.js library that this thing uses. It looks like leaflet will go to version 1.0.0 soon. When it does I will update this gem to make use of the new versions of the JS libraries.
|
|
22
22
|
|
|
23
|
-
### v0.0
|
|
23
|
+
### v0.7.7.0 - released
|
|
24
|
+
|
|
25
|
+
* Bumped version to match leaflet
|
|
26
|
+
|
|
27
|
+
### v0.0.10 - released
|
|
24
28
|
|
|
25
29
|
* fixed a problem that plauged the multi-map per page defaults collision.
|
|
26
30
|
* changed some defaults which may require updates to existing users
|
data/example/Gemfile.lock
CHANGED
data/leaflet_helper.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "leaflet_helper"
|
|
7
|
-
spec.version = '0.0
|
|
7
|
+
spec.version = '0.7.7.0' # first three levels match leaflet
|
|
8
8
|
spec.authors = ["Dewayne VanHoozer"]
|
|
9
9
|
spec.email = ["dvanhoozer@gmail.com"]
|
|
10
10
|
|