gdal 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,8 +3,8 @@ require 'mkmf'
3
3
  raise 'gdal-config not found.' if `which gdal-config`.empty?
4
4
 
5
5
  dir_config 'gdal',
6
- `gdal-config --libs`.split(' ')[0].gsub(/-L/, ''),
7
- `gdal-config --cflags`.split(' ')[0].gsub(/-I/, '')
6
+ `gdal-config --cflags`.split(' ')[0].gsub(/-I/, ''),
7
+ `gdal-config --libs`.split(' ')[0].gsub(/-L/, '')
8
8
 
9
9
  have_library 'gdal' or raise 'libgdal not found'
10
10
 
@@ -3,8 +3,8 @@ require 'mkmf'
3
3
  raise 'gdal-config not found.' if `which gdal-config`.empty?
4
4
 
5
5
  dir_config 'gdal',
6
- `gdal-config --libs`.split(' ')[0].gsub(/-L/, ''),
7
- `gdal-config --cflags`.split(' ')[0].gsub(/-I/, '')
6
+ `gdal-config --cflags`.split(' ')[0].gsub(/-I/, ''),
7
+ `gdal-config --libs`.split(' ')[0].gsub(/-L/, '')
8
8
 
9
9
  have_library 'gdal' or raise 'libgdal not found'
10
10
 
@@ -5,8 +5,8 @@ raise 'gdal-config not found.' if `which gdal-config`.empty?
5
5
  raise 'gdal-config not found.' if `which gdal-config`.empty?
6
6
 
7
7
  dir_config 'gdal',
8
- `gdal-config --libs`.split(' ')[0].gsub(/-L/, ''),
9
- `gdal-config --cflags`.split(' ')[0].gsub(/-I/, '')
8
+ `gdal-config --cflags`.split(' ')[0].gsub(/-I/, ''),
9
+ `gdal-config --libs`.split(' ')[0].gsub(/-L/, '')
10
10
 
11
11
  have_library 'gdal' or raise 'libgdal not found'
12
12
 
@@ -3,8 +3,8 @@ require 'mkmf'
3
3
  raise 'gdal-config not found.' if `which gdal-config`.empty?
4
4
 
5
5
  dir_config 'gdal',
6
- `gdal-config --libs`.split(' ')[0].gsub(/-L/, ''),
7
- `gdal-config --cflags`.split(' ')[0].gsub(/-I/, '')
6
+ `gdal-config --cflags`.split(' ')[0].gsub(/-I/, ''),
7
+ `gdal-config --libs`.split(' ')[0].gsub(/-L/, '')
8
8
 
9
9
  have_library 'gdal' or raise 'libgdal not found'
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Gdal
2
2
  module Ruby
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
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.3
4
+ version: 0.0.4
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-06-21 00:00:00.000000000 Z
12
+ date: 2012-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake