topologygenerator 0.0.13 → 0.0.14

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: 1cd6b92e9d82ccdcb54035184b95d7bf61b95e7c
4
- data.tar.gz: fbb0f2f5260f276eb5857ba2c0553a02a58439ac
3
+ metadata.gz: aebf02d9e22bc33b8e03d2e2f01e3ace4688921b
4
+ data.tar.gz: 900b820d45f14d763911c2f7327989f04e80c390
5
5
  SHA512:
6
- metadata.gz: 5d1927455831c6392eaa86e1ca646bea6f41d2c0b86887febbd52eb9bd9e79c0a2abedf4b660981619aa5d3fbff8f2f86a17459b970f2864cf7610ebe580fc68
7
- data.tar.gz: 37ab6b77cd17798b399ec2d91cb3541ebf715cea78efd36d7259fa3e10cdacba4a4907132a7185638c8f550c583f55fb4005df83f60289e40c6ea83231129bbb
6
+ metadata.gz: 220e81ed264452e49adbbea34119c16d938a6a21518d545785044784637e10156c37cffefa7a36f21a0cfbe32c60a8d1adf040a9750e7345902e2f7a80e469a3
7
+ data.tar.gz: 54f68692e12491fd4f8e5ab19289be0859917ca3e576793ef9a8d1e41565aa281c977a44507635d834f43b4d0ce5aa2d9b0b2a64f03fa973a3b137b08c9e1db6
@@ -1,3 +1,3 @@
1
1
  class Topologygenerator
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -12,14 +12,17 @@ Gem::Specification.new do |spec|
12
12
  spec.email = ["andy.laurito@gmail.com"]
13
13
 
14
14
  spec.summary = %q{Build a topology from a source provider and generates an output using a custom builder.}
15
- spec.description = %q{The topologygenerator gem is a tool for building from a network topology a custom output.
16
- This network topology can be obtained from a custom file written in ruby by the user, or
17
- by a SDN controller specifying the API uri (actually ONOS is support, and we are working
18
- for OpenDayLight support).
19
- When building your builder output, you have to write for each class defined in the network topology
20
- a module that describes how to build this class. The topologygenerator gem will then use this
21
- module's defined to generate the output desired.
22
- You can see examples of how to use this gem in the public github webpage.
15
+ spec.description = %q{The topologygenerator gem is a tool for building a custom output file format out of a
16
+ given network topology.
17
+ The topology can be retrieved from a custom file written in ruby by the user, or from an
18
+ SDN controller (by specifying the API uri).
19
+ The ONOS controller is currently supported, while the API for OpenDayLight is in
20
+ progress.
21
+
22
+ When building your output, you have to write a module that describes how to each
23
+ class defined in the network topology. The topologygenerator gem will then use the
24
+ defined modules to generate the output desired. You can see examples of how to use
25
+ this gem in the public github webpage.
23
26
  }
24
27
  spec.homepage = "https://github.com/andyLaurito92/topologygenerator"
25
28
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: topologygenerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrés Laurito
@@ -80,16 +80,17 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: "The topologygenerator gem is a tool for building from a network topology
84
- a custom output. \n This network topology can be obtained
85
- from a custom file written in ruby by the user, or \n by
86
- a SDN controller specifying the API uri (actually ONOS is support, and we are working
87
- \n for OpenDayLight support).\n When
88
- building your builder output, you have to write for each class defined in the network
89
- topology \n a module that describes how to build this class.
90
- The topologygenerator gem will then use this \n module's
91
- defined to generate the output desired.\n You can see examples
92
- of how to use this gem in the public github webpage.\n "
83
+ description: "The topologygenerator gem is a tool for building a custom output file
84
+ format out of a \n given network topology. \n The
85
+ topology can be retrieved from a custom file written in ruby by the user, or from
86
+ an \n SDN controller (by specifying the API uri).\n The
87
+ ONOS controller is currently supported, while the API for OpenDayLight is in \n
88
+ \ progress. \n\n When building
89
+ your output, you have to write a module that describes how to each \n class
90
+ defined in the network topology. The topologygenerator gem will then use the \n
91
+ \ defined modules to generate the output desired. You
92
+ can see examples of how to use \n this gem in the public
93
+ github webpage.\n "
93
94
  email:
94
95
  - andy.laurito@gmail.com
95
96
  executables: []