gmaps4rails 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,9 +9,8 @@
9
9
  <% if enable_js == true %>
10
10
  <script src="http://www.google.com/jsapi"></script>
11
11
  <%=javascript_include_tag 'gmaps4rails' %>
12
- <% debugger %>
13
12
  <% unless options["markers"].nil? or (!options["markers"]["options"].nil? and options["markers"]["options"]["do_clustering"] == false) %>
14
- <script type="text/javascript" src='http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/src/markerclusterer.js'></script>
13
+ <script type="text/javascript" src='http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/src/markerclusterer_compiled.js'></script>
15
14
  <% end %>
16
15
  <% end %>
17
16
  <script type="text/javascript" charset="utf-8">
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmaps4rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benjamin Roth