gmaps4rails 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,11 +7,8 @@ if enable_css == true %>
7
7
 
8
8
  <% content_for :scripts do %>
9
9
  <% if enable_js == true %>
10
- <!-- <script src="http://www.google.com/jsapi"></script> -->
11
10
  <%=javascript_include_tag 'gmaps4rails' %>
12
- <% unless options["markers"].nil? or (!options["markers"]["options"].nil? and options["markers"]["options"]["do_clustering"] == false) %>
13
- <script type="text/javascript" src='http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/src/markerclusterer_compiled.js'></script>
14
- <% end %>
11
+ <script type="text/javascript" src='http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/src/markerclusterer_compiled.js'></script>
15
12
  <% end %>
16
13
  <script type="text/javascript" charset="utf-8">
17
14
  function gmaps4rails_init() {
@@ -12,17 +12,4 @@
12
12
  #gmaps4rails_map {
13
13
  width: 800px;
14
14
  height: 400px;
15
- }
16
-
17
- #actions {
18
- list-style: none;
19
- padding: 0;
20
- }
21
-
22
- #inline-actions {
23
- padding-top: 10px;
24
- }
25
-
26
- .item {
27
- margin-left: 20px;
28
15
  }
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: 61
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 1
10
- version: 0.8.1
9
+ - 2
10
+ version: 0.8.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benjamin Roth
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-05-03 00:00:00 +02:00
19
+ date: 2011-05-05 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency