gdal 0.0.4 → 0.0.5
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/README.md +1 -1
- data/lib/gdal-ruby/version.rb +1 -1
- data/lib/gdal.rb +0 -3
- data/spec/gdal_spec.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Or install it yourself as:
|
|
|
42
42
|
|
|
43
43
|
To test it out:
|
|
44
44
|
|
|
45
|
-
$ ruby -e "require 'gdal'; puts Gdal::Ogr.create_geometry_from_wkt('POINT (30 10)').export_to_json"
|
|
45
|
+
$ ruby -e "require 'gdal-ruby/ogr'; puts Gdal::Ogr.create_geometry_from_wkt('POINT (30 10)').export_to_json"
|
|
46
46
|
|
|
47
47
|
The best documentation for right now is the [autotest](http://trac.osgeo.org/gdal/browser/trunk/autotest/ruby/ogr) code in the GDAL source tree. You can see various
|
|
48
48
|
patterns for accessing files and using the OGR API from the autotest sources.
|
data/lib/gdal-ruby/version.rb
CHANGED
data/lib/gdal.rb
CHANGED
data/spec/gdal_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gdal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
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-
|
|
12
|
+
date: 2012-08-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|