From 4dc6f59c1b9c1a18062b30b73bf2fd0f9ae8f695 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Thu, 21 May 2026 11:36:49 -0400 Subject: [PATCH] Create googleads.rb entrypoint for bundler --- lib/google/ads/googleads.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/google/ads/googleads.rb diff --git a/lib/google/ads/googleads.rb b/lib/google/ads/googleads.rb new file mode 100644 index 000000000..9c394769b --- /dev/null +++ b/lib/google/ads/googleads.rb @@ -0,0 +1,3 @@ +# This file exists only to support Bundler autorequire based on the gem name. +# It should not be required directly. +require 'google/ads/google_ads'