google-dfp-api 0.9.1 → 0.9.2

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.
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ 0.9.2:
2
+ - Make DFP gem globally readable.
3
+
1
4
  0.9.1:
2
5
  - Fix permissioning of files on DFP gem.
3
6
 
@@ -21,6 +21,6 @@
21
21
 
22
22
  module DfpApi
23
23
  module ApiConfig
24
- CLIENT_LIB_VERSION = '0.9.1'
24
+ CLIENT_LIB_VERSION = '0.9.2'
25
25
  end
26
26
  end
@@ -26,7 +26,7 @@ module DfpApiStatement
26
26
  # A statement object for PQL and get*ByStatement queries.
27
27
  class FilterStatement
28
28
  # Constructor for a Filter Statement.
29
- def initialize(query_statement='', values=nil, limit=SUGGESTED_PAGE_LIMIT,
29
+ def initialize(query_statement='', values=[], limit=SUGGESTED_PAGE_LIMIT,
30
30
  offset=0)
31
31
  @query_statement = query_statement
32
32
  @values = values
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-dfp-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-26 00:00:00.000000000 Z
12
+ date: 2014-09-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-ads-common
16
- requirement: &19617260 !ruby/object:Gem::Requirement
16
+ requirement: &20134420 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.9.4
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *19617260
24
+ version_requirements: *20134420
25
25
  description: google-dfp-api is a DFP API client library for Ruby
26
26
  email:
27
27
  - api.dklimkin@gmail.com