soapy_cake 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/lib/soapy_cake/admin.rb +4 -0
- data/lib/soapy_cake/version.rb +1 -1
- 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: bc7a458e65ae1e240f88aa1e727f3bd91b2a4b3f
|
4
|
+
data.tar.gz: 6f46aa2ed499e858c0a96253d8e036b7bcbc85d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ba547c6095281790be2a9f0d048594ee127d1a0ce6d2a7c44ec5f2b13184b29c2de1f6724fd7a0d1193ebc3e7b9db75fbdb18d743f6e1167ade83042167b426
|
7
|
+
data.tar.gz: 72bcd0f280adde6c5b45b5e3343c83582898d10129359a893ad87e3f1261936b59ab0e5878c9ef52daeb1ce9fb1db08e6124cf50c050abd8726626df6451d330
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.2.0
|
data/lib/soapy_cake/admin.rb
CHANGED
@@ -47,6 +47,10 @@ module SoapyCake
|
|
47
47
|
Client::CakeClient.reports.advertiser_summary(opts_with_date_range(opts))
|
48
48
|
end
|
49
49
|
|
50
|
+
def clicks(opts)
|
51
|
+
Client::CakeClient.reports.conversions(opts)
|
52
|
+
end
|
53
|
+
|
50
54
|
def conversions(opts)
|
51
55
|
Client::CakeClient.reports.conversions(opts.merge(conversion_type: 'conversions'))
|
52
56
|
end
|
data/lib/soapy_cake/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: soapy_cake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ad2games GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
version: '0'
|
222
222
|
requirements: []
|
223
223
|
rubyforge_project:
|
224
|
-
rubygems_version: 2.
|
224
|
+
rubygems_version: 2.4.5
|
225
225
|
signing_key:
|
226
226
|
specification_version: 4
|
227
227
|
summary: Simple client for the CAKE API
|