bucket_cake 6.1.0 → 6.1.1
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/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: 308aa55bebcb3040928b153715486c9bd3a40c3b
|
4
|
+
data.tar.gz: c29bc3844a726e3b66eee9214cf8b060139fb33e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a94b3121d5779f24ae560de73f1dc3043cfc756826672e4f6e7074e0850bc62bcbcd9504d425d052c9f7de6da876f003c2893fa31ce285b5e43d59b14948ec4
|
7
|
+
data.tar.gz: 3ea8530d9ce0ea5a9e618d7d702507992dbf6e9d9fcb3e1df9ab5945214074735250828033c36b6492e888eb8f73a249488f6ed4ab2a00539e8622452be75b94
|
@@ -8,6 +8,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
8
|
optional :visitor_id, :int64, 2
|
9
9
|
optional :request_session_id, :int64, 3
|
10
10
|
optional :click_date, :message, 4, "cakeproto.TimeWithZone"
|
11
|
+
optional :total_clicks, :int64, 29
|
11
12
|
optional :affiliate, :message, 5, "cakeproto.IdName"
|
12
13
|
optional :advertiser, :message, 6, "cakeproto.IdName"
|
13
14
|
optional :offer, :message, 7, "cakeproto.IdName"
|
@@ -26,6 +27,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
26
27
|
optional :redirect_url, :string, 20
|
27
28
|
optional :country, :message, 21, "cakeproto.Country"
|
28
29
|
optional :region, :message, 22, "cakeproto.Region"
|
30
|
+
optional :language, :message, 28, "cakeproto.IdName"
|
29
31
|
optional :isp, :message, 23, "cakeproto.IdName"
|
30
32
|
optional :disposition, :string, 24
|
31
33
|
optional :paid_action, :int64, 25
|
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: 6.1.
|
4
|
+
version: 6.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ad2games developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|