visualisation-utils 0.3 → 0.4
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.
- data/visualisation-utils.gemspec +2 -2
- metadata +4 -3
data/visualisation-utils.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
|
|
|
3
3
|
s.summary = 'utilities for quick visualisation'
|
|
4
4
|
s.description = 'visualisation-utils provides a number of utilities
|
|
5
5
|
for visualising data from the command line.'
|
|
6
|
-
s.version = '0.
|
|
6
|
+
s.version = '0.4'
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
|
|
9
9
|
s.files = ['bin/scatter-plot']
|
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.author = 'Felix Leipold'
|
|
17
17
|
s.email = ''
|
|
18
18
|
s.homepage = 'https://github.com/programmiersportgruppe/visualisation-utils'
|
|
19
|
-
|
|
19
|
+
s.license = 'MIT'
|
|
20
20
|
|
|
21
21
|
s.add_dependency('trollop')
|
|
22
22
|
end
|
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
|
+
version: '0.4'
|
|
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-
|
|
12
|
+
date: 2013-07-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: trollop
|
|
@@ -45,7 +45,8 @@ files:
|
|
|
45
45
|
- test-data/test.dat
|
|
46
46
|
- visualisation-utils.gemspec
|
|
47
47
|
homepage: https://github.com/programmiersportgruppe/visualisation-utils
|
|
48
|
-
licenses:
|
|
48
|
+
licenses:
|
|
49
|
+
- MIT
|
|
49
50
|
post_install_message:
|
|
50
51
|
rdoc_options: []
|
|
51
52
|
require_paths:
|