topologygenerator 0.0.12 → 0.0.13

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
  SHA1:
3
- metadata.gz: 24bb33627e3fdace256c4c107e732c08adbd6015
4
- data.tar.gz: 90871f3c7b86ebb2ef484796220d80b1fc4348cb
3
+ metadata.gz: 1cd6b92e9d82ccdcb54035184b95d7bf61b95e7c
4
+ data.tar.gz: fbb0f2f5260f276eb5857ba2c0553a02a58439ac
5
5
  SHA512:
6
- metadata.gz: 6cf12a2fcd4faa706480e2e6932d3821db838bca51c6527d09490ed39af6a2c13808e6b8191b5ac4be32e92995700dc085b7a9a60bd30424e4f92559b55f10bf
7
- data.tar.gz: c3ff63bd8983b4c1d0e8a5940b89e9ff50308856647e35e2329d973f2bd37672c14dc1a8c579f83abdae4a85e3d312af6d4c28d004bceb7308caa9e827a5f55b
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/tesis/tree/master/haikunet
29
+ https://github.com/andyLaurito92/haikunet
30
30
 
31
31
  ## Installation
32
32
 
@@ -1,3 +1,3 @@
1
1
  class Topologygenerator
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
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.12
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-07 00:00:00.000000000 Z
11
+ date: 2016-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler