bucket_cake 5.1.0 → 5.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bucket_cake/proto/advertisers_pb.rb +19 -0
- data/lib/bucket_cake/proto/clicks_pb.rb +2 -0
- data/lib/bucket_cake/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4864bb3d260855df5cd646f807906c5c925ab22e
|
4
|
+
data.tar.gz: 2bec66c3b57295ecbb333bf2b9779cc6c82b4fbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8857d75b92a998d8dfcc982077fff8a2ba2266a0c80d43074bfc1c82a6c0500ed342daa3085dafb1c121862a2f9b4001c17b8c9f61d0a7a6dd1b9406fa315752
|
7
|
+
data.tar.gz: 9b4741d815da262b8d9f95473b30c81b5b8da4f268000af1d108bdb3029c16ecbb3f194b92bd89f33861a2781635237469cf2721e3330feaadf1c27d195849ce
|
@@ -19,14 +19,33 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
19
19
|
repeated :tags, :message, 13, "cakeproto.IdName"
|
20
20
|
repeated :suppression_lists, :message, 14, "cakeproto.SuppressionList"
|
21
21
|
repeated :blacklists, :message, 15, "cakeproto.Blacklist"
|
22
|
+
repeated :events, :message, 21, "cakeproto.Advertiser.Event"
|
22
23
|
optional :billing_cycle, :message, 16, "cakeproto.IdName"
|
23
24
|
optional :quickbooks_id, :string, 17
|
24
25
|
optional :online_signup, :bool, 18
|
25
26
|
optional :date_created, :message, 19, "cakeproto.TimeWithZone"
|
26
27
|
optional :notes, :string, 20
|
27
28
|
end
|
29
|
+
add_message "cakeproto.Advertiser.Event" do
|
30
|
+
optional :id, :int64, 1
|
31
|
+
optional :name, :string, 2
|
32
|
+
optional :price_format, :message, 3, "cakeproto.IdName"
|
33
|
+
optional :active, :bool, 4
|
34
|
+
optional :allow_duplicates, :bool, 5
|
35
|
+
optional :transaction_id_deduplication, :message, 6, "cakeproto.IdName"
|
36
|
+
optional :payout, :message, 7, "cakeproto.Money"
|
37
|
+
optional :received, :message, 8, "cakeproto.Money"
|
38
|
+
optional :portal, :bool, 9
|
39
|
+
optional :active_for_all_offers, :bool, 10
|
40
|
+
optional :fire_global_pixel, :bool, 11
|
41
|
+
optional :postback_url, :string, 12
|
42
|
+
optional :postback_delay_ms, :int64, 13
|
43
|
+
optional :pixel, :string, 14
|
44
|
+
optional :event_payout_and_received_trumps_other_sources, :bool, 15
|
45
|
+
end
|
28
46
|
end
|
29
47
|
|
30
48
|
module Cakeproto
|
31
49
|
Advertiser = Google::Protobuf::DescriptorPool.generated_pool.lookup("cakeproto.Advertiser").msgclass
|
50
|
+
Advertiser::Event = Google::Protobuf::DescriptorPool.generated_pool.lookup("cakeproto.Advertiser.Event").msgclass
|
32
51
|
end
|
@@ -29,6 +29,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
29
29
|
optional :isp, :message, 23, "cakeproto.IdName"
|
30
30
|
optional :disposition, :string, 24
|
31
31
|
optional :paid_action, :int64, 25
|
32
|
+
optional :paid, :message, 26, "cakeproto.MoneyWithCurrency"
|
33
|
+
optional :received, :message, 27, "cakeproto.MoneyWithCurrency"
|
32
34
|
end
|
33
35
|
end
|
34
36
|
|
data/lib/bucket_cake/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bucket_cake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ad2games developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|