--- !ruby/object:Gem::Specification name: gmaps4rails version: !ruby/object:Gem::Version version: 1.4.7 prerelease: platform: ruby authors: - Benjamin Roth - David Ruyer autorequire: bindir: bin cert_chain: [] date: 2012-03-11 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: json requirement: &2161242960 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *2161242960 description: ! 'Enables easy display of items (taken from a Rails 3 model) on a Google Maps (JS API V3), OpenLayers, Mapquest and Bing. Geocoding + Directions included. Provides much options: markers customization, infowindows, auto-adjusted zoom, polylines, polygons, circles etc... See wiki on github for full description and examples.' email: - apnea.diving.deep@gmail.com - david.ruyer@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - app/assets/javascripts/gmaps4rails/all_apis.js - app/assets/javascripts/gmaps4rails/bing.js - app/assets/javascripts/gmaps4rails/gmaps4rails.base.js.coffee - app/assets/javascripts/gmaps4rails/gmaps4rails.bing.js.coffee - app/assets/javascripts/gmaps4rails/gmaps4rails.googlemaps.js.coffee - app/assets/javascripts/gmaps4rails/gmaps4rails.mapquest.js.coffee - app/assets/javascripts/gmaps4rails/gmaps4rails.openlayers.js.coffee - app/assets/javascripts/gmaps4rails/googlemaps.js - app/assets/javascripts/gmaps4rails/mapquest.js - app/assets/javascripts/gmaps4rails/openlayers.js - app/views/gmaps4rails/_gmaps4rails.html.erb - app/views/gmaps4rails/_html.html.erb - app/views/gmaps4rails/_scripts.html.erb - lib/generators/gmaps4rails/install_generator.rb - lib/generators/templates/README - lib/gmaps4rails.rb - lib/gmaps4rails/acts_as_gmappable.rb - lib/gmaps4rails/base.rb - lib/gmaps4rails/extensions/array.rb - lib/gmaps4rails/extensions/hash.rb - lib/gmaps4rails/geocoding.rb - lib/gmaps4rails/google_places.rb - lib/gmaps4rails/helper/gmaps4rails_helper.rb - lib/gmaps4rails/js_handler.rb - lib/gmaps4rails/json_handler.rb - public/images/marker.png - public/javascripts/gmaps4rails/gmaps4rails.base.js - public/javascripts/gmaps4rails/gmaps4rails.bing.js - public/javascripts/gmaps4rails/gmaps4rails.googlemaps.js - public/javascripts/gmaps4rails/gmaps4rails.mapquest.js - public/javascripts/gmaps4rails/gmaps4rails.openlayers.js - public/stylesheets/gmaps4rails.css - LICENSE.txt - README.rdoc homepage: http://github.com/apneadiving/Google-Maps-for-Rails licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Enables easy display of items (taken from a Rails 3 model) on a Google Maps (JS API V3), OpenLayers, Mapquest and Bing. Geocoding + Directions included. test_files: []