Skip to content

Commit f33fd69

Browse files
committed
Change ruby version advertised by Autobahn client, removing the "mri-" prefix
1 parent f721686 commit f33fd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/autobahn_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require 'progressbar'
66

77
EM.run {
8-
ruby = RUBY_PLATFORM =~ /java/ ? 'jruby' : 'mri-ruby'
8+
ruby = RUBY_PLATFORM =~ /java/ ? 'jruby' : 'ruby'
99
version = defined?(RUBY_ENGINE_VERSION) ? RUBY_ENGINE_VERSION : RUBY_VERSION
1010
version += " (#{ RUBY_VERSION })" if ruby == 'jruby'
1111

0 commit comments

Comments
 (0)