Skip to content

Commit

Permalink
Ruby clients should be tested on 1.9
Browse files Browse the repository at this point in the history
1.8 is not supported in any way since July 1st, 2013
  • Loading branch information
Michael Klishin committed Jul 22, 2013
1 parent f6da062 commit ed98e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def gen(prog, arg="", **kwargs):
ctx = {
'prog': prog,
'Prog': Prog,
'rubyver': os.environ.get('RUBYVER', '1.8'),
'rubyver': os.environ.get('RUBYVER', '1.9'),
'arg': arg,
'java': kwargs.get('java', Prog),
'dotnet': kwargs.get('dotnet', Prog),
Expand Down

0 comments on commit ed98e8f

Please sign in to comment.