griffordson-georuby-extras 0.9.0 → 0.10.0
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.
- checksums.yaml +7 -0
- metadata +44 -61
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ac6b656dcd6b0cf685406d22ff60160ead1c7db7d8efb38e31168a3eafc78177
|
4
|
+
data.tar.gz: b262a7307a311b6dc0a721922bfff9a12bc72a7f7d46e7afd58226fcbf0384b1
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 2f69610a69433375ce4f5da407baa872a7fb7bc37a65a74f5e2f41d83cb84099460d4fff1846d88f7f3d28bff814d7d677732f71dcb84351823313793024bc0c
|
7
|
+
data.tar.gz: 5facd3b8b600e3f190f503b1ffd02a1ff82912c1b21fc7bd7ad1a9eb4aa4ba1f9b64a72a6a1e0d0d1886c3b61a6f15d74f9016986202f261b066127676475835
|
metadata
CHANGED
@@ -1,94 +1,77 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: griffordson-georuby-extras
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 9
|
9
|
-
- 0
|
10
|
-
version: 0.9.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.10.0
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
6
|
+
authors:
|
13
7
|
- David Troy
|
14
8
|
- Matt Griffith
|
15
9
|
autorequire:
|
16
10
|
bindir: bin
|
17
11
|
cert_chain: []
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2023-07-25 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
22
15
|
name: georuby
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
- - "="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
hash: 61
|
30
|
-
segments:
|
31
|
-
- 1
|
32
|
-
- 9
|
33
|
-
- 7
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ">="
|
19
|
+
- !ruby/object:Gem::Version
|
34
20
|
version: 1.9.7
|
35
21
|
type: :runtime
|
36
|
-
|
37
|
-
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ">="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: 1.9.7
|
28
|
+
description: Provides native implementations of Vincenty ellipsoidal functions and
|
29
|
+
a native implementation of a ray casting algorithm to detect if a point is contained
|
30
|
+
in a polygon.
|
38
31
|
email: matt@griffith.com
|
39
32
|
executables: []
|
40
|
-
|
41
|
-
extensions:
|
33
|
+
extensions:
|
42
34
|
- ext/extconf.rb
|
43
|
-
extra_rdoc_files:
|
35
|
+
extra_rdoc_files:
|
44
36
|
- Manifest.txt
|
45
37
|
- README
|
46
38
|
- History.txt
|
47
|
-
files:
|
39
|
+
files:
|
40
|
+
- History.txt
|
41
|
+
- Manifest.txt
|
42
|
+
- README
|
48
43
|
- ext/extconf.rb
|
49
|
-
- ext/vincenty.c
|
50
|
-
- lib/georuby-extras.rb
|
51
44
|
- ext/pnpoly.c
|
52
45
|
- ext/pnpoly.h
|
53
|
-
-
|
54
|
-
-
|
55
|
-
- History.txt
|
56
|
-
- test/test_vincenty.rb
|
46
|
+
- ext/vincenty.c
|
47
|
+
- lib/georuby-extras.rb
|
57
48
|
- test/test_pnpoly.rb
|
49
|
+
- test/test_vincenty.rb
|
58
50
|
homepage: http://github.com/griffordson/georuby-extras
|
59
51
|
licenses: []
|
60
|
-
|
52
|
+
metadata: {}
|
61
53
|
post_install_message:
|
62
|
-
rdoc_options:
|
63
|
-
- --main
|
54
|
+
rdoc_options:
|
55
|
+
- "--main"
|
64
56
|
- README
|
65
|
-
require_paths:
|
57
|
+
require_paths:
|
66
58
|
- lib
|
67
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
68
|
-
|
69
|
-
requirements:
|
59
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
70
61
|
- - ">="
|
71
|
-
- !ruby/object:Gem::Version
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
version: "0"
|
76
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
77
|
-
none: false
|
78
|
-
requirements:
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: '0'
|
64
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
79
66
|
- - ">="
|
80
|
-
- !ruby/object:Gem::Version
|
81
|
-
|
82
|
-
segments:
|
83
|
-
- 0
|
84
|
-
version: "0"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
85
69
|
requirements: []
|
86
|
-
|
87
70
|
rubyforge_project:
|
88
|
-
rubygems_version:
|
71
|
+
rubygems_version: 2.7.6.2
|
89
72
|
signing_key:
|
90
|
-
specification_version:
|
73
|
+
specification_version: 4
|
91
74
|
summary: Native extensions and extra functions for the GeoRuby library.
|
92
|
-
test_files:
|
75
|
+
test_files:
|
93
76
|
- test/test_vincenty.rb
|
94
77
|
- test/test_pnpoly.rb
|