griffordson-georuby-extras 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +10 -9
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: griffordson-georuby-extras
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 8
8
+ - 9
9
9
  - 0
10
- version: 0.8.0
10
+ version: 0.9.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Troy
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-07-24 00:00:00 Z
19
+ date: 2016-08-26 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: georuby
@@ -24,13 +24,14 @@ dependencies:
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ">="
27
+ - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 9
29
+ hash: 61
30
30
  segments:
31
- - 2
32
- - 5
33
- version: "2.5"
31
+ - 1
32
+ - 9
33
+ - 7
34
+ version: 1.9.7
34
35
  type: :runtime
35
36
  version_requirements: *id001
36
37
  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.