bucket_cake 5.0.0 → 5.1.0
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 +4 -4
- data/lib/bucket_cake.rb +0 -1
- data/lib/bucket_cake/facts.rb +0 -5
- data/lib/bucket_cake/version.rb +1 -1
- metadata +2 -3
- data/lib/bucket_cake/proto/conversion_changes_pb.rb +0 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe02cf2516032eedf5e00756a0d2cd3d25be050c
|
4
|
+
data.tar.gz: e557848f06db8d1ab71e9dcadcb7cf5bcbdd66d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8db5f2e1eca05ae9550f1d734a501c57c6f219e333350f50f97b756a8a9b30355fb813ad2fbf41064a105686a68a6031b1428435f30137d951ff87ba8103f04
|
7
|
+
data.tar.gz: ec07961663b77b04cfd434e170289c44d71da983bec41f116ce126b6ae08257f8e9d4889cd232c188c3f736a026c67c5489c99f459975b9a3ef8e74cee0a8228
|
data/lib/bucket_cake.rb
CHANGED
@@ -17,7 +17,6 @@ require 'bucket_cake/proto/creatives_pb'
|
|
17
17
|
require 'bucket_cake/proto/offers_pb'
|
18
18
|
require 'bucket_cake/proto/clicks_pb'
|
19
19
|
require 'bucket_cake/proto/conversions_pb'
|
20
|
-
require 'bucket_cake/proto/conversion_changes_pb'
|
21
20
|
require 'bucket_cake/proto/cap_states_pb'
|
22
21
|
|
23
22
|
require 'bucket_cake/proto_ext/time_with_zone'
|
data/lib/bucket_cake/facts.rb
CHANGED
@@ -11,11 +11,6 @@ module BucketCake
|
|
11
11
|
PROTOCLASS = Cakeproto::Conversion
|
12
12
|
end
|
13
13
|
|
14
|
-
class ConversionChanges < Base::Range
|
15
|
-
FOLDER = 'conversion_changes'
|
16
|
-
PROTOCLASS = Cakeproto::ConversionChange
|
17
|
-
end
|
18
|
-
|
19
14
|
class CapStates < Base::Range
|
20
15
|
FOLDER = 'cap_states'
|
21
16
|
PROTOCLASS = Cakeproto::CapState
|
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.1.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-
|
11
|
+
date: 2016-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|
@@ -182,7 +182,6 @@ files:
|
|
182
182
|
- lib/bucket_cake/proto/cap_states_pb.rb
|
183
183
|
- lib/bucket_cake/proto/clicks_pb.rb
|
184
184
|
- lib/bucket_cake/proto/common_pb.rb
|
185
|
-
- lib/bucket_cake/proto/conversion_changes_pb.rb
|
186
185
|
- lib/bucket_cake/proto/conversions_pb.rb
|
187
186
|
- lib/bucket_cake/proto/creatives_pb.rb
|
188
187
|
- lib/bucket_cake/proto/offers_pb.rb
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: conversion_changes.proto
|
3
|
-
|
4
|
-
|
5
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
6
|
-
add_message "cakeproto.ConversionChange" do
|
7
|
-
optional :id, :int64, 1
|
8
|
-
optional :conversion_date, :message, 2, "cakeproto.TimeWithZone"
|
9
|
-
optional :last_updated, :message, 3, "cakeproto.TimeWithZone"
|
10
|
-
optional :paid, :message, 4, "cakeproto.MoneyWithCurrency"
|
11
|
-
optional :received, :message, 5, "cakeproto.MoneyWithCurrency"
|
12
|
-
optional :current_disposition, :message, 6, "cakeproto.Disposition"
|
13
|
-
optional :note, :string, 7
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
module Cakeproto
|
18
|
-
ConversionChange = Google::Protobuf::DescriptorPool.generated_pool.lookup("cakeproto.ConversionChange").msgclass
|
19
|
-
end
|