symmetry_axis 0.1.0 → 0.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.
- checksums.yaml +4 -4
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70556ef99614ea62c841ad75365fa26624e3df95
|
4
|
+
data.tar.gz: f4c84a985efa555eab3412a7fa59d79897b3a3bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96a80e0db01959db3a6009c66c41065eda379be0caffe82f543b064542ca061bf85945e99967d59cf4d26f7d12c9154e70d8c714e856eba5c3692f5c957ed6ec
|
7
|
+
data.tar.gz: 8657f232c02798b274f3bdf79b251b477db057906a286f8e85783441fd122351c7aacf7d2f18d25921a8c96e7453d32b09f37999f9c90e998ec4372a89cc088d
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: symmetry_axis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Георгий Устинов"
|
@@ -38,9 +38,10 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '3'
|
41
|
-
description: 'It has the restriction: no points must
|
42
|
-
must have a pair.
|
43
|
-
you to compare for equality the lines, defined by different
|
41
|
+
description: 'Symmetry axis from a point list. It has the restriction: no points must
|
42
|
+
be on axis. Thus every point must have a pair. You can separately use the Line class
|
43
|
+
from the gem. It allows you to compare for equality the lines, defined by different
|
44
|
+
ways.'
|
44
45
|
email: httpcatharsis@gmail.com
|
45
46
|
executables: []
|
46
47
|
extensions: []
|
@@ -71,5 +72,5 @@ rubyforge_project:
|
|
71
72
|
rubygems_version: 2.4.5
|
72
73
|
signing_key:
|
73
74
|
specification_version: 4
|
74
|
-
summary:
|
75
|
+
summary: Symmetry axis from a point list.
|
75
76
|
test_files: []
|