visualisation-utils 0.6 → 0.7.0

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.
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.6'
4
+ version: 0.7.0
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: 2015-04-01 00:00:00.000000000 Z
12
+ date: 2015-04-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: trollop
@@ -29,28 +29,36 @@ dependencies:
29
29
  version: '0'
30
30
  description: ! "visualisation-utils provides a number of utilities\n for
31
31
  visualising data from the command line."
32
- email: ''
32
+ email:
33
+ - ''
33
34
  executables:
34
35
  - heat-map
35
36
  - overlay
36
37
  - scatter-plot
38
+ - time-line
37
39
  extensions: []
38
40
  extra_rdoc_files: []
39
41
  files:
42
+ - .gitignore
43
+ - Gemfile
44
+ - LICENSE.txt
40
45
  - README.md
41
46
  - Rakefile
42
47
  - bin/heat-map
43
48
  - bin/overlay
44
49
  - bin/scatter-plot
50
+ - bin/time-line
45
51
  - doc/gnuplot-gui.png
46
52
  - doc/heat-map.png
53
+ - doc/time-line.png
54
+ - lib/visualisation-utils.rb
55
+ - lib/visualisation-utils/version.rb
47
56
  - test-data/test-two-column.dat
48
57
  - test-data/test.dat
49
58
  - visualisation-utils.gemspec
50
59
  - world.dat
51
60
  homepage: https://github.com/programmiersportgruppe/visualisation-utils
52
- licenses:
53
- - MIT
61
+ licenses: []
54
62
  post_install_message:
55
63
  rdoc_options: []
56
64
  require_paths: