eucalyptus 0.2.4 → 0.2.5

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: 708aa890d2b3f94945b1f0d0ff4078072bf4d0ea
4
- data.tar.gz: c27443739c4ed9775173d51677f8379f854cecb3
3
+ metadata.gz: 265b7b450e18e45aff7271b02db20d29b1ce4bf9
4
+ data.tar.gz: 8b33c32a87f74cedaf94e1f1b6a3d301df32134b
5
5
  SHA512:
6
- metadata.gz: 47cbec2c3e2bcfc1477c27088682719d278f1c4f768e7cb10212a99a3b15a919bf21926be61dcc8c0acc0fc32a3d2c40025443e1f80140315c9b3a23dc675319
7
- data.tar.gz: 0fe43362bf6376429f262f5f4f2f5bb1fc495afc9f417a127379ae154ed288446245be023351dfa411271e9c0065a6efe0c93d55c82531c97a76dfe6c89ad423
6
+ metadata.gz: 40e5efd10760d0bfc8f17a300d2c3922ef8e0e1911aeef9accda2bedb529ab9d41ca0fe4860a295387b457d4adb9609a05db3b4572a2686d315b2e55085e7b9c
7
+ data.tar.gz: 965301bff973b0a6fef4377094420b1936b8d2d3954de7c35cc66304e6804a8f226d0808329b617fab50015fb4d0f25450b0bbc511101f56f81e58384b6f5c6a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
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 0.2.4 ruby lib
5
+ # stub: eucalyptus 0.2.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "0.2.4"
9
+ s.version = "0.2.5"
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"]
@@ -4,6 +4,7 @@ module Eucalyptus
4
4
  class Account < Resource
5
5
  def self.known_fields
6
6
  [
7
+ :account_id,
7
8
  :account_status,
8
9
  :age,
9
10
  :agency_client_declaration,
data/lib/eucalyptus/ad.rb CHANGED
@@ -4,6 +4,7 @@ module Eucalyptus
4
4
  class Ad < Resource
5
5
  def self.known_fields
6
6
  [
7
+ :id,
7
8
  :name,
8
9
  :adgroup_status,
9
10
  :bid_info,
@@ -4,6 +4,7 @@ module Eucalyptus
4
4
  class AdSet < Resource
5
5
  def self.known_fields
6
6
  [
7
+ :id,
7
8
  :account_id,
8
9
  :bid_info,
9
10
  :bid_type,
@@ -4,6 +4,7 @@ module Eucalyptus
4
4
  class Campaign < Resource
5
5
  def self.known_fields
6
6
  [
7
+ :id,
7
8
  :buying_type,
8
9
  :campaign_group_status,
9
10
  :name,
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: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner