rgeo-shapefile 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.rdoc +4 -0
  2. data/README.rdoc +3 -3
  3. data/Version +1 -1
  4. metadata +9 -11
data/History.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.2.2 / 2011-04-11
2
+
3
+ * A .gemspec file is now available for gem building and bundler git integration.
4
+
1
5
  === 0.2.1 / 2011-03-31
2
6
 
3
7
  * The gem version is now accessible via an api.
data/README.rdoc CHANGED
@@ -38,8 +38,8 @@ Example:
38
38
  RGeo::Shapefile has the following requirements:
39
39
 
40
40
  * Ruby 1.8.7 or later. Ruby 1.9.2 or later preferred.
41
- * \RGeo 0.2.6 or later.
42
- * The "dbf" gem, version 1.5.2 or later, is recommended. This gem is
41
+ * \RGeo 0.2.8 or later.
42
+ * The "dbf" gem, version 1.5.3 or later, is recommended. This gem is
43
43
  needed to read the attributes file. If it is not present, shapefiles
44
44
  can still be read, but attributes will not be available.
45
45
 
@@ -79,7 +79,7 @@ ESRI shapefiles, we did borrow a bunch of their test cases.
79
79
 
80
80
  === License
81
81
 
82
- Copyright 2011 Daniel Azuma
82
+ Copyright 2010-2011 Daniel Azuma
83
83
 
84
84
  All rights reserved.
85
85
 
data/Version CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rgeo-shapefile
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
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-03-31 00:00:00 -07: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.6
23
+ version: 0.2.8
25
24
  type: :runtime
26
25
  version_requirements: *id001
27
26
  - !ruby/object:Gem::Dependency
@@ -32,7 +31,7 @@ dependencies:
32
31
  requirements:
33
32
  - - ">="
34
33
  - !ruby/object:Gem::Version
35
- version: 1.5.2
34
+ version: 1.5.3
36
35
  type: :development
37
36
  version_requirements: *id002
38
37
  description: RGeo is a geospatial data library for Ruby. RGeo::Shapefile is an optional RGeo module for reading the ESRI shapefile format, a common file format for geospatial datasets.
@@ -48,8 +47,6 @@ files:
48
47
  - lib/rgeo/shapefile/reader.rb
49
48
  - lib/rgeo/shapefile/version.rb
50
49
  - lib/rgeo/shapefile.rb
51
- - History.rdoc
52
- - README.rdoc
53
50
  - test/tc_basic.rb
54
51
  - test/tc_shapelib_tests.rb
55
52
  - test/shapelib_testcases/readme.txt
@@ -84,8 +81,9 @@ files:
84
81
  - test/shapelib_testcases/test8.shx
85
82
  - test/shapelib_testcases/test9.shx
86
83
  - test/shapelib_testcases/test.dbf
84
+ - History.rdoc
85
+ - README.rdoc
87
86
  - Version
88
- has_rdoc: true
89
87
  homepage: http://virtuoso.rubyforge.org/rgeo-shapefile
90
88
  licenses: []
91
89
 
@@ -103,13 +101,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
101
  required_rubygems_version: !ruby/object:Gem::Requirement
104
102
  none: false
105
103
  requirements:
106
- - - ">="
104
+ - - ">"
107
105
  - !ruby/object:Gem::Version
108
- version: "0"
106
+ version: 1.3.1
109
107
  requirements: []
110
108
 
111
109
  rubyforge_project: virtuoso
112
- rubygems_version: 1.6.2
110
+ rubygems_version: 1.7.2
113
111
  signing_key:
114
112
  specification_version: 3
115
113
  summary: An RGeo module for reading ESRI shapefiles.