gotime-postgis_adapter 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -7,17 +7,6 @@
7
7
  # http://georuby.rubyforge.org Spatial Adapter
8
8
  #
9
9
 
10
- #Addition of a flag indicating if the index is spatial
11
- ActiveRecord::ConnectionAdapters::IndexDefinition.class_eval do
12
- attr_accessor :spatial
13
-
14
- def initialize(table, name, unique, spatial,columns)
15
- super(table,name,unique,columns)
16
- @spatial = spatial
17
- end
18
-
19
- end
20
-
21
10
  module SpatialAdapter
22
11
  #Translation of geometric data types
23
12
  def geometry_data_types
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'gotime-postgis_adapter'
3
- spec.version = '0.8.2'
3
+ spec.version = '0.8.3'
4
4
  spec.authors = ['Marcos Piccinini']
5
5
  spec.summary = 'PostGIS Adapter for Active Record'
6
6
  spec.email = 'x@nofxx.com'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gotime-postgis_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-08-01 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nofxx-georuby
16
- requirement: &2157135440 !ruby/object:Gem::Requirement
16
+ requirement: &2165179760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2157135440
24
+ version_requirements: *2165179760
25
25
  description: Execute PostGIS functions on Active Record
26
26
  email: x@nofxx.com
27
27
  executables: []
@@ -31,6 +31,7 @@ extra_rdoc_files:
31
31
  files:
32
32
  - Gemfile
33
33
  - Gemfile.lock
34
+ - gotime-postgis_adapter-0.8.2.gem
34
35
  - History.txt
35
36
  - lib/postgis_adapter/acts_as_geom.rb
36
37
  - lib/postgis_adapter/common_spatial_adapter.rb