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