graph 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 2.3.1 / 2011-12-19
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Added Aja Hammerly's Easy Data Visualization with Graph slides
6
+
1
7
  === 2.3.0 / 2011-10-04
2
8
 
3
9
  * 7 minor enhancements:
data/Manifest.txt CHANGED
@@ -4,6 +4,7 @@ Manifest.txt
4
4
  README.txt
5
5
  Rakefile
6
6
  bin/graph
7
+ easy_visualization.pdf
7
8
  gallery/cluster.rb
8
9
  gallery/fsm.rb
9
10
  gallery/ruby_exceptions.rb
Binary file
data/lib/graph.rb CHANGED
@@ -7,7 +7,7 @@ require "enumerator"
7
7
  # dot format.
8
8
 
9
9
  class Graph
10
- VERSION = "2.3.0" # :nodoc:
10
+ VERSION = "2.3.1" # :nodoc:
11
11
 
12
12
  LIGHT_COLORS = %w(gray lightblue lightcyan lightgray lightpink
13
13
  lightslategray lightsteelblue white)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graph
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 0
10
- version: 2.3.0
9
+ - 1
10
+ version: 2.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2011-10-04 00:00:00 Z
39
+ date: 2011-12-20 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
@@ -46,11 +46,11 @@ dependencies:
46
46
  requirements:
47
47
  - - ~>
48
48
  - !ruby/object:Gem::Version
49
- hash: 9
49
+ hash: 19
50
50
  segments:
51
51
  - 2
52
- - 5
53
- version: "2.5"
52
+ - 8
53
+ version: "2.8"
54
54
  type: :development
55
55
  version_requirements: *id001
56
56
  - !ruby/object:Gem::Dependency
@@ -68,6 +68,21 @@ dependencies:
68
68
  version: "2.12"
69
69
  type: :development
70
70
  version_requirements: *id002
71
+ - !ruby/object:Gem::Dependency
72
+ name: rdoc
73
+ prerelease: false
74
+ requirement: &id003 !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ~>
78
+ - !ruby/object:Gem::Version
79
+ hash: 19
80
+ segments:
81
+ - 3
82
+ - 10
83
+ version: "3.10"
84
+ type: :development
85
+ version_requirements: *id003
71
86
  description: |-
72
87
  Graph is a type of hash that outputs in graphviz's dot format. It
73
88
  comes with a command-line interface that is easily pluggable.
@@ -102,6 +117,7 @@ files:
102
117
  - README.txt
103
118
  - Rakefile
104
119
  - bin/graph
120
+ - easy_visualization.pdf
105
121
  - gallery/cluster.rb
106
122
  - gallery/fsm.rb
107
123
  - gallery/ruby_exceptions.rb
@@ -148,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
164
  requirements: []
149
165
 
150
166
  rubyforge_project: seattlerb
151
- rubygems_version: 1.8.10
167
+ rubygems_version: 1.8.12
152
168
  signing_key:
153
169
  specification_version: 3
154
170
  summary: Graph is a type of hash that outputs in graphviz's dot format
metadata.gz.sig CHANGED
Binary file