aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/tests/stress.rb
diff options
context:
space:
mode:
authorGravatar Chris Fallin <cfallin@c1f.net>2014-12-12 15:58:26 -0800
committerGravatar Chris Fallin <cfallin@c1f.net>2014-12-12 15:58:26 -0800
commit91473dcebfbd90a8e256568e287e168b70c77ff0 (patch)
tree6a2fc1a9242659963b5f3bae9c146d957027f5e2 /ruby/tests/stress.rb
parentf473bb9903370cc9324b0881873e0d0861f5d325 (diff)
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'.
Diffstat (limited to 'ruby/tests/stress.rb')
-rw-r--r--ruby/tests/stress.rb2
1 files changed, 1 insertions, 1 deletions
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