Skip to content

Commit

Permalink
bump github generate gem..
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Dec 10, 2008
1 parent 0ead0d3 commit bc01936
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -28,7 +28,7 @@ If you are using Spatial Adapter, *remove it first*.
sudo gem sources --add http://gems.github.com
sudo gem install nofxx-postgis_adapter

config.gem "nofxx-postgis_adapter", :lib => "postgis_adapter", :source => 'http://gems.github.com
config.gem "nofxx-postgis_adapter", :lib => "postgis_adapter", :source => "http://gems.github.com"

### As plugin:

Expand Down
2 changes: 1 addition & 1 deletion lib/postgis_adapter.rb
Expand Up @@ -20,7 +20,7 @@
include SpatialAdapter

module PostgisAdapter
VERSION = '0.1.1'
VERSION = '0.1.2'
end

#tables to ignore in migration : relative to PostGIS management of geometric columns
Expand Down
18 changes: 8 additions & 10 deletions postgis_adapter.gemspec
@@ -1,23 +1,21 @@
# -*- encoding: utf-8 -*-

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

s.name = "postgis_adapter"
s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marcos Piccinini"]
s.date = %q{2008-12-10}
s.description = %q{Postgis Adapter for Activer Record}
s.date = "2008-12-10"
s.description = "Postgis Adapter for Activer Record"
s.email = ["x@nofxx.com"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt"]
s.files = ["History.txt", "MIT-LICENSE", "Manifest.txt", "README.markdown", "Rakefile", "init.rb", "install.rb", "lib/postgis_adapter.rb", "lib/postgis_adapter/acts_as_geom.rb", "lib/postgis_adapter/common_spatial_adapter.rb", "lib/postgis_functions.rb", "lib/postgis_functions/bbox.rb", "lib/postgis_functions/class.rb", "lib/postgis_functions/common.rb", "lib/postgis_functions/linestring.rb", "lib/postgis_functions/point.rb", "lib/postgis_functions/polygon.rb", "postgis_adapter.gemspec", "rails/init.rb", "script/console", "script/destroy", "script/generate", "spec/acts_as_geom_spec.rb", "spec/common_spatial_adapter_spec.rb", "spec/db/database_postgis.yml", "spec/db/models_postgis.rb", "spec/db/schema_postgis.rb", "spec/postgis_adapter_spec.rb", "spec/postgis_functions/bbox_spec.rb", "spec/postgis_functions/linestring_spec.rb", "spec/postgis_functions/point_spec.rb", "spec/postgis_functions/polygon_spec.rb", "spec/postgis_functions_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "uninstall.rb"]
s.files = ["History.txt", "MIT-LICENSE", "Manifest.txt", "README.markdown", "Rakefile", "init.rb", "install.rb", "lib/postgis_adapter.rb", "lib/postgis_adapter/acts_as_geom.rb", "lib/postgis_adapter/common_spatial_adapter.rb", "lib/postgis_functions.rb", "lib/postgis_functions/bbox.rb", "lib/postgis_functions/class.rb", "lib/postgis_functions/common.rb", "lib/postgis_functions/linestring.rb", "lib/postgis_functions/point.rb", "lib/postgis_functions/polygon.rb", "postgis_adapter.gemspec", "rails/init.rb", "script/console", "script/destroy", "script/generate", "uninstall.rb"]
s.test_files = ["spec/acts_as_geom_spec.rb", "spec/common_spatial_adapter_spec.rb", "spec/db/database_postgis.yml", "spec/db/models_postgis.rb", "spec/db/schema_postgis.rb", "spec/postgis_adapter_spec.rb", "spec/postgis_functions/bbox_spec.rb", "spec/postgis_functions/linestring_spec.rb", "spec/postgis_functions/point_spec.rb", "spec/postgis_functions/polygon_spec.rb", "spec/postgis_functions_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/nofxx/postgis_adapter}
s.homepage = "http://github.com/nofxx/postgis_adapter"
s.rdoc_options = ["--main", "README.markdown"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{postgis_adapter}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Postgis Adapter for Activer Record}
s.summary = "Postgis Adapter for Activer Record"

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit bc01936

Please sign in to comment.