postgis_adapter.gemspec in postgis_adapter-0.7.7 vs postgis_adapter.gemspec in postgis_adapter-0.7.8

- old
+ new

@@ -3,15 +3,15 @@ # 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.7" + s.version = "0.7.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Marcos Piccinini"] - s.date = %q{2010-01-29} + s.date = %q{2010-02-26} s.description = %q{Execute PostGIS functions on Active Record} s.email = %q{x@nofxx.com} s.extra_rdoc_files = [ "README.rdoc" ] @@ -53,15 +53,15 @@ s.test_files = [ "spec/db/models_postgis.rb", "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_spec.rb", - "spec/spec_helper.rb" + "spec/postgis_functions/bbox_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3