bucket_cake 6.1.1 → 6.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/clicks_pb.rb +1 -0
- data/lib/bucket_cake/proto/conversions_pb.rb +1 -0
- data/lib/bucket_cake/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76ccf5e6a068fad53647808cb9e0730a1cb26610
|
4
|
+
data.tar.gz: 31a438ac70c8c2e039ca3847e9740289d3bc0f71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 219c241b3fcf8046f7ded8544f413b948bbdcb0ae682bb8c9bc2e09ec75eb6007b01706b90d895dc6d9a1724ef2b9bcaad365022f5b68dd4664fcb1f3b0c9aac
|
7
|
+
data.tar.gz: 32588aacd7b28df09e9ab0f1750dc277ed45b37b661d73757d2646132e31523351df932c08ce901f67d78328c0455715aad77e60ccef366b8d78402f47c9ea11
|
@@ -6,6 +6,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
6
6
|
add_message "cakeproto.Click" do
|
7
7
|
optional :id, :int64, 1
|
8
8
|
optional :visitor_id, :int64, 2
|
9
|
+
optional :tracking_id, :int64, 30
|
9
10
|
optional :request_session_id, :int64, 3
|
10
11
|
optional :click_date, :message, 4, "cakeproto.TimeWithZone"
|
11
12
|
optional :total_clicks, :int64, 29
|
@@ -6,6 +6,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
6
6
|
add_message "cakeproto.Conversion" do
|
7
7
|
optional :id, :int64, 1
|
8
8
|
optional :visitor_id, :int64, 2
|
9
|
+
optional :tracking_id, :int64, 39
|
9
10
|
optional :request_session_id, :int64, 3
|
10
11
|
optional :click_id, :int64, 4
|
11
12
|
optional :click_request_session_id, :int64, 5
|
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.
|
4
|
+
version: 6.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: 2017-
|
11
|
+
date: 2017-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
version: '0'
|
198
198
|
requirements: []
|
199
199
|
rubyforge_project:
|
200
|
-
rubygems_version: 2.5.
|
200
|
+
rubygems_version: 2.5.1
|
201
201
|
signing_key:
|
202
202
|
specification_version: 4
|
203
203
|
summary: Get cakeproto objects from S3.
|