test/proto/addressbook_base.proto in ruby_protobuf-0.3.3 vs test/proto/addressbook_base.proto in ruby_protobuf-0.4.1
- old
+ new
@@ -1,5 +1,5 @@
-package tutorial;
+package tutorial_ext;
message Person {
required string name = 1;
required int32 id = 2;
optional string email = 3;