eucalyptus 1.2.1 → 1.2.2

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: 69c0368e924e4ffab0854392c0cfba38b41e566e
4
- data.tar.gz: ee86526ffea875a0eb300e90e13d1bfc41155957
3
+ metadata.gz: 4a421a473b98d85de7ecf390a784b904bbb2d501
4
+ data.tar.gz: 250ebce662d6d5ba065dbbd576ef3673647ad1eb
5
5
  SHA512:
6
- metadata.gz: 1e5a97af78eabcb647795c35d916099462b08108050879f3ef182b32f2ae8b4b2c438029712308c82927070dc7d228ac915343ca2cc07c7912fad360a85ab258
7
- data.tar.gz: 4592a339fc0f0e0da9a5872a1d57bec1e1adaab375abcde8a1c4b09422f7ac9dcb0b9cf7b2e4a962803a277edc80e98437292a301dee15fbce85f307365245f0
6
+ metadata.gz: 2009d522641868cdbf33914260a36e815c2f10e62fa704f673821f922ede378623bf5b59d9d0aa710b9369340b64dd465e7fba6c22851d06469c4925f86bf024
7
+ data.tar.gz: ab0f4dc310ef97251742e7031735ffe078d31827137d0f1588120be4d585e4f46ceea3adbb618853dfa9181c9327368759d9ecb149880e0530a466b00580918d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.1
1
+ 1.2.2
data/eucalyptus.gemspec CHANGED
@@ -2,16 +2,16 @@
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.1 ruby lib
5
+ # stub: eucalyptus 1.2.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "eucalyptus"
9
- s.version = "1.2.1"
9
+ s.version = "1.2.2"
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"]
13
13
  s.authors = ["Oguz Huner"]
14
- s.date = "2015-11-02"
14
+ s.date = "2015-11-13"
15
15
  s.description = "An easy interface and abstraction to the Facebook Ads API"
16
16
  s.email = "oguzcanhuner@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
49
49
  ]
50
50
  s.homepage = "http://github.com/oguzcanhuner/eucalyptus"
51
51
  s.licenses = ["MIT"]
52
- s.rubygems_version = "2.4.4"
52
+ s.rubygems_version = "2.4.3"
53
53
  s.summary = "An easy interface and abstraction to the Facebook Ads API"
54
54
 
55
55
  if s.respond_to? :specification_version then
@@ -4,28 +4,12 @@ module Eucalyptus
4
4
  class Insight < Resource
5
5
  def self.known_fields
6
6
  [
7
- :call_to_action_clicks,
8
7
  :clicks,
9
- :cost_per_total_action,
10
8
  :cpc,
11
- :cost_per_unique_click,
12
- :cpm,
13
- :cpp,
14
9
  :ctr,
15
- :website_ctr,
16
- :unique_ctr,
17
- :frequency,
18
- :impressions,
19
10
  :reach,
20
11
  :relevance_score,
21
- :social_clicks,
22
- :unique_social_clicks,
23
- :social_impressions,
24
- :social_reach,
25
12
  :spend,
26
- :total_action_value,
27
- :total_actions,
28
- :total_unique_actions,
29
13
  :cost_per_action_type,
30
14
  :action_values,
31
15
  :actions
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalyptus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oguz Huner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-02 00:00:00.000000000 Z
11
+ date: 2015-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: koala
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.4.4
194
+ rubygems_version: 2.4.3
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: An easy interface and abstraction to the Facebook Ads API