gotime-postgis_adapter 0.8.4 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'postgis_adapter/railtie'
|
File without changes
|
data/postgis_adapter.gemspec
CHANGED
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.
|
4
|
+
version: 0.8.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-
|
12
|
+
date: 2011-10-12 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nofxx-georuby
|
16
|
-
requirement: &
|
16
|
+
requirement: &70316090548960 !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: *
|
24
|
+
version_requirements: *70316090548960
|
25
25
|
description: Execute PostGIS functions on Active Record
|
26
26
|
email: x@nofxx.com
|
27
27
|
executables: []
|
@@ -33,15 +33,17 @@ files:
|
|
33
33
|
- Gemfile.lock
|
34
34
|
- gotime-postgis_adapter-0.8.2.gem
|
35
35
|
- gotime-postgis_adapter-0.8.3.gem
|
36
|
+
- gotime-postgis_adapter-0.8.4.gem
|
36
37
|
- History.txt
|
38
|
+
- lib/gotime-postgis_adapter.rb
|
37
39
|
- lib/postgis_adapter/acts_as_geom.rb
|
38
40
|
- lib/postgis_adapter/common_spatial_adapter.rb
|
39
41
|
- lib/postgis_adapter/functions/bbox.rb
|
40
42
|
- lib/postgis_adapter/functions/class.rb
|
41
43
|
- lib/postgis_adapter/functions/common.rb
|
42
44
|
- lib/postgis_adapter/functions.rb
|
45
|
+
- lib/postgis_adapter/hack_it_up.rb
|
43
46
|
- lib/postgis_adapter/railtie.rb
|
44
|
-
- lib/postgis_adapter.rb
|
45
47
|
- MIT-LICENSE
|
46
48
|
- postgis_adapter.gemspec
|
47
49
|
- rails/init.rb
|
@@ -78,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
80
|
version: '0'
|
79
81
|
requirements: []
|
80
82
|
rubyforge_project: postgis_adapter
|
81
|
-
rubygems_version: 1.8.
|
83
|
+
rubygems_version: 1.8.10
|
82
84
|
signing_key:
|
83
85
|
specification_version: 3
|
84
86
|
summary: PostGIS Adapter for Active Record
|