rgeo-activerecord 0.3.2 → 0.3.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.
Files changed (5) hide show
  1. data/History.rdoc +4 -0
  2. data/README.rdoc +2 -2
  3. data/Version +1 -1
  4. data/test/tc_basic.rb +0 -5
  5. metadata +7 -9
data/History.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.3.3 / 2011-04-11
2
+
3
+ * A .gemspec file is now available for gem building and bundler git integration.
4
+
1
5
  === 0.3.2 / 2011-02-28
2
6
 
3
7
  * Fixed a bug that sometimes caused spatial column detection to fail, which could result in exceptions or incorrect spatial queries.
data/README.rdoc CHANGED
@@ -23,7 +23,7 @@ interact directly with this library
23
23
  RGeo::ActiveRecord has the following requirements:
24
24
 
25
25
  * Ruby 1.8.7 or later. Ruby 1.9.2 or later preferred.
26
- * \RGeo 0.2.4 or later.
26
+ * \RGeo 0.2.8 or later.
27
27
  * \ActiveRecord 3.0.3 or later. Earlier versions will not work.
28
28
  * \Arel 2.0.6 or later. Earlier versions will not work.
29
29
 
@@ -68,7 +68,7 @@ Development of \RGeo is sponsored by GeoPage, Inc. (http://www.geopage.com).
68
68
 
69
69
  === License
70
70
 
71
- Copyright 2010 Daniel Azuma
71
+ Copyright 2010-2011 Daniel Azuma
72
72
 
73
73
  All rights reserved.
74
74
 
data/Version CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
data/test/tc_basic.rb CHANGED
@@ -83,11 +83,6 @@ module RGeo
83
83
  end
84
84
 
85
85
 
86
- def test_geometry_types
87
- [:geometry, :point, :line_string, :polygon, :geometry_collection, :multi_line_string, :multi_point, :multi_polygon].each{ |type_| assert(::RGeo::ActiveRecord::GEOMETRY_TYPES.include?(type_), "Type #{type_.inspect} not found" ) }
88
- end
89
-
90
-
91
86
  end
92
87
 
93
88
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rgeo-activerecord
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.2
5
+ version: 0.3.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Azuma
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-28 00:00:00 -08:00
14
- default_executable:
13
+ date: 2011-04-11 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rgeo
@@ -21,7 +20,7 @@ dependencies:
21
20
  requirements:
22
21
  - - ">="
23
22
  - !ruby/object:Gem::Version
24
- version: 0.2.4
23
+ version: 0.2.8
25
24
  type: :runtime
26
25
  version_requirements: *id001
27
26
  - !ruby/object:Gem::Dependency
@@ -64,11 +63,10 @@ files:
64
63
  - lib/rgeo/active_record/task_hacker.rb
65
64
  - lib/rgeo/active_record/version.rb
66
65
  - lib/rgeo/active_record.rb
66
+ - test/tc_basic.rb
67
67
  - History.rdoc
68
68
  - README.rdoc
69
- - test/tc_basic.rb
70
69
  - Version
71
- has_rdoc: true
72
70
  homepage: http://virtuoso.rubyforge.org/rgeo-activerecord
73
71
  licenses: []
74
72
 
@@ -86,13 +84,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
84
  required_rubygems_version: !ruby/object:Gem::Requirement
87
85
  none: false
88
86
  requirements:
89
- - - ">="
87
+ - - ">"
90
88
  - !ruby/object:Gem::Version
91
- version: "0"
89
+ version: 1.3.1
92
90
  requirements: []
93
91
 
94
92
  rubyforge_project: virtuoso
95
- rubygems_version: 1.5.3
93
+ rubygems_version: 1.7.2
96
94
  signing_key:
97
95
  specification_version: 3
98
96
  summary: An RGeo module providing spatial extensions to ActiveRecord.