File tree Expand file tree Collapse file tree 10 files changed +34
-11
lines changed
Expand file tree Collapse file tree 10 files changed +34
-11
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ sudo: required
1313dist : trusty
1414
1515rvm :
16- - 2.0.0
17- - 2.1.2
18- - 2.4.0
16+ - 2.2.10
17+ - 2.4.5
18+ - 2.5.3
1919 - jruby
20+ - rubinius-3.107
2021 - rubinius-3.69
Original file line number Diff line number Diff line change 3131* Khalil Fazal <https://github.com/khalilfazal>
3232* Olle Jonsson <https://github.com/olleolleolle>
3333* Guilherme Simoes <https://github.com/guilhermesimoes>
34+ * SHIBATA Hiroshi <https://github.com/hsbt>
35+ * moracca <https://github.com/moracca>
3436
3537Thanks to :
3638
Original file line number Diff line number Diff line change 11= CHANGELOG
22
3+ == 1.2.4 :
4+ * Added explicitly declaration for Open3 module on GraphVizTest
5+ * Add support for the 'class' attribute
6+
7+ == 1.2.3 :
8+ * Adding license info to gempsec
9+ * Update build for rubinius-3.69
10+ * Bug correction with Ruby 2.4
11+ * Update links to HTTPS
12+ * Add gemspec requirements attribut
13+
14+ == 1.2.2 :
15+ * Remove duplication in utils/colors.rb
16+
17+ == 1.2.1 :
18+ * Issue #92 : Can no longer create binary strings
19+ * Remove support for Ruby < 1.9.3
20+
21+ == 1.2.0 :
22+ * Issue #89: Force label to be HTML
23+
324== 1.1.0 :
425* Issue #61 : Combine graphviz instances
526* Issue #73 : Avoid constructing shell commands as strings
284305
285306== 0.1.0 :
286307* Initial version
287-
Original file line number Diff line number Diff line change 33{<img src="https://secure.travis-ci.org/glejeune/Ruby-Graphviz.svg" />}[https://travis-ci.org/glejeune/Ruby-Graphviz]
44{<img src="https://badge.fury.io/rb/ruby-graphviz.svg" alt="Gem Version" />}[https://rubygems.org/gems/ruby-graphviz]
55
6- Copyright (C) 2004-2014 Gregoire Lejeune
6+ Copyright (C) 2004-2018 Gregoire Lejeune
77
88* Doc : http://rdoc.info/projects/glejeune/Ruby-Graphviz
99* Sources : https://github.com/glejeune/Ruby-Graphviz
Original file line number Diff line number Diff line change 4141#
4242class GraphViz
4343 module Constants
44- RGV_VERSION = "1.2.3 "
44+ RGV_VERSION = "1.2.4 "
4545
4646 ## Const: Output formats
4747 FORMATS = [
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ See </usr/share/doc/ruby-graphviz/> for more details.
4949
5050## AUTHOR
5151
52- Copyright 2004-2014 Gregoire Lejeune
52+ Copyright 2004-2018 Gregoire Lejeune
5353
5454This manual page is written by Praveen Arimbrathodiyl < praveen@debian.org > for
5555Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ See </usr/share/doc/ruby-graphviz/> for more details.
4141
4242## AUTHOR
4343
44- Copyright 2004-2014 Gregoire Lejeune
44+ Copyright 2004-2018 Gregoire Lejeune
4545
4646This manual page is written by Praveen Arimbrathodiyl < praveen@debian.org > for
4747Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ See </usr/share/doc/ruby-graphviz/> for more details.
3434
3535## AUTHOR
3636
37- Copyright 2004-2014 Gregoire Lejeune
37+ Copyright 2004-2018 Gregoire Lejeune
3838
3939This manual page is written by Praveen Arimbrathodiyl < praveen@debian.org > for
4040Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ See </usr/share/doc/ruby-graphviz/> for more details.
4141
4242## AUTHOR
4343
44- Copyright 2004-2014 Gregoire Lejeune
44+ Copyright 2004-2018 Gregoire Lejeune
4545
4646This manual page is written by Praveen Arimbrathodiyl < praveen@debian.org > for
4747Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ See </usr/share/doc/ruby-graphviz/> for more details.
3333
3434## AUTHOR
3535
36- Copyright 2004-2014 Gregoire Lejeune
36+ Copyright 2004-2018 Gregoire Lejeune
3737
3838This manual page is written by Praveen Arimbrathodiyl < praveen@debian.org > for
3939Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
You can’t perform that action at this time.
0 commit comments