google-ads-common 0.12.1 → 0.12.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ChangeLog +3 -0
  2. data/lib/ads_common/version.rb +1 -1
  3. metadata +2 -2
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ 0.12.2
2
+ - Fix permissions for Ads Common gem.
3
+
1
4
  0.12.1:
2
5
  - Adding support for JSON keyfiles for service accounts.
3
6
 
@@ -19,6 +19,6 @@
19
19
 
20
20
  module AdsCommon
21
21
  module ApiConfig
22
- CLIENT_LIB_VERSION = '0.12.1'
22
+ CLIENT_LIB_VERSION = '0.12.2'
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-05-17 00:00:00.000000000 Z
14
+ date: 2016-05-23 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: google-ads-savon