rgeo 0.3.15 → 0.3.16

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.
@@ -1,3 +1,8 @@
1
+ === 0.3.16 / 2012-08-19
2
+
3
+ * Added /usr/lib64 to the list of libraries searched. (Thanks to hunterae.)
4
+ * Re-added Geos::Factory as an alias of Geos::CAPIFactory, for compatibility with old serializations.
5
+
1
6
  === 0.3.15 / 2012-08-02
2
7
 
3
8
  * The class shuffle in 0.3.14 broke RGeo::Geos.is_geos? and similar. Fixed.
data/Version CHANGED
@@ -1 +1 @@
1
- 0.3.15
1
+ 0.3.16
@@ -55,6 +55,7 @@ else
55
55
  ]
56
56
  lib_dirs_ =
57
57
  [
58
+ '/usr/local/lib64',
58
59
  '/usr/local/lib',
59
60
  '/usr/local/geos/lib',
60
61
  '/opt/local/lib',
@@ -62,6 +63,7 @@ else
62
63
  '/opt/lib',
63
64
  '/Library/Frameworks/GEOS.framework/unix/lib',
64
65
  ::RbConfig::CONFIG['libdir'],
66
+ '/usr/lib64',
65
67
  '/usr/lib',
66
68
  ]
67
69
  header_dirs_.delete_if{ |path_| !::File.directory?(path_) }
@@ -58,6 +58,7 @@ else
58
58
  lib_dirs_ =
59
59
  [
60
60
  '/usr/local/lib',
61
+ '/usr/local/lib64',
61
62
  '/usr/local/proj/lib',
62
63
  '/usr/local/proj4/lib',
63
64
  '/opt/local/lib',
@@ -67,6 +68,7 @@ else
67
68
  '/Library/Frameworks/PROJ.framework/unix/lib',
68
69
  ::RbConfig::CONFIG['libdir'],
69
70
  '/usr/lib',
71
+ '/usr/lib64',
70
72
  ]
71
73
  header_dirs_.delete_if{ |path_| !::File.directory?(path_) }
72
74
  lib_dirs_.delete_if{ |path_| !::File.directory?(path_) }
@@ -492,6 +492,11 @@ module RGeo
492
492
  end
493
493
 
494
494
 
495
+ # Deprecated alias of CAPIFactory.
496
+ # Defined primarily to support old YAML serializations.
497
+ Factory = CAPIFactory
498
+
499
+
495
500
  end
496
501
 
497
502
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgeo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.15
4
+ version: 0.3.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-03 00:00:00.000000000 Z
12
+ date: 2012-08-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: RGeo is a geospatial data library for Ruby. It provides an implementation
15
15
  of the Open Geospatial Consortium's Simple Features Specification, used by most