Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Jan 28, 2010
1 parent 85ddc3a commit 38ab558
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions postgis_adapter.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{postgis_adapter}
s.version = "0.7.2"
s.version = "0.7.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marcos Piccinini"]
s.date = %q{2009-10-18}
s.date = %q{2010-01-28}
s.description = %q{Execute PostGIS functions on Active Record}
s.email = %q{x@nofxx.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -55,12 +55,12 @@ Gem::Specification.new do |s|
"spec/db/schema_postgis.rb",
"spec/postgis_adapter/acts_as_geom_spec.rb",
"spec/postgis_adapter/common_spatial_adapter_spec.rb",
"spec/postgis_functions_spec.rb",
"spec/spec_helper.rb",
"spec/postgis_adapter_spec.rb",
"spec/postgis_functions/bbox_spec.rb",
"spec/postgis_functions/class_spec.rb",
"spec/postgis_functions/common_spec.rb",
"spec/postgis_functions/bbox_spec.rb"
"spec/postgis_functions_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
Expand All @@ -73,3 +73,4 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit 38ab558

Please sign in to comment.