eucalyptus 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cf237dab7e1f4fa1eaf92c33e960b2773b42fcc
4
- data.tar.gz: 844f9f41a15a70e97fb75c0f695b13bf7205494b
3
+ metadata.gz: 69c0368e924e4ffab0854392c0cfba38b41e566e
4
+ data.tar.gz: ee86526ffea875a0eb300e90e13d1bfc41155957
5
5
  SHA512:
6
- metadata.gz: d0fcdcbd07bc596b82d6402fb3310c6329ac7318b66b765de7a29de5730539d5d7b049f0179f16bd25280bb3061f8ffa6fcc348d8ff09436461cf17beab68758
7
- data.tar.gz: 308e05534448b654b246c3aa791a62bebec0232188387aed68fb5b0ecf6afc385d95a775e0c21fcf2eb329ee281b237736cb053141f46a0a7ffba3d8d8db00f1
6
+ metadata.gz: 1e5a97af78eabcb647795c35d916099462b08108050879f3ef182b32f2ae8b4b2c438029712308c82927070dc7d228ac915343ca2cc07c7912fad360a85ab258
7
+ data.tar.gz: 4592a339fc0f0e0da9a5872a1d57bec1e1adaab375abcde8a1c4b09422f7ac9dcb0b9cf7b2e4a962803a277edc80e98437292a301dee15fbce85f307365245f0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
data/eucalyptus.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: eucalyptus 1.2.0 ruby lib
5
+ # stub: eucalyptus 1.2.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "1.2.0"
9
+ s.version = "1.2.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -6,37 +6,8 @@ module Eucalyptus
6
6
  [
7
7
  :account_id,
8
8
  :account_status,
9
- :age,
10
- :agency_client_declaration,
11
- :amount_spent,
12
- :balance,
13
- :business,
14
- :business_city,
15
- :business_country_code,
16
- :business_name,
17
- :business_street,
18
- :business_street2,
19
- :business_zip,
20
- :capabilities,
21
9
  :created_time,
22
- :currency,
23
- :daily_spend_limit,
24
- :end_advertiser,
25
- :funding_source,
26
- :funding_source_details,
27
- :is_personal,
28
- :media_agency,
29
- :name,
30
- :offsite_pixels_tos_accepted,
31
- :partner,
32
- :rf_spec,
33
- :spend_cap,
34
- :tax_id_status,
35
- :timezone_id,
36
- :timezone_name,
37
- :timezone_offset_hours_utc,
38
- :tos_accepted,
39
- :users
10
+ :name
40
11
  ]
41
12
  end
42
13
 
data/lib/eucalyptus/ad.rb CHANGED
@@ -6,19 +6,13 @@ module Eucalyptus
6
6
  [
7
7
  :id,
8
8
  :account_id,
9
- :adgroup_review_feedback,
10
9
  :adgroup_status,
11
- :bid_type,
12
- :bid_info,
13
10
  :campaign_id,
14
11
  :campaign_group_id,
15
12
  :conversion_specs,
16
13
  :created_time,
17
- :creative,
18
- :failed_delivery_checks,
19
14
  :targeting,
20
15
  :tracking_specs,
21
- :updated_time,
22
16
  :name
23
17
  ]
24
18
  end
@@ -6,22 +6,11 @@ module Eucalyptus
6
6
  [
7
7
  :id,
8
8
  :account_id,
9
- :bid_info,
10
- :bid_type,
11
9
  :campaign_group_id,
12
10
  :campaign_status,
13
11
  :created_time,
14
- :creative_sequence,
15
- :daily_budget,
16
- :end_time,
17
- :is_autobid,
18
- :lifetime_budget,
19
12
  :name,
20
- :promoted_object,
21
- :rf_prediction_id,
22
- :start_time,
23
- :targeting,
24
- :updated_time
13
+ :targeting
25
14
  ]
26
15
  end
27
16
 
@@ -5,11 +5,8 @@ module Eucalyptus
5
5
  def self.known_fields
6
6
  [
7
7
  :id,
8
- :buying_type,
9
8
  :campaign_group_status,
10
- :name,
11
- :objective,
12
- :spend_cap
9
+ :name
13
10
  ]
14
11
  end
15
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalyptus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner