polygon-validator 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9aed430ed8d8eb2af6a07905623e8c1fb31c0eba05aa823b3d04cdd26c3aa8d6
4
- data.tar.gz: 840a2c71964c1ea05a6730f14ddbc0fb828bac2ce2c5dc780a63570a90507397
3
+ metadata.gz: b6ac244e94193b5601c5c2fba560ea43a747abd81e15db46b88adbec26365001
4
+ data.tar.gz: 66f90ce4481bb7d574e340887ee1d84300c74104b0558011b18b8656a92ef957
5
5
  SHA512:
6
- metadata.gz: c64c498e81808a845b1f3664a54634fe4972e1f5a762d872b1a368c7392f0e63a64a856e416dda0e8d619637c6d28d3ef90d61598209093305371e6e2b6b776f
7
- data.tar.gz: 8dbaaeffac1eef6adf58c580c36ead76621dd017311afd8f356c5b0820237992540a122515a38e7c78c4e04bab0248f6cd3b9f22b28eea1507e22588afea9b18
6
+ metadata.gz: 5d896f45979aa77513963a6d4fbffc02b358f6b117da3e0a832e5fa330b7164ad415d9e4b22a79a37bf4b45f85b2d1e39798addf914b105732e109d888dc13a1
7
+ data.tar.gz: 60fbe222bd05bb1dae313d2fc4ffe9b93497cb9586a461428fc7b222aca502b3d33aced6b5fffdb8bdb851fd43016ed2d43dd2b2233d496b39696b3244275e42
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Polygon
4
4
  class Validator
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  end
7
7
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'Validate points inside polygons'
14
14
  spec.description = spec.summary
15
- spec.homepage = 'https://github.com/standout'
15
+ spec.homepage = 'https://github.com/standout/polygon-validator'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  # Specify which files should be added to the gem when it is released. The
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polygon-validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standout AB
@@ -95,7 +95,7 @@ files:
95
95
  - lib/polygon/validator.rb
96
96
  - lib/polygon/validator/version.rb
97
97
  - polygon-validator.gemspec
98
- homepage: https://github.com/standout
98
+ homepage: https://github.com/standout/polygon-validator
99
99
  licenses:
100
100
  - MIT
101
101
  metadata: {}