adparlor-facebook 0.5.9 → 0.6.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: 25c8f2e2b346a62b86c650d8b2fdc1b692339416
4
- data.tar.gz: f63e094b0eccd481167a8b6fe789271f058f9265
3
+ metadata.gz: ff0b6cf5dfc927680582a6c8a0fada0c2f4c8ae1
4
+ data.tar.gz: 416d2043fe832fba123f2187b209bd192b8a9064
5
5
  SHA512:
6
- metadata.gz: 815c4f75c9d5ee83f0b728dfaeab0d0ca5d64eae605695db5b3bdfafe975db5fac2b0f2550e378b8d5583b6b5e4d52853ab325df8288dd24ff521bfbe7703559
7
- data.tar.gz: f98aeb0de7ab5d0c6ff3bd5abe01822fd639ddf476d52935d914378c41df5b729ccdd803889a31bc6ec72e1f9854898dfb56ec63fe7b3e95b6819dd40d386497
6
+ metadata.gz: 21bc7b15a18d2f95f723859e6c6ee8ac63722af04a3046d8b02f66a9c252d5c423fca52f79b26d638d0f8d0d2fe2a128647410b58b64e2fa597c915090523111
7
+ data.tar.gz: e0388e6b4145bf09024e54657e439ac7970388c42354434a946722ae4bda04075c94df375f50b6726c001bb28d0f2904dcbc627b1bc254fba1c9ffb8f13511bd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.5.9)
4
+ adparlor-facebook (0.6.0)
5
5
  faraday
6
6
  faraday_middleware
7
7
  httpclient
@@ -12,7 +12,7 @@ module Adparlor
12
12
  :interval_frequency_cap, :interval_frequency_cap_reset_period, :is_bonus_media, :is_conversion_goal, :name, :objective_name,
13
13
  :pause_periods, :placement_breakdown, :prediction_mode, :prediction_progress, :reference_id, :reservation_status, :status,
14
14
  :story_event_type, :target_audience_size, :target_cpm, :target_spec, :time_created, :time_updated, :timezone_id,
15
- :timezone_name, :topline_id]
15
+ :timezone_name, :topline_id, :curve_budget_reach]
16
16
  CREATE_FIELDS = [:action, :budget, :campaign_group_id, :day_parting_schedule, :destination_id, :destination_ids, :end_time,
17
17
  :frequency_cap, :impression, :interval_frequency_cap_reset_period, :num_curve_points, :objective, :prediction_mode,
18
18
  :reach, :rf_prediction_id, :rf_prediction_id_to_release, :rf_prediction_id_to_share, :start_time, :stop_time,
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.5.9'
3
+ VERSION = '0.6.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adparlor-facebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kel Stopper