Skip to content

Commit

Permalink
Regenerate gemspec for version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apneadiving committed Jul 3, 2011
1 parent 6897087 commit 79fb7b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gmaps4rails.gemspec
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Benjamin Roth", "David Ruyer"]
s.date = %q{2011-07-02}
s.date = %q{2011-07-03}
s.description = %q{Enables easy display of items (taken from a Rails 3 model) on a Google Maps (JS API V3). 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 = ["apnea.diving.deep@gmail.com", "david.ruyer@gmail.com"]
s.extra_rdoc_files = [
Expand All @@ -18,14 +18,14 @@ Gem::Specification.new do |s|
]
s.files = [
"app/views/gmaps4rails/_gmaps4rails.html.erb",
"lib/extensions/array.rb",
"lib/extensions/hash.rb",
"lib/generators/gmaps4rails/install_generator.rb",
"lib/generators/templates/README",
"lib/gmaps4rails.rb",
"lib/gmaps4rails/acts_as_gmappable.rb",
"lib/gmaps4rails/base.rb",
"lib/helper/gmaps4rails_helper.rb",
"lib/gmaps4rails/extensions/array.rb",
"lib/gmaps4rails/extensions/hash.rb",
"lib/gmaps4rails/generators/gmaps4rails/install_generator.rb",
"lib/gmaps4rails/generators/templates/README",
"lib/gmaps4rails/helper/gmaps4rails_helper.rb",
"public/images/marker.png",
"public/javascripts/gmaps4rails.js",
"public/stylesheets/gmaps4rails.css"
Expand Down

0 comments on commit 79fb7b8

Please sign in to comment.