From 91473dcebfbd90a8e256568e287e168b70c77ff0 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 12 Dec 2014 15:58:26 -0800 Subject: Rename protobuf Ruby module to google/protobuf and rework its build system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'. --- ruby/tests/stress.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby/tests/stress.rb') diff --git a/ruby/tests/stress.rb b/ruby/tests/stress.rb index cc4bbf5c..1bd768ed 100644 --- a/ruby/tests/stress.rb +++ b/ruby/tests/stress.rb @@ -1,6 +1,6 @@ #!/usr/bin/ruby -require 'protobuf' +require 'google/protobuf' require 'test/unit' module StressTest -- cgit v1.2.3