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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c52d8b4c151f5ad2af7f12b7e17dfac67295577f
4
- data.tar.gz: 042fe4cbe711b16b8248768e79280e0db719ef9d
3
+ metadata.gz: fe02cf2516032eedf5e00756a0d2cd3d25be050c
4
+ data.tar.gz: e557848f06db8d1ab71e9dcadcb7cf5bcbdd66d1
5
5
  SHA512:
6
- metadata.gz: 0358a64b9fe6fd249a380f9a00a6a969bd9755c7ec981c3fd2ed4066cb40b5f295b2331117c37b6425d6b1a3ac49bb07ecc556f350383a857020acee809f8ba2
7
- data.tar.gz: fb46eff22dab8da1e105c2d9ce394d56a10b2a68881a5eaacf909a4e349c07a8bdae1924db9148526138904f61a0b45a757e77b4ecb743d220d7a77f804d342b
6
+ metadata.gz: b8db5f2e1eca05ae9550f1d734a501c57c6f219e333350f50f97b756a8a9b30355fb813ad2fbf41064a105686a68a6031b1428435f30137d951ff87ba8103f04
7
+ data.tar.gz: ec07961663b77b04cfd434e170289c44d71da983bec41f116ce126b6ae08257f8e9d4889cd232c188c3f736a026c67c5489c99f459975b9a3ef8e74cee0a8228
@@ -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'
@@ -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
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module BucketCake
3
- VERSION = '5.0.0'
3
+ VERSION = '5.1.0'
4
4
  end
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.0.0
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-23 00:00:00.000000000 Z
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