sysbench-graph 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. data/README.rdoc +0 -6
  2. data/VERSION +1 -1
  3. data/lib/sysbench-graph.rb +1 -1
  4. metadata +2 -2
@@ -6,12 +6,6 @@
6
6
 
7
7
  A tool for parsing the output of SysBench IO tests and then graphing it
8
8
 
9
- == DOCUMENTATION:
10
-
11
- Documentation is available online at at rdoc.info[http://rdoc.info/projects/chetan/sysbench-graph]
12
-
13
- == FEATURES:
14
-
15
9
  == SYNOPSIS:
16
10
 
17
11
  This tool was designed to work with the Percona SysBench script found here:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -100,7 +100,7 @@ end
100
100
  DataSet.create.data = profiles
101
101
 
102
102
  puts ''
103
- puts 'Going to start server at http://localhost:4756/'
103
+ puts 'Going to start server at http://localhost:4567/'
104
104
  puts ''
105
105
 
106
106
  Sinatra::Application.run = true
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chetan Sarva