topologygenerator 0.0.12 → 0.0.13
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/README.md +1 -1
- data/lib/topologygenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cd6b92e9d82ccdcb54035184b95d7bf61b95e7c
|
|
4
|
+
data.tar.gz: fbb0f2f5260f276eb5857ba2c0553a02a58439ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d1927455831c6392eaa86e1ca646bea6f41d2c0b86887febbd52eb9bd9e79c0a2abedf4b660981619aa5d3fbff8f2f86a17459b970f2864cf7610ebe580fc68
|
|
7
|
+
data.tar.gz: 37ab6b77cd17798b399ec2d91cb3541ebf715cea78efd36d7259fa3e10cdacba4a4907132a7185638c8f550c583f55fb4005df83f60289e40c6ea83231129bbb
|
data/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Suppose that you are designing your network, and you want to check if the design
|
|
|
26
26
|
|
|
27
27
|
This gem is used by the Haikunet programming language for getting the initial topology and perform the semantic checker analysis. For more information of Haikunet, you can check the following link:
|
|
28
28
|
|
|
29
|
-
https://github.com/andyLaurito92/
|
|
29
|
+
https://github.com/andyLaurito92/haikunet
|
|
30
30
|
|
|
31
31
|
## Installation
|
|
32
32
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: topologygenerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrés Laurito
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|