spec/support/definitions/post.proto in active_remote-2.0.0.rc1 vs spec/support/definitions/post.proto in active_remote-2.0.0.rc2
- old
+ new
@@ -1,8 +1,8 @@
package generic.remote;
-import "support/protobuf/error.proto";
-import "support/protobuf/category.proto";
+import "error.proto";
+import "category.proto";
message Post {
optional string guid = 1;
optional string name = 2;
optional string author_guid = 3;