ruby-graphviz 1.2.4 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.all-contributorsrc +309 -0
- data/.github/ISSUE_TEMPLATE/bug_report.md +30 -0
- data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
- data/.gitignore +3 -0
- data/.travis.yml +6 -19
- data/.yardopts +19 -0
- data/CHANGELOG.md +265 -0
- data/{COPYING.rdoc → COPYING.md} +7 -6
- data/README.md +297 -0
- data/Rakefile +22 -23
- data/lib/graphviz.rb +10 -4
- data/lib/graphviz/constants.rb +2 -1
- data/lib/graphviz/core_ext.rb +0 -7
- data/lib/graphviz/edge.rb +1 -1
- data/ruby-graphviz.gemspec +11 -13
- metadata +61 -18
- data/AUTHORS.rdoc +0 -41
- data/CHANGELOG.rdoc +0 -307
- data/README.rdoc +0 -203
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab05a5b9dde010741ac91acc8d77e0027340f90dc2be237baa5a14c8da9006ce
|
4
|
+
data.tar.gz: c2c5d4c2065362f897f18d35da7050e436f98a37bef2b5f51b082d27eac05bc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 952f85ec7ccb11e1dc42a02e73188f8b5364fc170dedd1e0e23af6859667cb3e924a7614d3fbc836f6dae737d97872512242bb367ebb998bee8f18a59edce79f
|
7
|
+
data.tar.gz: f5af44f4329bb5c4d8145b6bf0c4a83bad0578a8c0a05a39aef6b7af8aad5f8d4f793dc534f2d44a1cbf9a1162afaf40c9379cb6cbc4ef4b40cd73afdc723f0e
|
data/.all-contributorsrc
ADDED
@@ -0,0 +1,309 @@
|
|
1
|
+
{
|
2
|
+
"projectName": "Ruby-Graphviz",
|
3
|
+
"projectOwner": "glejeune",
|
4
|
+
"repoType": "github",
|
5
|
+
"repoHost": "https://github.com",
|
6
|
+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
|
7
|
+
"files": [
|
8
|
+
"README.md"
|
9
|
+
],
|
10
|
+
"imageSize": 100,
|
11
|
+
"commit": true,
|
12
|
+
"contributors": [
|
13
|
+
{
|
14
|
+
"login": "dburt",
|
15
|
+
"name": "Dave Burt",
|
16
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/139988?v=4",
|
17
|
+
"profile": "https://github.com/dburt",
|
18
|
+
"contributions": [
|
19
|
+
"code"
|
20
|
+
]
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"login": "obruening",
|
24
|
+
"name": "obruening",
|
25
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/146361?v=4",
|
26
|
+
"profile": "https://github.com/obruening",
|
27
|
+
"contributions": [
|
28
|
+
"code"
|
29
|
+
]
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"login": "hipe",
|
33
|
+
"name": "Chip Malice",
|
34
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/22006?v=4",
|
35
|
+
"profile": "https://github.com/hipe",
|
36
|
+
"contributions": [
|
37
|
+
"code"
|
38
|
+
]
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"login": "MSNexploder",
|
42
|
+
"name": "Stefan Stüben",
|
43
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/101456?v=4",
|
44
|
+
"profile": "https://github.com/MSNexploder",
|
45
|
+
"contributions": [
|
46
|
+
"code"
|
47
|
+
]
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"login": "oupo",
|
51
|
+
"name": "oupo",
|
52
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/143470?v=4",
|
53
|
+
"profile": "https://github.com/oupo",
|
54
|
+
"contributions": [
|
55
|
+
"code"
|
56
|
+
]
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"login": "glejeune",
|
60
|
+
"name": "Gregoire Lejeune",
|
61
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/15168?v=4",
|
62
|
+
"profile": "http://lejeun.es",
|
63
|
+
"contributions": [
|
64
|
+
"code",
|
65
|
+
"design",
|
66
|
+
"doc"
|
67
|
+
]
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"login": "markus1189",
|
71
|
+
"name": "Markus Hauck",
|
72
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/591567?v=4",
|
73
|
+
"profile": "https://github.com/markus1189",
|
74
|
+
"contributions": [
|
75
|
+
"code"
|
76
|
+
]
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"login": "khalilfazal",
|
80
|
+
"name": "Khalil Fazal",
|
81
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/308027?v=4",
|
82
|
+
"profile": "https://github.com/khalilfazal",
|
83
|
+
"contributions": [
|
84
|
+
"code"
|
85
|
+
]
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"login": "kachick",
|
89
|
+
"name": "Kenichi Kamiya",
|
90
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/1180335?v=4",
|
91
|
+
"profile": "https://github.com/kachick",
|
92
|
+
"contributions": [
|
93
|
+
"code"
|
94
|
+
]
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"login": "nevenh",
|
98
|
+
"name": "Neven Has",
|
99
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/1448453?v=4",
|
100
|
+
"profile": "https://github.com/nevenh",
|
101
|
+
"contributions": [
|
102
|
+
"code"
|
103
|
+
]
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"login": "AndrewKvalheim",
|
107
|
+
"name": "Andrew",
|
108
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/1844746?v=4",
|
109
|
+
"profile": "https://Andrew.Kvalhe.im",
|
110
|
+
"contributions": [
|
111
|
+
"code"
|
112
|
+
]
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"login": "dznz",
|
116
|
+
"name": "Daniel Zollinger",
|
117
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/245206?v=4",
|
118
|
+
"profile": "https://github.com/dznz",
|
119
|
+
"contributions": [
|
120
|
+
"code"
|
121
|
+
]
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"login": "guilhermesimoes",
|
125
|
+
"name": "Guilherme Simoes",
|
126
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/531168?v=4",
|
127
|
+
"profile": "https://guilhermesimoes.github.io",
|
128
|
+
"contributions": [
|
129
|
+
"code"
|
130
|
+
]
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"login": "OrelSokolov",
|
134
|
+
"name": "Oleg Orlov",
|
135
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/2205407?v=4",
|
136
|
+
"profile": "https://github.com/OrelSokolov",
|
137
|
+
"contributions": [
|
138
|
+
"code"
|
139
|
+
]
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"login": "gkop",
|
143
|
+
"name": "Gabe Kopley",
|
144
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/222582?v=4",
|
145
|
+
"profile": "https://www.instagram.com/stewiecutedog/",
|
146
|
+
"contributions": [
|
147
|
+
"code"
|
148
|
+
]
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"login": "shepmaster",
|
152
|
+
"name": "Jake Goulding",
|
153
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/174509?v=4",
|
154
|
+
"profile": "http://jakegoulding.com",
|
155
|
+
"contributions": [
|
156
|
+
"code"
|
157
|
+
]
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"login": "hirochachacha",
|
161
|
+
"name": "hirochachacha",
|
162
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/898442?v=4",
|
163
|
+
"profile": "https://github.com/hirochachacha",
|
164
|
+
"contributions": [
|
165
|
+
"code"
|
166
|
+
]
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"login": "ronen",
|
170
|
+
"name": "ronen barzel",
|
171
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/125620?v=4",
|
172
|
+
"profile": "http://www.ronenbarzel.org",
|
173
|
+
"contributions": [
|
174
|
+
"code"
|
175
|
+
]
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"login": "jergason",
|
179
|
+
"name": "Jamison Dance",
|
180
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/72027?v=4",
|
181
|
+
"profile": "https://jamison.dance",
|
182
|
+
"contributions": [
|
183
|
+
"code",
|
184
|
+
"doc"
|
185
|
+
]
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"login": "josephholsten",
|
189
|
+
"name": "Joseph Anthony Pasquale Holsten",
|
190
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/7495?v=4",
|
191
|
+
"profile": "http://josephholsten.com",
|
192
|
+
"contributions": [
|
193
|
+
"code"
|
194
|
+
]
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"login": "mfcabrera",
|
198
|
+
"name": "Miguel Cabrera",
|
199
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/12527?v=4",
|
200
|
+
"profile": "http://mfcabrera.com",
|
201
|
+
"contributions": [
|
202
|
+
"code"
|
203
|
+
]
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"login": "miketheman",
|
207
|
+
"name": "Mike Fiedler",
|
208
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/529516?v=4",
|
209
|
+
"profile": "http://www.miketheman.net",
|
210
|
+
"contributions": [
|
211
|
+
"code"
|
212
|
+
]
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"login": "nathanl",
|
216
|
+
"name": "Nathan Long",
|
217
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/338814?v=4",
|
218
|
+
"profile": "http://nathanmlong.com",
|
219
|
+
"contributions": [
|
220
|
+
"code",
|
221
|
+
"doc"
|
222
|
+
]
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"login": "olleolleolle",
|
226
|
+
"name": "Olle Jonsson",
|
227
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/211?v=4",
|
228
|
+
"profile": "http://ollehost.dk/",
|
229
|
+
"contributions": [
|
230
|
+
"code",
|
231
|
+
"doc"
|
232
|
+
]
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"login": "postmodern",
|
236
|
+
"name": "Postmodern",
|
237
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/12671?v=4",
|
238
|
+
"profile": "http://postmodern.github.com/",
|
239
|
+
"contributions": [
|
240
|
+
"code"
|
241
|
+
]
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"login": "reiz",
|
245
|
+
"name": "Robert Reiz",
|
246
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/652130?v=4",
|
247
|
+
"profile": "https://www.versioneye.com",
|
248
|
+
"contributions": [
|
249
|
+
"code"
|
250
|
+
]
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"login": "coding46",
|
254
|
+
"name": "Göran Bodenschatz",
|
255
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/1724196?v=4",
|
256
|
+
"profile": "http://46halbe.de",
|
257
|
+
"contributions": [
|
258
|
+
"code"
|
259
|
+
]
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"login": "hsbt",
|
263
|
+
"name": "SHIBATA Hiroshi",
|
264
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/12301?v=4",
|
265
|
+
"profile": "https://www.hsbt.org/",
|
266
|
+
"contributions": [
|
267
|
+
"code"
|
268
|
+
]
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"login": "moracca",
|
272
|
+
"name": "moracca",
|
273
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/7213746?v=4",
|
274
|
+
"profile": "https://github.com/moracca",
|
275
|
+
"contributions": [
|
276
|
+
"code"
|
277
|
+
]
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"login": "TPei",
|
281
|
+
"name": "TPei",
|
282
|
+
"avatar_url": "https://avatars0.githubusercontent.com/u/4004343?v=4",
|
283
|
+
"profile": "https://github.com/TPei",
|
284
|
+
"contributions": [
|
285
|
+
"doc"
|
286
|
+
]
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"login": "villuorav",
|
290
|
+
"name": "Villu Orav",
|
291
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/8543094?v=4",
|
292
|
+
"profile": "https://github.com/villuorav",
|
293
|
+
"contributions": [
|
294
|
+
"doc"
|
295
|
+
]
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"login": "deivid-rodriguez",
|
299
|
+
"name": "David Rodríguez",
|
300
|
+
"avatar_url": "https://avatars2.githubusercontent.com/u/2887858?v=4",
|
301
|
+
"profile": "https://github.com/deivid-rodriguez",
|
302
|
+
"contributions": [
|
303
|
+
"code",
|
304
|
+
"platform"
|
305
|
+
]
|
306
|
+
}
|
307
|
+
],
|
308
|
+
"commitConvention": "none"
|
309
|
+
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
---
|
2
|
+
name: Bug report
|
3
|
+
about: Create a report to help us improve
|
4
|
+
title: ''
|
5
|
+
labels: ''
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
**Describe the bug**
|
11
|
+
A clear and concise description of what the bug is.
|
12
|
+
|
13
|
+
**To Reproduce**
|
14
|
+
Steps to reproduce the behavior:
|
15
|
+
1. Go to '...'
|
16
|
+
2. Click on '....'
|
17
|
+
3. Scroll down to '....'
|
18
|
+
4. See error
|
19
|
+
|
20
|
+
**Expected behavior**
|
21
|
+
A clear and concise description of what you expected to happen.
|
22
|
+
|
23
|
+
**Environment (please complete the following information):**
|
24
|
+
- OS: [e.g. Ubuntu]
|
25
|
+
- Version [e.g. 18.04]
|
26
|
+
- Ruby Manager [e.g. rbenv]
|
27
|
+
- Ruby Manager Version [e.g. 1.1.1]
|
28
|
+
|
29
|
+
**Additional context**
|
30
|
+
Add any other context about the problem here.
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
name: Feature request
|
3
|
+
about: Suggest an idea for this project
|
4
|
+
title: ''
|
5
|
+
labels: ''
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
**Is your feature request related to a problem? Please describe.**
|
11
|
+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
12
|
+
|
13
|
+
**Describe the solution you'd like**
|
14
|
+
A clear and concise description of what you want to happen.
|
15
|
+
|
16
|
+
**Describe alternatives you've considered**
|
17
|
+
A clear and concise description of any alternative solutions or features you've considered.
|
18
|
+
|
19
|
+
**Additional context**
|
20
|
+
Add any other context or screenshots about the feature request here.
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
@@ -1,21 +1,8 @@
|
|
1
|
-
|
2
|
-
sudo: required
|
3
|
-
|
4
|
-
# The binary for rubinius-3.69 is not available for
|
5
|
-
# ubuntu/12.04 (Precise Pangolin) but is for ubuntu/14.04 (Trusty Tahr)
|
6
|
-
#
|
7
|
-
# See:
|
8
|
-
# - https://rubinius-binaries-rubinius-com.s3-us-west-2.amazonaws.com/
|
9
|
-
# - "Rubinius no longer supports Precise. Please use Trusty."
|
10
|
-
# https://docs.travis-ci.com/user/languages/ruby/#Supported-Ruby-Versions-and-RVM
|
11
|
-
#
|
12
|
-
# Note: travis-ci uses precise by default
|
13
|
-
dist: trusty
|
1
|
+
dist: xenial
|
14
2
|
|
15
3
|
rvm:
|
16
|
-
- 2.
|
17
|
-
- 2.
|
18
|
-
- 2.5
|
19
|
-
-
|
20
|
-
-
|
21
|
-
- rubinius-3.69
|
4
|
+
- 2.4.9
|
5
|
+
- 2.5.7
|
6
|
+
- 2.6.5
|
7
|
+
- 2.7.0
|
8
|
+
- jruby-9.2.9.0
|
data/.yardopts
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
--protected
|
2
|
+
--no-private
|
3
|
+
--embed-mixin ClassMethods
|
4
|
+
--title "Ruby/GraphViz, the Documentation"
|
5
|
+
-
|
6
|
+
README.md
|
7
|
+
CHANGELOG.md
|
8
|
+
COPYING.md
|
9
|
+
lib/graphviz.rb
|
10
|
+
lib/graphviz/node.rb
|
11
|
+
lib/graphviz/edge.rb
|
12
|
+
lib/graphviz/constants.rb
|
13
|
+
lib/graphviz/xml.rb
|
14
|
+
lib/graphviz/graphml.rb
|
15
|
+
lib/graphviz/family_tree.rb
|
16
|
+
lib/graphviz/family_tree/couple.rb
|
17
|
+
lib/graphviz/family_tree/generation.rb
|
18
|
+
lib/graphviz/family_tree/person.rb
|
19
|
+
lib/graphviz/family_tree/sibling.rb
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,265 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## [v1.2.4](https://github.com/glejeune/Ruby-Graphviz/tree/v1.2.4) (2018-11-13)
|
4
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.2.3...v1.2.4)
|
5
|
+
|
6
|
+
**Closed issues:**
|
7
|
+
|
8
|
+
- sametail and samehead not working? [\#132](https://github.com/glejeune/Ruby-Graphviz/issues/132)
|
9
|
+
|
10
|
+
**Merged pull requests:**
|
11
|
+
|
12
|
+
- Add support for the 'class' attribute [\#138](https://github.com/glejeune/Ruby-Graphviz/pull/138) ([moracca](https://github.com/moracca))
|
13
|
+
- Added explicitly declaration for Open3 module on GraphVizTest. [\#130](https://github.com/glejeune/Ruby-Graphviz/pull/130) ([hsbt](https://github.com/hsbt))
|
14
|
+
|
15
|
+
## [v1.2.3](https://github.com/glejeune/Ruby-Graphviz/tree/v1.2.3) (2017-03-21)
|
16
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.2.2...v1.2.3)
|
17
|
+
|
18
|
+
**Closed issues:**
|
19
|
+
|
20
|
+
- Link to https://lejeun.es/ doesn't work [\#114](https://github.com/glejeune/Ruby-Graphviz/issues/114)
|
21
|
+
- How to unflatten the graph? [\#67](https://github.com/glejeune/Ruby-Graphviz/issues/67)
|
22
|
+
|
23
|
+
**Merged pull requests:**
|
24
|
+
|
25
|
+
- Add gemspec requirements attribute [\#128](https://github.com/glejeune/Ruby-Graphviz/pull/128) ([guilhermesimoes](https://github.com/guilhermesimoes))
|
26
|
+
- Update links to HTTPS [\#127](https://github.com/glejeune/Ruby-Graphviz/pull/127) ([guilhermesimoes](https://github.com/guilhermesimoes))
|
27
|
+
- README: Use SVG badge icons [\#126](https://github.com/glejeune/Ruby-Graphviz/pull/126) ([olleolleolle](https://github.com/olleolleolle))
|
28
|
+
- Managed to get rubinius-3.69 to build with Travis-CI [\#123](https://github.com/glejeune/Ruby-Graphviz/pull/123) ([khalilfazal](https://github.com/khalilfazal))
|
29
|
+
- ruby 2.4.0 merged Fixnum and Bignum into Integer [\#121](https://github.com/glejeune/Ruby-Graphviz/pull/121) ([khalilfazal](https://github.com/khalilfazal))
|
30
|
+
- Make it obvious which gem this is [\#119](https://github.com/glejeune/Ruby-Graphviz/pull/119) ([nathanl](https://github.com/nathanl))
|
31
|
+
- Adding license info to gempsec [\#118](https://github.com/glejeune/Ruby-Graphviz/pull/118) ([reiz](https://github.com/reiz))
|
32
|
+
|
33
|
+
## [v1.2.2](https://github.com/glejeune/Ruby-Graphviz/tree/v1.2.2) (2015-05-13)
|
34
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.2.1...v1.2.2)
|
35
|
+
|
36
|
+
**Fixed bugs:**
|
37
|
+
|
38
|
+
- Can no longer create binary strings [\#92](https://github.com/glejeune/Ruby-Graphviz/issues/92)
|
39
|
+
|
40
|
+
**Closed issues:**
|
41
|
+
|
42
|
+
- uninitialized constant GraphViz \(NameError\) [\#95](https://github.com/glejeune/Ruby-Graphviz/issues/95)
|
43
|
+
- labelfontcolor [\#86](https://github.com/glejeune/Ruby-Graphviz/issues/86)
|
44
|
+
|
45
|
+
**Merged pull requests:**
|
46
|
+
|
47
|
+
- Remove duplication in utils/colors.rb [\#103](https://github.com/glejeune/Ruby-Graphviz/pull/103) ([OrelSokolov](https://github.com/OrelSokolov))
|
48
|
+
|
49
|
+
## [v1.2.1](https://github.com/glejeune/Ruby-Graphviz/tree/v1.2.1) (2014-07-02)
|
50
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.2.0...v1.2.1)
|
51
|
+
|
52
|
+
## [v1.2.0](https://github.com/glejeune/Ruby-Graphviz/tree/v1.2.0) (2014-06-09)
|
53
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.1.0...v1.2.0)
|
54
|
+
|
55
|
+
**Fixed bugs:**
|
56
|
+
|
57
|
+
- Force label to be HTML [\#89](https://github.com/glejeune/Ruby-Graphviz/issues/89)
|
58
|
+
|
59
|
+
**Closed issues:**
|
60
|
+
|
61
|
+
- Drawing a graph fails when a node is called "node" [\#90](https://github.com/glejeune/Ruby-Graphviz/issues/90)
|
62
|
+
- Node IDs are not escaped for reserved keywords [\#87](https://github.com/glejeune/Ruby-Graphviz/issues/87)
|
63
|
+
- time for another gem? [\#85](https://github.com/glejeune/Ruby-Graphviz/issues/85)
|
64
|
+
- Theory\#moore\_dijkstra doesn't play nice with escaping [\#83](https://github.com/glejeune/Ruby-Graphviz/issues/83)
|
65
|
+
- Rename project and gem on rubygems [\#80](https://github.com/glejeune/Ruby-Graphviz/issues/80)
|
66
|
+
|
67
|
+
## [v1.1.0](https://github.com/glejeune/Ruby-Graphviz/tree/v1.1.0) (2014-06-09)
|
68
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.9...v1.1.0)
|
69
|
+
|
70
|
+
**Fixed bugs:**
|
71
|
+
|
72
|
+
- Dot2Ruby Subgraph of subgraph [\#74](https://github.com/glejeune/Ruby-Graphviz/issues/74)
|
73
|
+
- RGB color list - supported? [\#70](https://github.com/glejeune/Ruby-Graphviz/issues/70)
|
74
|
+
|
75
|
+
**Closed issues:**
|
76
|
+
|
77
|
+
- Duplicate [\#75](https://github.com/glejeune/Ruby-Graphviz/issues/75)
|
78
|
+
- don't treat dot's output into stderr as error. check dot's return code [\#72](https://github.com/glejeune/Ruby-Graphviz/issues/72)
|
79
|
+
- Trouble with dot2ruby [\#71](https://github.com/glejeune/Ruby-Graphviz/issues/71)
|
80
|
+
- HTML-like labels supported [\#64](https://github.com/glejeune/Ruby-Graphviz/issues/64)
|
81
|
+
- How to combine graphviz instances? [\#61](https://github.com/glejeune/Ruby-Graphviz/issues/61)
|
82
|
+
- man pages for the commandline programs [\#57](https://github.com/glejeune/Ruby-Graphviz/issues/57)
|
83
|
+
|
84
|
+
**Merged pull requests:**
|
85
|
+
|
86
|
+
- Node name error [\#91](https://github.com/glejeune/Ruby-Graphviz/pull/91) ([joaozeni](https://github.com/joaozeni))
|
87
|
+
- Escape reserved words in node IDs [\#88](https://github.com/glejeune/Ruby-Graphviz/pull/88) ([joaomsa](https://github.com/joaomsa))
|
88
|
+
- only escape Edge\#node\_one and Edge\#node\_two when output [\#84](https://github.com/glejeune/Ruby-Graphviz/pull/84) ([josephholsten](https://github.com/josephholsten))
|
89
|
+
- Avoid constructing shell commands as strings [\#73](https://github.com/glejeune/Ruby-Graphviz/pull/73) ([AndrewKvalheim](https://github.com/AndrewKvalheim))
|
90
|
+
|
91
|
+
## [v1.0.9](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.9) (2013-04-24)
|
92
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.8...v1.0.9)
|
93
|
+
|
94
|
+
**Fixed bugs:**
|
95
|
+
|
96
|
+
- ruby2gv is failing [\#56](https://github.com/glejeune/Ruby-Graphviz/issues/56)
|
97
|
+
|
98
|
+
**Closed issues:**
|
99
|
+
|
100
|
+
- ruby-graphviz breaks autoloading of ActiveSupport::Concerns [\#65](https://github.com/glejeune/Ruby-Graphviz/issues/65)
|
101
|
+
- Can't convert Fixnum to String \(TypeError\) [\#59](https://github.com/glejeune/Ruby-Graphviz/issues/59)
|
102
|
+
- tests are failing to run in a chroot environment [\#58](https://github.com/glejeune/Ruby-Graphviz/issues/58)
|
103
|
+
- Avoid autoload [\#55](https://github.com/glejeune/Ruby-Graphviz/issues/55)
|
104
|
+
- why deprecate add\_node\(\) and add\_edge\(\)? [\#53](https://github.com/glejeune/Ruby-Graphviz/issues/53)
|
105
|
+
- feature request: title on graph [\#23](https://github.com/glejeune/Ruby-Graphviz/issues/23)
|
106
|
+
|
107
|
+
**Merged pull requests:**
|
108
|
+
|
109
|
+
- Fix typo [\#63](https://github.com/glejeune/Ruby-Graphviz/pull/63) ([kachick](https://github.com/kachick))
|
110
|
+
- Remove some warnings [\#62](https://github.com/glejeune/Ruby-Graphviz/pull/62) ([kachick](https://github.com/kachick))
|
111
|
+
- Fix for numberic labels, tested. Fixes \#59. [\#60](https://github.com/glejeune/Ruby-Graphviz/pull/60) ([gkop](https://github.com/gkop))
|
112
|
+
- Fixes a couple of typos and spacing [\#54](https://github.com/glejeune/Ruby-Graphviz/pull/54) ([miketheman](https://github.com/miketheman))
|
113
|
+
- Extracted xDOTScript to DOTScript class [\#52](https://github.com/glejeune/Ruby-Graphviz/pull/52) ([markus1189](https://github.com/markus1189))
|
114
|
+
|
115
|
+
## [v1.0.8](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.8) (2012-07-03)
|
116
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.7...v1.0.8)
|
117
|
+
|
118
|
+
**Fixed bugs:**
|
119
|
+
|
120
|
+
- add\_graph fails when passed a GraphViz object [\#48](https://github.com/glejeune/Ruby-Graphviz/issues/48)
|
121
|
+
|
122
|
+
**Closed issues:**
|
123
|
+
|
124
|
+
- \(undefined local variable or method `file' \) [\#49](https://github.com/glejeune/Ruby-Graphviz/issues/49)
|
125
|
+
|
126
|
+
**Merged pull requests:**
|
127
|
+
|
128
|
+
- Fix issue \#49 [\#51](https://github.com/glejeune/Ruby-Graphviz/pull/51) ([markus1189](https://github.com/markus1189))
|
129
|
+
- Cleanup format [\#50](https://github.com/glejeune/Ruby-Graphviz/pull/50) ([markus1189](https://github.com/markus1189))
|
130
|
+
|
131
|
+
## [v1.0.7](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.7) (2012-07-02)
|
132
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.6...v1.0.7)
|
133
|
+
|
134
|
+
**Merged pull requests:**
|
135
|
+
|
136
|
+
- Find executable [\#47](https://github.com/glejeune/Ruby-Graphviz/pull/47) ([markus1189](https://github.com/markus1189))
|
137
|
+
|
138
|
+
## [v1.0.6](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.6) (2012-07-01)
|
139
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.5...v1.0.6)
|
140
|
+
|
141
|
+
**Fixed bugs:**
|
142
|
+
|
143
|
+
- escaped dot in label, backslash showing up [\#42](https://github.com/glejeune/Ruby-Graphviz/issues/42)
|
144
|
+
- cannot load such file -- xml/xslt [\#39](https://github.com/glejeune/Ruby-Graphviz/issues/39)
|
145
|
+
|
146
|
+
**Closed issues:**
|
147
|
+
|
148
|
+
- some tests fail because it cannot find 'dot' [\#46](https://github.com/glejeune/Ruby-Graphviz/issues/46)
|
149
|
+
- GraphML importation doesn't work... [\#40](https://github.com/glejeune/Ruby-Graphviz/issues/40)
|
150
|
+
- Can't assign nil to node attributes [\#38](https://github.com/glejeune/Ruby-Graphviz/issues/38)
|
151
|
+
|
152
|
+
**Merged pull requests:**
|
153
|
+
|
154
|
+
- Fix for copy/paste error [\#45](https://github.com/glejeune/Ruby-Graphviz/pull/45) ([coding46](https://github.com/coding46))
|
155
|
+
- characters escaping [\#44](https://github.com/glejeune/Ruby-Graphviz/pull/44) ([nevenh](https://github.com/nevenh))
|
156
|
+
- Added lib/ruby-graphviz to match the gem name. [\#43](https://github.com/glejeune/Ruby-Graphviz/pull/43) ([postmodern](https://github.com/postmodern))
|
157
|
+
|
158
|
+
## [v1.0.5](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.5) (2012-02-06)
|
159
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.4...v1.0.5)
|
160
|
+
|
161
|
+
**Fixed bugs:**
|
162
|
+
|
163
|
+
- About the acquisition of graphml \<data\> tags with ruby 1.9.2p290, ruby-graphviz 1.0.3 [\#34](https://github.com/glejeune/Ruby-Graphviz/issues/34)
|
164
|
+
|
165
|
+
## [v1.0.4](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.4) (2012-01-29)
|
166
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.3...v1.0.4)
|
167
|
+
|
168
|
+
**Merged pull requests:**
|
169
|
+
|
170
|
+
- Correct spelling of 'attribute' in node documentation [\#37](https://github.com/glejeune/Ruby-Graphviz/pull/37) ([shepmaster](https://github.com/shepmaster))
|
171
|
+
- Update example to reflect deprecation of methods [\#36](https://github.com/glejeune/Ruby-Graphviz/pull/36) ([shepmaster](https://github.com/shepmaster))
|
172
|
+
|
173
|
+
## [v1.0.3](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.3) (2011-12-17)
|
174
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.2...v1.0.3)
|
175
|
+
|
176
|
+
**Merged pull requests:**
|
177
|
+
|
178
|
+
- Removed definition of Array\#all? from core\_ext.rb [\#33](https://github.com/glejeune/Ruby-Graphviz/pull/33) ([ronen](https://github.com/ronen))
|
179
|
+
|
180
|
+
## [v1.0.2](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.2) (2011-12-11)
|
181
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/v1.0.1...v1.0.2)
|
182
|
+
|
183
|
+
**Closed issues:**
|
184
|
+
|
185
|
+
- Instead of outputting an image, is it possible to get the x,y coordinates of each of the nodes? [\#28](https://github.com/glejeune/Ruby-Graphviz/issues/28)
|
186
|
+
|
187
|
+
**Merged pull requests:**
|
188
|
+
|
189
|
+
- fix utils/colors.rb's case syntax [\#32](https://github.com/glejeune/Ruby-Graphviz/pull/32) ([hirochachacha](https://github.com/hirochachacha))
|
190
|
+
|
191
|
+
## [v1.0.1](https://github.com/glejeune/Ruby-Graphviz/tree/v1.0.1) (2011-12-08)
|
192
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/1.0.0...v1.0.1)
|
193
|
+
|
194
|
+
**Closed issues:**
|
195
|
+
|
196
|
+
- How can I add named edges? [\#31](https://github.com/glejeune/Ruby-Graphviz/issues/31)
|
197
|
+
|
198
|
+
**Merged pull requests:**
|
199
|
+
|
200
|
+
- Fix a few typos in the README. [\#30](https://github.com/glejeune/Ruby-Graphviz/pull/30) ([jergason](https://github.com/jergason))
|
201
|
+
- Changed deprecated Config to RbConfig in util.rb [\#29](https://github.com/glejeune/Ruby-Graphviz/pull/29) ([ronen](https://github.com/ronen))
|
202
|
+
- Add rubygems-test .gemrc file to enable easy testing of the installed gem [\#26](https://github.com/glejeune/Ruby-Graphviz/pull/26) ([dznz](https://github.com/dznz))
|
203
|
+
- Update gem creation [\#25](https://github.com/glejeune/Ruby-Graphviz/pull/25) ([dznz](https://github.com/dznz))
|
204
|
+
|
205
|
+
## [1.0.0](https://github.com/glejeune/Ruby-Graphviz/tree/1.0.0) (2011-05-02)
|
206
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.21...1.0.0)
|
207
|
+
|
208
|
+
## [0.9.21](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.21) (2011-03-26)
|
209
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.20...0.9.21)
|
210
|
+
|
211
|
+
## [0.9.20](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.20) (2010-11-20)
|
212
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.19...0.9.20)
|
213
|
+
|
214
|
+
## [0.9.19](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.19) (2010-10-30)
|
215
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.18...0.9.19)
|
216
|
+
|
217
|
+
## [0.9.18](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.18) (2010-10-07)
|
218
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.17...0.9.18)
|
219
|
+
|
220
|
+
## [0.9.17](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.17) (2010-08-29)
|
221
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.16...0.9.17)
|
222
|
+
|
223
|
+
## [0.9.16](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.16) (2010-08-02)
|
224
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.15...0.9.16)
|
225
|
+
|
226
|
+
## [0.9.15](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.15) (2010-07-19)
|
227
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.14...0.9.15)
|
228
|
+
|
229
|
+
## [0.9.14](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.14) (2010-07-12)
|
230
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.13...0.9.14)
|
231
|
+
|
232
|
+
## [0.9.13](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.13) (2010-07-06)
|
233
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.12...0.9.13)
|
234
|
+
|
235
|
+
## [0.9.12](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.12) (2010-06-24)
|
236
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.11...0.9.12)
|
237
|
+
|
238
|
+
## [0.9.11](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.11) (2010-03-28)
|
239
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.9...0.9.11)
|
240
|
+
|
241
|
+
## [0.9.9](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.9) (2010-02-12)
|
242
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.8...0.9.9)
|
243
|
+
|
244
|
+
## [0.9.8](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.8) (2010-01-16)
|
245
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.7...0.9.8)
|
246
|
+
|
247
|
+
## [0.9.7](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.7) (2009-12-18)
|
248
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.5...0.9.7)
|
249
|
+
|
250
|
+
## [0.9.5](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.5) (2009-11-15)
|
251
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.4...0.9.5)
|
252
|
+
|
253
|
+
## [0.9.4](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.4) (2009-10-20)
|
254
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.3...0.9.4)
|
255
|
+
|
256
|
+
## [0.9.3](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.3) (2009-10-19)
|
257
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.2...0.9.3)
|
258
|
+
|
259
|
+
## [0.9.2](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.2) (2009-10-15)
|
260
|
+
[Full Changelog](https://github.com/glejeune/Ruby-Graphviz/compare/0.9.1...0.9.2)
|
261
|
+
|
262
|
+
## [0.9.1](https://github.com/glejeune/Ruby-Graphviz/tree/0.9.1) (2009-10-10)
|
263
|
+
|
264
|
+
|
265
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|