Skip to content

Commit

Permalink
fix typo in gemspec and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Mar 11, 2011
1 parent 282ace5 commit 69acf10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions google_map.gemspec
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.authors = ["Jeff Dutil"]
s.email = ["JDutil@BurlingtonWebApps.com"]
s.homepage = "https://github.com/jdutil/google_map"
s.summary = %q{Extends geokit and gives convenient helpers for adding google maps to your Rails applicaiton.}
s.description = %q{Extends geokit and gives convenient helpers for adding google maps to your Rails applicaiton.}
s.summary = %q{Extends geokit and gives convenient helpers for adding google maps to your application.}
s.description = %q{Extends geokit and gives convenient helpers for adding google maps to your application.}

s.rubyforge_project = "google_map"

Expand Down
2 changes: 1 addition & 1 deletion lib/google_map/version.rb
@@ -1,3 +1,3 @@
module GoogleMap
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit 69acf10

Please sign in to comment.