visualisation-utils 0.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visualisation-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: '0.5'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-18 00:00:00.000000000 Z
12
+ date: 2015-04-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: trollop
@@ -31,6 +31,7 @@ description: ! "visualisation-utils provides a number of utilities\n
31
31
  visualising data from the command line."
32
32
  email: ''
33
33
  executables:
34
+ - heat-map
34
35
  - overlay
35
36
  - scatter-plot
36
37
  extensions: []
@@ -38,12 +39,15 @@ extra_rdoc_files: []
38
39
  files:
39
40
  - README.md
40
41
  - Rakefile
42
+ - bin/heat-map
41
43
  - bin/overlay
42
44
  - bin/scatter-plot
43
45
  - doc/gnuplot-gui.png
46
+ - doc/heat-map.png
44
47
  - test-data/test-two-column.dat
45
48
  - test-data/test.dat
46
49
  - visualisation-utils.gemspec
50
+ - world.dat
47
51
  homepage: https://github.com/programmiersportgruppe/visualisation-utils
48
52
  licenses:
49
53
  - MIT