spec/support/definitions/author.proto in active_remote-1.7.1 vs spec/support/definitions/author.proto in active_remote-1.8.0.rc1

- old
+ new

@@ -4,9 +4,10 @@ message Author { optional string guid = 1; optional string name = 2; repeated Error errors = 3; + optional string user_guid = 4; } message Authors { repeated Author records = 1; }