From 4f19797baf1c874c3aa03202908178ec66d7b45c Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 25 Jul 2016 01:47:50 -0700 Subject: Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb. This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code. --- conformance/conformance_ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conformance/conformance_ruby.rb') diff --git a/conformance/conformance_ruby.rb b/conformance/conformance_ruby.rb index c716facd..aa572144 100755 --- a/conformance/conformance_ruby.rb +++ b/conformance/conformance_ruby.rb @@ -30,7 +30,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -require 'conformance' +require 'conformance_pb' $test_count = 0 $verbose = false -- cgit v1.2.3