flex-cartesian 1.3.0 → 2.0.0.beta
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
- data/CHANGELOG.md +4 -0
- data/LICENSE +6 -0
- data/README.md +133 -439
- data/lib/analyzer.rb +48 -0
- data/lib/analyzers/morris.rb +268 -0
- data/lib/flex-cartesian/flex-cartesian-analyzer.rb +16 -0
- data/lib/flex-cartesian/flex-cartesian-core.rb +624 -0
- data/lib/flex-cartesian/flex-cartesian-deprecations.rb +13 -0
- data/lib/flex-cartesian/flex-cartesian-io.rb +192 -0
- data/lib/flex-cartesian/flex-cartesian-utilities.rb +126 -0
- data/lib/flex-cartesian.rb +13 -331
- data/lib/version.rb +3 -0
- data/lib/visualization/html.rb +217 -0
- metadata +48 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8abd0d3370585f47e040ff3debb856e8700b691085fd405ef387b148aa1abf3
|
|
4
|
+
data.tar.gz: b571ca431da42e1fb2b8bcaea81bd60b68fb4bff5549895303b70d52bdf9e418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e52a997e0f876eee8dafad0e7820bf342a5573183381aa4e1d73153dedd7a86e02941e4c9ea019361f71465bc72a015516394eedb469d5c9ade2ad696fe4f75
|
|
7
|
+
data.tar.gz: 0b70aef070da8f63c6f79408ecd1d54042213d27ce3fd30108621a438469f06bd2f95af73e12a34d54d47f4c69d403e9dc0834daa0de19c700202e1b53005175
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
FlexCartesian is licensed under the GNU General Public License version 3 (GPL-3.0-only).
|
|
2
|
+
This program is distributed under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 only.
|
|
3
|
+
No later versions of the GNU General Public License apply to this program.
|
|
4
|
+
The full text of the GNU General Public License version 3 is provided below and constitutes the complete license governing this software.
|
|
5
|
+
Any use, modification, or distribution of this software must comply strictly with the terms of GPL version 3 only (GPL-3.0-only).
|
|
6
|
+
|
|
1
7
|
GNU GENERAL PUBLIC LICENSE
|
|
2
8
|
Version 3, 29 June 2007
|
|
3
9
|
|