gdal 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Gdal::Ruby
1
+ # gdal-ruby [![Build Status](https://secure.travis-ci.org/zhm/gdal-ruby.png)](http://travis-ci.org/zhm/gdal-ruby)
2
2
 
3
3
  Native bindings for GDAL/OGR for ruby. The GDAL repository contains ruby bindings
4
4
  in the `swig/ruby` directory, but they aren't compiled or installed with default
@@ -18640,7 +18640,7 @@ SWIGEXPORT void Init_ogr(void) {
18640
18640
  /* Setup exception handling */
18641
18641
  UseExceptions();
18642
18642
 
18643
- rb_require("gdal/osr");
18643
+ rb_require("gdal-ruby/osr");
18644
18644
 
18645
18645
  SwigClassDriver.klass = rb_define_class_under(mOgr, "Driver", rb_cObject);
18646
18646
  SWIG_TypeClientData(SWIGTYPE_p_OGRDriverShadow, (void *) &SwigClassDriver);
@@ -1,5 +1,5 @@
1
1
  module Gdal
2
2
  module Ruby
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: