cb-ffi-proj4 0.0.6 → 0.0.7

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/ffi-proj4.rb +0 -4
  3. metadata +5 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
data/lib/ffi-proj4.rb CHANGED
@@ -122,10 +122,6 @@ module Proj4
122
122
  :pj_datum_transform => [
123
123
  :int, :pointer, :pointer, :long, :int, :pointer, :pointer, :pointer
124
124
  ],
125
-
126
- :setenv => [
127
- :int, :string, :string, :int
128
- ]
129
125
  }
130
126
 
131
127
  FFI_LAYOUT.each do |fun, ary|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cb-ffi-proj4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-27 00:00:00.000000000 Z
12
+ date: 2012-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi
16
- requirement: &70314475501680 !ruby/object:Gem::Requirement
16
+ requirement: &70270841744980 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70314475501680
24
+ version_requirements: *70270841744980
25
25
  description: An ffi wrapper for the PROJ.4 Cartographic Projections library.
26
26
  email: dark.panda@gmail.com
27
27
  executables: []
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 1.8.10
85
+ rubygems_version: 1.8.15
86
86
  signing_key:
87
87
  specification_version: 3
88
88
  summary: An ffi wrapper for the PROJ.4 Cartographic Projections library.