gmaps4rails 0.9.0 → 0.9.1

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/lib/gmaps4rails.rb CHANGED
@@ -1,11 +1,11 @@
1
1
  if defined?(Rails) && Rails::VERSION::MAJOR == 3
2
2
  module Gmaps4rails
3
3
  require 'rails'
4
- require 'extensions/array'
5
- require 'extensions/hash'
6
- require 'gmaps4rails/base'
4
+ require 'gmaps4rails/extensions/array'
5
+ require 'gmaps4rails/extensions/hash'
7
6
  require 'gmaps4rails/acts_as_gmappable'
8
- require 'helper/gmaps4rails_helper'
7
+ require 'gmaps4rails/helper/gmaps4rails_helper'
8
+ require 'gmaps4rails/base'
9
9
 
10
10
  class Engine < Rails::Engine
11
11
  initializer "static assets" do |app|
File without changes
File without changes
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: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
9
+ - 1
10
+ version: 0.9.1
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-07-02 00:00:00 +02:00
19
+ date: 2011-07-03 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -46,14 +46,14 @@ extra_rdoc_files:
46
46
  - README.rdoc
47
47
  files:
48
48
  - app/views/gmaps4rails/_gmaps4rails.html.erb
49
- - lib/extensions/array.rb
50
- - lib/extensions/hash.rb
51
- - lib/generators/gmaps4rails/install_generator.rb
52
- - lib/generators/templates/README
53
49
  - lib/gmaps4rails.rb
54
50
  - lib/gmaps4rails/acts_as_gmappable.rb
55
51
  - lib/gmaps4rails/base.rb
56
- - lib/helper/gmaps4rails_helper.rb
52
+ - lib/gmaps4rails/extensions/array.rb
53
+ - lib/gmaps4rails/extensions/hash.rb
54
+ - lib/gmaps4rails/generators/gmaps4rails/install_generator.rb
55
+ - lib/gmaps4rails/generators/templates/README
56
+ - lib/gmaps4rails/helper/gmaps4rails_helper.rb
57
57
  - public/images/marker.png
58
58
  - public/javascripts/gmaps4rails.js
59
59
  - public/stylesheets/gmaps4rails.css