gmap_coordinates_picker 0.0.7 → 0.0.8

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: 0472f16439c4db09787af0bde4417558ac8745c9
4
- data.tar.gz: c43733c68eea66557ad0d2f53c726ac0ad782172
3
+ metadata.gz: bbf53dc24174b7e8347798db04664dbe04312b4f
4
+ data.tar.gz: 0742d3f4c13aad9ea3679dbf961ff40932147cb9
5
5
  SHA512:
6
- metadata.gz: a2fe0e6b3d32030d34d693767b1c3268de4f68d6410e38cd2b88a512c1c7f9583c1c2318e4dd89277db5957ebd0415806fbe6a63434751449b56207c3ce86c08
7
- data.tar.gz: 58a0858461f5a37b23986e03ff467f894369aaf1212f20c6683409ba32f73733f06dff3d77c4afc5ef160df7746aedae6ee612f3d658a865b4dad2663455cf75
6
+ metadata.gz: 0f3803fa9264328ffe8ac90fa8e169b28c78d6d5cde5f40837405b6e7eca023b3fb481b739fae1537f3f2ef91d07146f4b94f8131fe4a82a0604ce1e38fe6e9a
7
+ data.tar.gz: a1d1a3317f016994cc5b16f990b3412340cee163f6f63d166ac16ea3bb375d8b7dbf99e5836b9c68216f88deb9ad5092723ef6ab2fadb0531d63faaccbc6874e
data/README.md CHANGED
@@ -5,6 +5,11 @@ works to provide an easy to use Google Maps interface for displaying and setting
5
5
 
6
6
  Where a latitude and longitude is set on the model, it is indicated by a marker shown on a Google map centered at the marker. The administrator can change the value of these fields by clicking on the desired new location on the map.
7
7
 
8
+ Demo app source code
9
+ ====================
10
+
11
+ https://github.com/amuntasim/gmap-coordicate-picker-demo
12
+
8
13
  Usage
9
14
  =====
10
15
 
@@ -70,6 +75,7 @@ VERSION
70
75
  =======
71
76
  -0.1.0
72
77
  - Rails4 support
78
+
73
79
  -0.0.3
74
80
  - `static map` feature added
75
81
  - `javascript map handler` support added
@@ -1,3 +1,3 @@
1
1
  module GmapCoordinatesPicker
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmap_coordinates_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muntasim Ahmed