Skip to content

Commit

Permalink
Regenerate gemspec for version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apneadiving committed Jan 20, 2012
1 parent 5ed2bdd commit e3a74f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gmaps4rails.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{gmaps4rails}
s.version = "1.4.2"
s.version = "1.4.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Benjamin Roth}, %q{David Ruyer}]
s.date = %q{2012-01-05}
s.date = %q{2012-01-20}
s.description = %q{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.}
s.email = [%q{apnea.diving.deep@gmail.com}, %q{david.ruyer@gmail.com}]
s.extra_rdoc_files = [
Expand All @@ -28,6 +28,8 @@ Gem::Specification.new do |s|
"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",
Expand Down

0 comments on commit e3a74f2

Please sign in to comment.