dm-postgis 2.0.0 → 2.0.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/VERSION +1 -1
- data/dm-postgis.gemspec +3 -3
- metadata +4 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2.0.1
|
data/dm-postgis.gemspec
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
# Generated by jeweler
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
|
-
s.name = %q{dm-postgis}
|
|
6
|
-
s.version =
|
|
5
|
+
s.name = %q{dm-postgis}
|
|
6
|
+
s.version = File.read("VERSION")
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Roman Kamyk jr","svs"]
|
|
9
9
|
s.description = %q{Adds DMGeometry type to DataMapper that uses GeoRuby for (de)serializing Geometry types into Postgis.}
|
|
@@ -27,8 +27,8 @@ Gem::Specification.new do |s|
|
|
|
27
27
|
]
|
|
28
28
|
s.homepage = %q{http://github.com/rkj/dm-postgis}
|
|
29
29
|
s.require_paths = ["lib"]
|
|
30
|
-
s.rubygems_version = %q{1.3.7}
|
|
31
30
|
s.summary = %q{Geometry type for DataMapper}
|
|
31
|
+
s.license = 'MIT'
|
|
32
32
|
s.test_files = [
|
|
33
33
|
"spec/pg_geometry_spec.rb",
|
|
34
34
|
]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dm-postgis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-09-
|
|
13
|
+
date: 2013-09-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: GeoRuby
|
|
@@ -145,7 +145,8 @@ files:
|
|
|
145
145
|
- lib/dm-postgis/pg_geometry.rb
|
|
146
146
|
- spec/pg_geometry_spec.rb
|
|
147
147
|
homepage: http://github.com/rkj/dm-postgis
|
|
148
|
-
licenses:
|
|
148
|
+
licenses:
|
|
149
|
+
- MIT
|
|
149
150
|
post_install_message:
|
|
150
151
|
rdoc_options: []
|
|
151
152
|
require_paths:
|