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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c13dde182042eff38651139bade52ae10525937
4
- data.tar.gz: 7de66b90f6e33fdb5647cfd2f7442c507e7a6f5a
3
+ metadata.gz: 70556ef99614ea62c841ad75365fa26624e3df95
4
+ data.tar.gz: f4c84a985efa555eab3412a7fa59d79897b3a3bf
5
5
  SHA512:
6
- metadata.gz: 251442207e32769923a89800e3b2d0a8c71518b53a3750146d771c10a537987d25e34209300ae6a30fc67d2aefe684764d564cad7ffd3136381b7d96d2cc7592
7
- data.tar.gz: 5897c6c376f89a0c5bb97b66aa52a0285031b4c5c21b0d041b98abcf6b2eb3abb89470603c516a30d5685b3cba8327bc7613ae2ce54205810ca393030c1f6e38
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.0
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 be on axis. Thus every point
42
- must have a pair. Also you can separately use the Line class from the gem. It allows
43
- you to compare for equality the lines, defined by different points on itself.'
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: Get axis from a point list.
75
+ summary: Symmetry axis from a point list.
75
76
  test_files: []