aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/lib/google/protobuf.rb
diff options
context:
space:
mode:
authorGravatar Adam Greene <adam.greene@gmail.com>2015-05-01 08:54:18 -0700
committerGravatar Adam Greene <adam.greene@gmail.com>2015-05-01 11:48:04 -0700
commitc70b6058eaae4fa5b1af577c548e6809a53dfd98 (patch)
tree89693f839c21940349003769811d22ecbb9e78b3 /ruby/lib/google/protobuf.rb
parentc881159557398c915b6b279b45c618732741416b (diff)
add size alias for length
starting to make `RepeatedField` quack like an array additional changes: * make sure gemspec gets all ruby code files * add homepage in gem spec removes one of the warnings, and the gem spec authors are pushing everyone to include a homepage in the gem * remove excess whitespace in test suite to bring formatting inline with the rest of the file
Diffstat (limited to 'ruby/lib/google/protobuf.rb')
-rw-r--r--ruby/lib/google/protobuf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/lib/google/protobuf.rb b/ruby/lib/google/protobuf.rb
index 75869dd8..72797245 100644
--- a/ruby/lib/google/protobuf.rb
+++ b/ruby/lib/google/protobuf.rb
@@ -34,3 +34,5 @@ if RUBY_PLATFORM == "java"
else
require 'google/protobuf_c'
end
+
+require 'google/protobuf/repeated_field'