tcpsnitch_analyzer 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tcpsnitch_analyzer.rb +1 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50b9dac312c23a4ec6e10f497b675078c0d6e7cf
4
- data.tar.gz: 86e2119b21841973b78cadca2965d89377500ee4
3
+ metadata.gz: deb4f1014bbd00150ff80dd78dbf0275866e4feb
4
+ data.tar.gz: d6171728c8af981e57506f74219dd2baa3443bad
5
5
  SHA512:
6
- metadata.gz: b8446c031fe67e81e5cbd72ab6b0bd3dcd2bc827d023684bc2f3b59da73e6e7566d6d415938d417cd71fdf18319940ed0236a526988291134bb063aa811d5e8b
7
- data.tar.gz: 58b7ef0d840080ad862399c4a55ec8b1b01d15ad3c33fe7ef94e0aeaf916618a299cc03d590f6234b2ed7244e7f9417fb5baa16b7311566d45b745e30bbac974
6
+ metadata.gz: '005479604429cc7e015538a894668f61c597633536705f910bdb20e30da5d58d03adbc5064a781754dfe278463815a872409f504cc2719b66e9a317e8f6c062c'
7
+ data.tar.gz: 0c4989db900139d36acecaa390dae03f90b1471799ded8bf0badcfa2507fc4ed1b5505c4c483db6d4234baf7adf6b07bbb5ccf1f25daefb3cfa4ebe57002af22
@@ -7,7 +7,7 @@ require 'tcpsnitch_analyzer/time_serie_stat'
7
7
 
8
8
  module TcpsnitchAnalyzer
9
9
  EXECUTABLE = 'tcpsnitch_analyzer'
10
- VERSION = '0.0.0'
10
+ VERSION = '0.0.1'
11
11
 
12
12
  # Configure Oj
13
13
  Oj.default_options = { symbol_keys: true }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcpsnitch_analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Vander Schueren
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.6'
55
- description: Tool to analyze tcpsnitch traces. Longer description to come.
55
+ description: Accepts a single or multiple tcpsnitch JSON traces as argument and compute
56
+ statistical information.
56
57
  email: gregory.vanderschueren@gmail.com
57
58
  executables:
58
59
  - tcpsnitch_analyzer
@@ -65,7 +66,7 @@ files:
65
66
  - lib/tcpsnitch_analyzer/opt_parser.rb
66
67
  - lib/tcpsnitch_analyzer/proportion_stat.rb
67
68
  - lib/tcpsnitch_analyzer/time_serie_stat.rb
68
- homepage: http://rubygems.org/gems/tcpsnitch_analyzer
69
+ homepage: https://github.com/GregoryVds/tcpsnitch_analyzer
69
70
  licenses:
70
71
  - GPL-3.0
71
72
  metadata: {}