Skip to content

Commit 45984e8

Browse files
committed
Update travis-ci
1 parent 22bbde8 commit 45984e8

File tree

10 files changed

+34
-11
lines changed

10 files changed

+34
-11
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ sudo: required
1313
dist: trusty
1414

1515
rvm:
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

AUTHORS.rdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
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

3537
Thanks to :
3638

CHANGELOG.rdoc

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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
@@ -284,4 +305,3 @@
284305

285306
== 0.1.0 :
286307
* Initial version
287-

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

lib/graphviz/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#
4242
class GraphViz
4343
module Constants
44-
RGV_VERSION = "1.2.3"
44+
RGV_VERSION = "1.2.4"
4545

4646
## Const: Output formats
4747
FORMATS = [

man/dot2ruby.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5454
This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
5555
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).

man/gem2gv.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4646
This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
4747
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).

man/git2gv.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3939
This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
4040
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).

man/ruby2gv.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4646
This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
4747
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).

man/xml2gv.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3838
This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
3939
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).

0 commit comments

Comments
 (0)