blurb 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/blurb.gemspec +1 -1
  3. data/lib/blurb/profile.rb +5 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f341e35796573d6a77dd26bbd58466f72a6c47277998d52e0fc534dd043c07c
4
- data.tar.gz: 73f88da24b64d54c19960f6f57ba36c8615b5374286b611cb44607303ece2cd6
3
+ metadata.gz: 5caba042dfc794c48b97784204d6f8313b25dc2e6839846bd888f5d299fcee49
4
+ data.tar.gz: 3e3782654082b1b14bff86e9c8fd19c40bbcd6f988545616150992d428f04e09
5
5
  SHA512:
6
- metadata.gz: f12c0909f2e381b91b61b472701f1fdf9f8e8785371c3752032b81c2ae543282595b8d4a29159bcd1cace3f3638a8749858afc2c61a5d1c054e467753382ad44
7
- data.tar.gz: 8b348ea74f8bc44b5c7eee99942fc20d5b2c2dd59b8910f2d0f03f689c344181632844e9c49cf9b249c99b618ad9fb6156325d696dcde55744710d1fadf4e0a6
6
+ metadata.gz: 4db2709c64041611004b25eab833e651b5967224eff2697d57211cf1e8a18b4304a4e2dcd58dbce67e4bb604019361e302f4e7363dc3ef04205055ed9b75af24
7
+ data.tar.gz: 3333f556fd100bb2dd55031a46ee88f689e3cb6f93c250b662bb1988b603e7e35e5a817909f25263fe3e30e34db8d5afa8308d420f07585f2c2fd133370b80a6
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "blurb"
7
- spec.version = "0.4.1"
7
+ spec.version = "0.4.2"
8
8
  spec.authors = ["dlbunker", "eamigo13"]
9
9
  spec.email = ["evan@pattern.com"]
10
10
 
@@ -17,6 +17,7 @@ class Blurb
17
17
  :product_ads,
18
18
  :profile_id,
19
19
  :suggested_keywords,
20
+ :targets
20
21
  )
21
22
 
22
23
  def initialize(profile_id:, account:)
@@ -91,6 +92,10 @@ class Blurb
91
92
  headers: headers_hash,
92
93
  base_url: "#{@account.api_url}/v2/sp/campaignNegativeKeywords"
93
94
  )
95
+ @targets = RequestCollection.new(
96
+ headers: headers_hash,
97
+ base_url: "#{@account.api_url}/v2/sp/targets"
98
+ )
94
99
  @portfolios = RequestCollection.new(
95
100
  headers: headers_hash,
96
101
  base_url: "#{@account.api_url}/v2/portfolios"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blurb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dlbunker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-08-19 00:00:00.000000000 Z
12
+ date: 2019-10-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler