proj4rb 4.1.0 → 4.1.1

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.
@@ -151,7 +151,7 @@ class TransformationTest < AbstractTest
151
151
  assert_equal("No operation found matching criteria", error.to_s)
152
152
  end
153
153
 
154
- if proj8?
154
+ if Proj::Api::PROJ_VERSION >= '8.0.0'
155
155
  def test_transform_bounds
156
156
  transform = Proj::Transformation.new("EPSG:4326",
157
157
  "+proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 +b=6370997 +units=m +no_defs")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proj4rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guilhem Vellut
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-03-13 00:00:00.000000000 Z
13
+ date: 2024-01-31 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: ffi
@@ -109,6 +109,7 @@ files:
109
109
  - lib/api/api_8_2.rb
110
110
  - lib/api/api_9_1.rb
111
111
  - lib/api/api_9_2.rb
112
+ - lib/api/api_9_4.rb
112
113
  - lib/api/api_experimental.rb
113
114
  - lib/proj.rb
114
115
  - lib/proj/area.rb
@@ -117,6 +118,7 @@ files:
117
118
  - lib/proj/context.rb
118
119
  - lib/proj/conversion.rb
119
120
  - lib/proj/coordinate.rb
121
+ - lib/proj/coordinate_metadata.rb
120
122
  - lib/proj/coordinate_operation_mixin.rb
121
123
  - lib/proj/coordinate_system.rb
122
124
  - lib/proj/crs.rb
@@ -189,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
191
  version: '0'
190
192
  requirements:
191
193
  - Proj Library
192
- rubygems_version: 3.4.8
194
+ rubygems_version: 3.5.5
193
195
  signing_key:
194
196
  specification_version: 4
195
197
  summary: Ruby bindings for the Proj coordinate transformation library