activerecord-postgis-adapter 0.3.0 → 0.3.1

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.
data/History.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.3.1 / 2011-02-01
2
+
3
+ * Fixed a syntax error that prevented the adapter from loading on Ruby 1.8. Whoops. (Reported by miguelperez)
4
+
1
5
  === 0.3.0 / 2011-01-26
2
6
 
3
7
  * Reworked type and constraint handling, which should result in a large number of bug fixes, especially related to schema dumps.
data/Version CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -47,7 +47,7 @@ module ActiveRecord
47
47
 
48
48
 
49
49
  SPATIAL_COLUMN_CONSTRUCTORS = ::RGeo::ActiveRecord::DEFAULT_SPATIAL_COLUMN_CONSTRUCTORS.merge(
50
- :geography => {:type => 'geometry', :geographic => true},
50
+ :geography => {:type => 'geometry', :geographic => true}
51
51
  )
52
52
 
53
53
  @@native_database_types = nil
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Azuma
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-26 00:00:00 -08:00
17
+ date: 2011-02-01 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency