socmap_adf 0.0.2 → 0.0.3

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 0.0.3
2
+
3
+ ### Bug fixes
4
+ * Now callback works when adding marker with label
5
+
1
6
  # 0.0.2
2
7
 
3
8
  ### Features & Enhancements
@@ -172,7 +172,7 @@ class ADF.GMap.Views.Overlay extends google.maps.OverlayView
172
172
  @pane.appendChild(@div)
173
173
  else
174
174
  $(@body).append(@div)
175
- @view.onMarkerAdded(@view.point)
175
+ @view.onMarkerAdded(@view.point)
176
176
 
177
177
  draw: () ->
178
178
  overlayProjection = @getProjection()
@@ -1,3 +1,3 @@
1
1
  module SocmapAdf
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socmap_adf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-09-28 00:00:00.000000000 Z
14
+ date: 2012-10-08 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -196,18 +196,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
196
196
  - - ! '>='
197
197
  - !ruby/object:Gem::Version
198
198
  version: '0'
199
- segments:
200
- - 0
201
- hash: 2364184370769170331
202
199
  required_rubygems_version: !ruby/object:Gem::Requirement
203
200
  none: false
204
201
  requirements:
205
202
  - - ! '>='
206
203
  - !ruby/object:Gem::Version
207
204
  version: '0'
208
- segments:
209
- - 0
210
- hash: 2364184370769170331
211
205
  requirements: []
212
206
  rubyforge_project: socmap_adf
213
207
  rubygems_version: 1.8.24