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 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.
@@ -1,5 +1,5 @@
1
1
  module Gdal
2
2
  module Ruby
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -1,4 +1 @@
1
1
  require 'gdal-ruby/version'
2
- require 'gdal-ruby/ogr'
3
- require 'gdal-ruby/gdal'
4
- require 'gdal-ruby/gdalconst'
@@ -1,4 +1,4 @@
1
- require 'gdal'
1
+ require 'gdal/ogr'
2
2
 
3
3
  describe "Gdal" do
4
4
  it "converts WKT to GeoJSON" do
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
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-13 00:00:00.000000000 Z
12
+ date: 2012-08-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake