graphkit 0.1 → 0.1.0.1

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 (1) hide show
  1. metadata +23 -6
metadata CHANGED
@@ -1,7 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphkit
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ hash: 69
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ - 1
11
+ version: 0.1.0.1
5
12
  platform: ruby
6
13
  authors:
7
14
  - Edmund Highcock
@@ -13,7 +20,7 @@ date: 2010-07-26 00:00:00 +01:00
13
20
  default_executable:
14
21
  dependencies: []
15
22
 
16
- description: A GraphKit is a device independent intelligent data container that allows the easy sharing, combining and plotting of graphic data representations. Easily created from data, they can be output in a variety of formats using packages such as gnuplot
23
+ description: "A GraphKit is a device independent intelligent data container that allows the easy sharing, combining and plotting of graphic data representations. Easily created from data, they can be output in a variety of formats using packages such as gnuplot. *** Currently broken: fix on its way ****"
17
24
  email:
18
25
  executables: []
19
26
 
@@ -26,29 +33,39 @@ files:
26
33
  - lib/graphkit/gnuplot.rb
27
34
  has_rdoc: true
28
35
  homepage: http://graphkit.rubyforge.org/
36
+ licenses: []
37
+
29
38
  post_install_message:
30
39
  rdoc_options: []
31
40
 
32
41
  require_paths:
33
42
  - lib
34
43
  required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
35
45
  requirements:
36
46
  - - ">="
37
47
  - !ruby/object:Gem::Version
48
+ hash: 51
49
+ segments:
50
+ - 1
51
+ - 9
52
+ - 0
38
53
  version: 1.9.0
39
- version:
40
54
  required_rubygems_version: !ruby/object:Gem::Requirement
55
+ none: false
41
56
  requirements:
42
57
  - - ">="
43
58
  - !ruby/object:Gem::Version
59
+ hash: 3
60
+ segments:
61
+ - 0
44
62
  version: "0"
45
- version:
46
63
  requirements: []
47
64
 
48
65
  rubyforge_project: graphkit
49
- rubygems_version: 1.3.1
66
+ rubygems_version: 1.3.7
50
67
  signing_key:
51
- specification_version: 2
68
+ specification_version: 3
52
69
  summary: Graph object with intuitive combining and plotting functions.
53
70
  test_files: []
54
71