google-ads-ad_manager 2.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1241ad76a7d3a8e2784b4529f0b66b550378f8e01e8db0c4ed6975e77213afcd
4
- data.tar.gz: 6b9711a9973e58ca8a54be47f280fd2f3ad0e5f36b9e22079c6f6132ef07e0ca
3
+ metadata.gz: 344598a164a5a71954fd4259982f857776c1058db303b75a2d41c54a4f535552
4
+ data.tar.gz: 7c33a172b805afaeed52c491856d95314ea8fb99f5412daf607396f30324012f
5
5
  SHA512:
6
- metadata.gz: 653de9004b3495f459e35f3bd902986ee308b2e808a2018b38148f2ec2f3846722496e28237051296819f9dd6697913d35d4306b42954439e4ad698c04e98f94
7
- data.tar.gz: 3f380f6c8366d66549cb18121e61641a62cf1523684b3c0542356cc609fd2d5d32272dc08019cfc9bfc093d4878bd648fa1deb0ddede503fa0bb3309c2098656
6
+ metadata.gz: 8d45256bdaef6eb74827b02584804451bf290de7419aea8bea58a508550dd8871a90e6337c56c14795db7f53d0a13ec49699a8f3177d52c45d0ddf07f609381e
7
+ data.tar.gz: f7811fb68a3727a2b43b63a492f61056c2db3da7cc5dce9738fb9e05b440621203732cef7b3328a6e696f8a6f35b6b427734302d3d6731df64afb4ba3d701ce4
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Manage your Ad Manager inventory, run reports and more.
4
4
 
5
- The Ad Manager API enables an app to integrate with Google Ad Manager. You can read Ad Manager data and run reports using the API.
5
+ The Ad Manager API enables an app to integrate with Google Ad Manager. You can read and write Ad Manager data and run reports using the API.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-ads-ad_manager-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Ads
22
22
  module AdManager
23
- VERSION = "2.0.1"
23
+ VERSION = "2.1.0"
24
24
  end
25
25
  end
26
26
  end