eucalyptus 0.2.9 → 0.2.10

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
  SHA1:
3
- metadata.gz: 8a63d8763d4212c002f3220ca19c6e8a9c138274
4
- data.tar.gz: 20c3a3129db39b5c079e2895daa38d8f7347222a
3
+ metadata.gz: 50bf215b871c9e81e5c5059848307dfe9642cfb1
4
+ data.tar.gz: f7237850e295fb08826014d39917a47078ee66a2
5
5
  SHA512:
6
- metadata.gz: 86f1e4adc69669e1e2c8c1e26e4386b4630279e3585042971588ac3e1d79a894f6f04bfbbd9f23e4c4ffc7a6cde9d9c7afdcb5b5610b59d210d3dae8be7f7ba9
7
- data.tar.gz: e1d81b2fd037f56555b7fa2ef1b1f5dad752d51b8db66837b78bef0ab5ac8e560b21e21d5b5bd65f3bc2db4bc34c86664fdacc10fa1aea54885de5328e1f0a82
6
+ metadata.gz: b4d13d8340a7ef028bd23fbcb8c7c6d3bf80d529147239ee29972956fdb84bbe0fd3023935a8e4bc922b7afc19692f6ee9733d9c2579f768998dd37f7f7430a7
7
+ data.tar.gz: 0c1cf75db178f3a0aa20495870f5ad3d31bd7aaafbb3a6a1220ae03f176365e6bae3d17dc68c0366a4cd8a6e7da200a8a079701e50e86119db2c27f858f5fc8d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.9
1
+ 0.2.10
data/eucalyptus.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: eucalyptus 0.2.9 ruby lib
5
+ # stub: eucalyptus 0.2.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "0.2.9"
9
+ s.version = "0.2.10"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -6,8 +6,8 @@ module Eucalyptus
6
6
  "customaudiences"
7
7
  end
8
8
 
9
- def ad_sets
10
- AdSet.all.collect do |ad_set|
9
+ def ad_sets(from_collection: AdSet.all)
10
+ from_collection.collect do |ad_set|
11
11
  if ad_set.targeting.custom_audiences
12
12
  ad_set if ad_set.targeting.custom_audiences.any?{|a| a["id"] == self.id }
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalyptus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner