google-ads-common 0.9.7 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MGIxMjAwNmYzMmE3YWUyODZhMTQzZmI4NDBmYTFmZmZjMDIwYTMyOQ==
5
+ data.tar.gz: !binary |-
6
+ OWY0ZDQ4NTlhZGMyMzM2NzU0NTJhNTk0Njk2NWUyNzJhNWE2OGQxNg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NjNjN2ZjYzdiMDE5ODMxYjE0NDliYmZmYjZkMmU4MzdhYjBiNTUwZGZjZDc2
10
+ ZjU5NGZlYjljMjUwZGY2NTdjMDlhNjc4MmU4Zjk3YTU2ZmM5YjZhYzQzNDZj
11
+ NzhlMDcyN2RiZmViNjZjYTRjYTFlZTMzMTM2ZTcwMzNkZWYyMzc=
12
+ data.tar.gz: !binary |-
13
+ YWVkOGEyNGU0OTk3ZTVmMDZmYmZkYTU5MWJkYTQ0ZjYwZTA4ZDA1MTM4Yzhk
14
+ OGRhMzlhMjZkMGY5YWU1NGNmNTUyZDc3ZjQzNzg3M2NhNzlhNzM0M2E0Mzgz
15
+ MTBiNzQxYjViYzc3OTgxNmJiMjQzYjY3Y2JmYTA2ZTUyYTkzMGI=
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ 0.9.8:
2
+ - Updating signet dependency to 0.6.0.
3
+
1
4
  0.9.7:
2
5
  - Removed deprecated ClientLogin support.
3
6
 
@@ -31,7 +31,7 @@ module AdsCommon
31
31
  #
32
32
  # This is auto-generated code, changes will be overwritten.
33
33
  #
34
- # Copyright:: Copyright 2014, Google Inc. All Rights Reserved.
34
+ # Copyright:: Copyright 2015, Google Inc. All Rights Reserved.
35
35
  # License:: Licensed under the Apache License, Version 2.0.
36
36
  #
37
37
  # <%= @generator_stamp %>
@@ -31,7 +31,7 @@ module AdsCommon
31
31
  #
32
32
  # This is auto-generated code, changes will be overwritten.
33
33
  #
34
- # Copyright:: Copyright 2014, Google Inc. All Rights Reserved.
34
+ # Copyright:: Copyright 2015, Google Inc. All Rights Reserved.
35
35
  # License:: Licensed under the Apache License, Version 2.0.
36
36
  #
37
37
  # <%= @generator_stamp %>
@@ -21,6 +21,6 @@
21
21
 
22
22
  module AdsCommon
23
23
  module ApiConfig
24
- CLIENT_LIB_VERSION = '0.9.7'
24
+ CLIENT_LIB_VERSION = '0.9.8'
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
5
- prerelease:
4
+ version: 0.9.8
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sergio Gomes
@@ -10,12 +9,11 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2015-02-19 00:00:00.000000000 Z
12
+ date: 2015-03-12 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: savon
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ~>
21
19
  - !ruby/object:Gem::Version
@@ -23,7 +21,6 @@ dependencies:
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ~>
29
26
  - !ruby/object:Gem::Version
@@ -31,7 +28,6 @@ dependencies:
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: httpi
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
32
  - - ~>
37
33
  - !ruby/object:Gem::Version
@@ -39,7 +35,6 @@ dependencies:
39
35
  type: :runtime
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
39
  - - ~>
45
40
  - !ruby/object:Gem::Version
@@ -47,19 +42,17 @@ dependencies:
47
42
  - !ruby/object:Gem::Dependency
48
43
  name: signet
49
44
  requirement: !ruby/object:Gem::Requirement
50
- none: false
51
45
  requirements:
52
46
  - - ~>
53
47
  - !ruby/object:Gem::Version
54
- version: 0.5.0
48
+ version: 0.6.0
55
49
  type: :runtime
56
50
  prerelease: false
57
51
  version_requirements: !ruby/object:Gem::Requirement
58
- none: false
59
52
  requirements:
60
53
  - - ~>
61
54
  - !ruby/object:Gem::Version
62
- version: 0.5.0
55
+ version: 0.6.0
63
56
  description: Essential utilities shared by all Ads Ruby client libraries
64
57
  email:
65
58
  - api.dklimkin@gmail.com
@@ -67,69 +60,68 @@ executables: []
67
60
  extensions: []
68
61
  extra_rdoc_files: []
69
62
  files:
63
+ - COPYING
64
+ - ChangeLog
65
+ - README.md
70
66
  - lib/ads_common/api.rb
71
- - lib/ads_common/version.rb
72
- - lib/ads_common/errors.rb
73
- - lib/ads_common/auth/client_login_handler.rb
67
+ - lib/ads_common/api_config.rb
74
68
  - lib/ads_common/auth/base_handler.rb
69
+ - lib/ads_common/auth/client_login_handler.rb
75
70
  - lib/ads_common/auth/oauth2_handler.rb
76
71
  - lib/ads_common/auth/oauth2_jwt_handler.rb
77
- - lib/ads_common/credential_handler.rb
78
- - lib/ads_common/api_config.rb
79
- - lib/ads_common/utils.rb
80
- - lib/ads_common/build/savon_service_generator.rb
81
- - lib/ads_common/build/savon_registry.rb
82
- - lib/ads_common/build/savon_registry_generator.rb
83
72
  - lib/ads_common/build/savon_abstract_generator.rb
84
73
  - lib/ads_common/build/savon_generator.rb
74
+ - lib/ads_common/build/savon_registry.rb
75
+ - lib/ads_common/build/savon_registry_generator.rb
76
+ - lib/ads_common/build/savon_service_generator.rb
85
77
  - lib/ads_common/config.rb
78
+ - lib/ads_common/credential_handler.rb
79
+ - lib/ads_common/errors.rb
80
+ - lib/ads_common/http.rb
86
81
  - lib/ads_common/parameters_validator.rb
82
+ - lib/ads_common/results_extractor.rb
87
83
  - lib/ads_common/savon_headers/base_header_handler.rb
88
84
  - lib/ads_common/savon_headers/oauth_header_handler.rb
89
- - lib/ads_common/results_extractor.rb
90
- - lib/ads_common/http.rb
91
85
  - lib/ads_common/savon_service.rb
92
- - test/suite_unittests.rb
86
+ - lib/ads_common/utils.rb
87
+ - lib/ads_common/version.rb
93
88
  - test/coverage.rb
94
- - test/test_results_extractor.rb
89
+ - test/suite_unittests.rb
95
90
  - test/test_config.rb
96
- - test/test_utils.rb
97
- - test/test_credential_handler.rb
98
- - test/test_savon_service.rb
99
91
  - test/test_config.yml
92
+ - test/test_credential_handler.rb
100
93
  - test/test_parameters_validator.rb
101
- - COPYING
102
- - README.md
103
- - ChangeLog
94
+ - test/test_results_extractor.rb
95
+ - test/test_savon_service.rb
96
+ - test/test_utils.rb
104
97
  homepage: http://code.google.com/p/google-api-ads-ruby/
105
98
  licenses:
106
99
  - Apache-2.0
100
+ metadata: {}
107
101
  post_install_message:
108
102
  rdoc_options: []
109
103
  require_paths:
110
104
  - lib
111
105
  required_ruby_version: !ruby/object:Gem::Requirement
112
- none: false
113
106
  requirements:
114
107
  - - ! '>='
115
108
  - !ruby/object:Gem::Version
116
109
  version: '0'
117
110
  required_rubygems_version: !ruby/object:Gem::Requirement
118
- none: false
119
111
  requirements:
120
112
  - - ! '>='
121
113
  - !ruby/object:Gem::Version
122
114
  version: 1.3.6
123
115
  requirements: []
124
116
  rubyforge_project: google-ads-common
125
- rubygems_version: 1.8.23
117
+ rubygems_version: 2.2.2
126
118
  signing_key:
127
- specification_version: 3
119
+ specification_version: 4
128
120
  summary: Common code for Google Ads APIs
129
121
  test_files:
130
- - test/test_results_extractor.rb
122
+ - test/test_savon_service.rb
131
123
  - test/test_config.rb
132
- - test/test_utils.rb
133
124
  - test/test_credential_handler.rb
134
- - test/test_savon_service.rb
125
+ - test/test_utils.rb
135
126
  - test/test_parameters_validator.rb
127
+ - test/test_results_extractor.rb