eucalyptus 1.2.1 → 1.2.2
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 +4 -4
- data/VERSION +1 -1
- data/eucalyptus.gemspec +4 -4
- data/lib/eucalyptus/insight.rb +0 -16
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a421a473b98d85de7ecf390a784b904bbb2d501
|
4
|
+
data.tar.gz: 250ebce662d6d5ba065dbbd576ef3673647ad1eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2009d522641868cdbf33914260a36e815c2f10e62fa704f673821f922ede378623bf5b59d9d0aa710b9369340b64dd465e7fba6c22851d06469c4925f86bf024
|
7
|
+
data.tar.gz: ab0f4dc310ef97251742e7031735ffe078d31827137d0f1588120be4d585e4f46ceea3adbb618853dfa9181c9327368759d9ecb149880e0530a466b00580918d
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
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.
|
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.
|
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-
|
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.
|
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
|
data/lib/eucalyptus/insight.rb
CHANGED
@@ -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.
|
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-
|
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.
|
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
|