GeoRuby 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,10 +16,12 @@ module GeoRuby
16
16
  attr_reader :geometry
17
17
 
18
18
  def initialize
19
+ @geometry = nil
19
20
  @geometry_stack = []
20
21
  end
21
22
  #resets the factory
22
23
  def reset
24
+ @geometry = nil
23
25
  @geometry_stack = []
24
26
  end
25
27
  #add a 2D point to the current geometry
@@ -24,7 +24,7 @@ spec = Gem::Specification::new do |s|
24
24
  s.platform = Gem::Platform::RUBY
25
25
 
26
26
  s.name = 'GeoRuby'
27
- s.version = "1.3.0"
27
+ s.version = "1.3.1"
28
28
  s.summary = "Ruby data holder for OGC Simple Features"
29
29
  s.description = <<EOF
30
30
  GeoRuby is intended as a holder for data returned from PostGIS and MySQL Spatial queries. The data model roughly follows the OGC "Simple Features for SQL" specification (see www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections)
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: GeoRuby
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.3.0
7
- date: 2007-08-26 00:00:00 +02:00
6
+ version: 1.3.1
7
+ date: 2007-08-28 00:00:00 +02:00
8
8
  summary: Ruby data holder for OGC Simple Features
9
9
  require_paths:
10
10
  - lib