ppc 0.3.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.autotest +25 -0
- data/.gemtest +0 -0
- data/History.txt +6 -0
- data/Manifest.txt +8 -0
- data/README.txt +80 -0
- data/Rakefile +19 -0
- data/bin/ppc +3 -0
- data/lib/ppc.rb +6 -15
- data/test/test_ppc.rb +0 -0
- metadata +41 -130
- data/.gitignore +0 -37
- data/.rspec +0 -2
- data/LICENSE +0 -339
- data/README.md +0 -78
- data/lib/ppc/api.rb +0 -10
- data/lib/ppc/api/baidu.rb +0 -138
- data/lib/ppc/api/baidu/account.rb +0 -47
- data/lib/ppc/api/baidu/bulk.rb +0 -41
- data/lib/ppc/api/baidu/creative.rb +0 -125
- data/lib/ppc/api/baidu/group.rb +0 -111
- data/lib/ppc/api/baidu/keyword.rb +0 -204
- data/lib/ppc/api/baidu/plan.rb +0 -68
- data/lib/ppc/api/baidu/report.rb +0 -143
- data/lib/ppc/api/qihu.rb +0 -107
- data/lib/ppc/api/qihu/account.rb +0 -86
- data/lib/ppc/api/qihu/creative.rb +0 -106
- data/lib/ppc/api/qihu/group.rb +0 -113
- data/lib/ppc/api/qihu/keyword.rb +0 -111
- data/lib/ppc/api/qihu/plan.rb +0 -64
- data/lib/ppc/api/qihu/report.rb +0 -159
- data/lib/ppc/api/shenma.rb +0 -64
- data/lib/ppc/api/shenma/report.rb +0 -135
- data/lib/ppc/api/sogou.rb +0 -122
- data/lib/ppc/api/sogou/account.rb +0 -42
- data/lib/ppc/api/sogou/creative.rb +0 -117
- data/lib/ppc/api/sogou/group.rb +0 -116
- data/lib/ppc/api/sogou/keyword.rb +0 -182
- data/lib/ppc/api/sogou/plan.rb +0 -66
- data/lib/ppc/api/sogou/report.rb +0 -129
- data/lib/ppc/ext.rb +0 -9
- data/lib/ppc/operation.rb +0 -196
- data/lib/ppc/operation/account.rb +0 -53
- data/lib/ppc/operation/creative.rb +0 -28
- data/lib/ppc/operation/group.rb +0 -59
- data/lib/ppc/operation/keyword.rb +0 -32
- data/lib/ppc/operation/plan.rb +0 -47
- data/lib/ppc/operation/report.rb +0 -19
- data/ppc.gemspec +0 -26
- data/spec/baidu/api_baidu_account_spec.rb +0 -15
- data/spec/baidu/api_baidu_creative_spec.rb +0 -67
- data/spec/baidu/api_baidu_group_spec.rb +0 -45
- data/spec/baidu/api_baidu_keyword_spec.rb +0 -61
- data/spec/baidu/api_baidu_plan_spec.rb +0 -43
- data/spec/baidu/api_baidu_report_spec.rb +0 -44
- data/spec/baidu/api_baidu_spec.rb +0 -55
- data/spec/operation/operation_baidu_report_spec.rb +0 -17
- data/spec/operation/operation_baidu_spec.rb +0 -78
- data/spec/operation/operation_qihu_report_spec.rb +0 -18
- data/spec/operation/operation_qihu_spec.rb +0 -51
- data/spec/operation/operation_sogou_report_spec.rb +0 -17
- data/spec/operation/operation_sogou_spec.rb +0 -51
- data/spec/operation/operation_spec_helper.rb +0 -51
- data/spec/qihu/api_qihu_account_spec.rb +0 -25
- data/spec/qihu/api_qihu_creative_spec.rb +0 -48
- data/spec/qihu/api_qihu_group_spec.rb +0 -40
- data/spec/qihu/api_qihu_keyword_spec.rb +0 -50
- data/spec/qihu/api_qihu_plan_spec.rb +0 -39
- data/spec/qihu/api_qihu_report_spec.rb +0 -54
- data/spec/sogou/api_sogou_account_spec.rb +0 -15
- data/spec/sogou/api_sogou_creative_spec.rb +0 -48
- data/spec/sogou/api_sogou_group_spec.rb +0 -45
- data/spec/sogou/api_sogou_keyword_spec.rb +0 -50
- data/spec/sogou/api_sogou_plan_spec.rb +0 -39
- data/spec/sogou/api_sogou_report_spec.rb +0 -51
- data/spec/spec_helper.rb +0 -134
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43f95a0cf51780dd643907a7fde7eeb661c6554c
|
4
|
+
data.tar.gz: 95ba4192a45a2237b0f1eb86cc11c997a2aca407
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f63bdc67675e3170bd91278a63921cbacda194feb1f932a568da66e546861715a7ab4b0afb74c098e8d2816238b14708bff7da2614fe2b32bdc5389f57326ec6
|
7
|
+
data.tar.gz: fca820a9898931ed075c9f02323849e77926e1178d59796a643256fe53b53ebee62f8a0aa8f385cf922c6b46177fdffaad96da1c3382ae47be80e13929e285fc
|
data/.autotest
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
# -*- ruby -*-
|
2
|
+
|
3
|
+
require "autotest/restart"
|
4
|
+
|
5
|
+
# Autotest.add_hook :initialize do |at|
|
6
|
+
# at.testlib = "minitest/unit"
|
7
|
+
#
|
8
|
+
# at.extra_files << "../some/external/dependency.rb"
|
9
|
+
#
|
10
|
+
# at.libs << ":../some/external"
|
11
|
+
#
|
12
|
+
# at.add_exception "vendor"
|
13
|
+
#
|
14
|
+
# at.add_mapping(/dependency.rb/) do |f, _|
|
15
|
+
# at.files_matching(/test_.*rb$/)
|
16
|
+
# end
|
17
|
+
#
|
18
|
+
# %w(TestA TestB).each do |klass|
|
19
|
+
# at.extra_class_map[klass] = "test/test_misc.rb"
|
20
|
+
# end
|
21
|
+
# end
|
22
|
+
|
23
|
+
# Autotest.add_hook :run_command do |at|
|
24
|
+
# system "rake build"
|
25
|
+
# end
|
data/.gemtest
ADDED
File without changes
|
data/History.txt
ADDED
data/Manifest.txt
ADDED
data/README.txt
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
= ppc
|
2
|
+
|
3
|
+
home :: http://github.com/seoaqua/ppc
|
4
|
+
code :: http://github.com/seoaqua/ppc
|
5
|
+
rdoc :: http://github.com/seoaqua/ppc
|
6
|
+
bugs :: http://github.com/seoaqua/ppc
|
7
|
+
|
8
|
+
== DESCRIPTION:
|
9
|
+
|
10
|
+
baidu,sogou,qihu sem ppc operations
|
11
|
+
|
12
|
+
== FEATURES/PROBLEMS:
|
13
|
+
|
14
|
+
|
15
|
+
== SYNOPSIS:
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
config = {
|
19
|
+
debug:true, #非必选
|
20
|
+
username:'username',
|
21
|
+
password:'password',
|
22
|
+
token:'token'
|
23
|
+
}
|
24
|
+
|
25
|
+
account = ::PPC::Baidu::Account.new(config)
|
26
|
+
file_paths = accout.all(key1:'value',key2:'value')
|
27
|
+
|
28
|
+
```
|
29
|
+
file_paths 返回结果:
|
30
|
+
```
|
31
|
+
:account_file_path => "https://apidata.baidu.com/data/v2/getFile.do?t=1406621432&u=6680971&i=38ca6fa41dfa25c1b64b0f89d261d32e&f=WAD%2F2014-07-29%2F6680%2F971%2Faccount-20140729-150315-38ca6fa41dfa25c1b64b0f89d261d32e.gz&h=200&s=3c7200683df0ee008bda4b3ddc16a92d",
|
32
|
+
:campaign_file_path => "https://apidata.baidu.com/data/v2/getFile.do?t=1406621432&u=6680971&i=38ca6fa41dfa25c1b64b0f89d261d32e&f=WAD%2F2014-07-29%2F6680%2F971%2Fcampaign-20140729-150315-38ca6fa41dfa25c1b64b0f89d261d32e.gz&h=200&s=c1ccdb9ab541b04f0400aef0f2199069",
|
33
|
+
:adgroup_file_path => "https://apidata.baidu.com/data/v2/getFile.do?t=1406621432&u=6680971&i=38ca6fa41dfa25c1b64b0f89d261d32e&f=WAD%2F2014-07-29%2F6680%2F971%2Fadgroup-20140729-150315-38ca6fa41dfa25c1b64b0f89d261d32e.gz&h=200&s=e029e905b7455b5a01290dcb2457c036",
|
34
|
+
:keyword_file_path => "https://apidata.baidu.com/data/v2/getFile.do?t=1406621432&u=6680971&i=38ca6fa41dfa25c1b64b0f89d261d32e&f=WAD%2F2014-07-29%2F6680%2F971%2Fkeyword-20140729-150315-38ca6fa41dfa25c1b64b0f89d261d32e.gz&h=200&s=9facf7fcb52ab6e6c5c5c6de7de128e6",
|
35
|
+
:creative_file_path => "https://apidata.baidu.com/data/v2/getFile.do?t=1406621432&u=6680971&i=38ca6fa41dfa25c1b64b0f89d261d32e&f=WAD%2F2014-07-29%2F6680%2F971%2Fcreative-20140729-150315-38ca6fa41dfa25c1b64b0f89d261d32e.gz&h=200&s=182d706d432b1eeaef88070441a2b11a",
|
36
|
+
:account_file_md5 => "761d3367e4bf1e5489f35d63f476bc38",
|
37
|
+
:campaign_file_md5 => "ee2bf77e9c115cf75d6321b6ff41a027",
|
38
|
+
:adgroup_file_md5 => "ee4538aad553d97605982e3fc2fc59bb",
|
39
|
+
:keyword_file_md5 => "9df8593259bb1ad3764143d3485a07ee",
|
40
|
+
:creative_file_md5 => "78cc3f8e8c8b0bfc75b362315ca10ba0"
|
41
|
+
```
|
42
|
+
== REQUIREMENTS:
|
43
|
+
|
44
|
+
|
45
|
+
== INSTALL:
|
46
|
+
|
47
|
+
|
48
|
+
== DEVELOPERS:
|
49
|
+
|
50
|
+
After checking out the source, run:
|
51
|
+
|
52
|
+
$ rake newb
|
53
|
+
|
54
|
+
This task will install any missing dependencies, run the tests/specs,
|
55
|
+
and generate the RDoc.
|
56
|
+
|
57
|
+
== LICENSE:
|
58
|
+
|
59
|
+
(The MIT License)
|
60
|
+
|
61
|
+
Copyright (c) 2014 FIX
|
62
|
+
|
63
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
64
|
+
a copy of this software and associated documentation files (the
|
65
|
+
'Software'), to deal in the Software without restriction, including
|
66
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
67
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
68
|
+
permit persons to whom the Software is furnished to do so, subject to
|
69
|
+
the following conditions:
|
70
|
+
|
71
|
+
The above copyright notice and this permission notice shall be
|
72
|
+
included in all copies or substantial portions of the Software.
|
73
|
+
|
74
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
75
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
76
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
77
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
78
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
79
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
80
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/Rakefile
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# -*- ruby -*-
|
2
|
+
|
3
|
+
require "rubygems"
|
4
|
+
require "hoe"
|
5
|
+
|
6
|
+
# Hoe.plugin :compiler
|
7
|
+
# Hoe.plugin :gem_prelude_sucks
|
8
|
+
# Hoe.plugin :inline
|
9
|
+
# Hoe.plugin :minitest
|
10
|
+
# Hoe.plugin :racc
|
11
|
+
# Hoe.plugin :rcov
|
12
|
+
# Hoe.plugin :rdoc
|
13
|
+
|
14
|
+
Hoe.spec "ppc" do
|
15
|
+
developer('seoaqua', "seoaqua@qq.com")
|
16
|
+
license "MIT"
|
17
|
+
end
|
18
|
+
|
19
|
+
# vim: syntax=ruby
|
data/bin/ppc
ADDED
data/lib/ppc.rb
CHANGED
@@ -1,17 +1,8 @@
|
|
1
|
-
require 'ppc/
|
2
|
-
require 'ppc/operation'
|
3
|
-
require 'ppc/ext'
|
1
|
+
require 'ppc/baidu'
|
4
2
|
module PPC
|
5
|
-
VERSION = "0.
|
6
|
-
|
7
|
-
|
8
|
-
def
|
9
|
-
puts '=' * 10 + varname.to_s + '=' * 10
|
10
|
-
if var.is_a? String
|
11
|
-
puts var
|
12
|
-
else
|
13
|
-
ap var
|
14
|
-
end
|
15
|
-
puts '=' * 10 + varname.to_s + '=' * 10
|
3
|
+
VERSION = "1.0.1"
|
4
|
+
attr_reader :header,:body,:rquota,:quota,:status,:desc,:oprs,:oprtime,:code,:message
|
5
|
+
attr_accessor :username,:password,:token,:debug
|
6
|
+
def initialize(params = {})
|
16
7
|
end
|
17
|
-
end
|
8
|
+
end
|
data/test/test_ppc.rb
ADDED
File without changes
|
metadata
CHANGED
@@ -1,177 +1,88 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ppc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- seoaqua
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: rdoc
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0
|
20
|
-
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 0.13.0
|
23
|
-
type: :runtime
|
19
|
+
version: '4.0'
|
20
|
+
type: :development
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
|
-
- - ~>
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '0.13'
|
30
|
-
- - '>='
|
24
|
+
- - "~>"
|
31
25
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
26
|
+
version: '4.0'
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
|
-
name:
|
28
|
+
name: hoe
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
36
30
|
requirements:
|
37
|
-
- - ~>
|
31
|
+
- - "~>"
|
38
32
|
- !ruby/object:Gem::Version
|
39
|
-
version: '3.
|
40
|
-
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: 3.0.0
|
43
|
-
type: :runtime
|
33
|
+
version: '3.12'
|
34
|
+
type: :development
|
44
35
|
prerelease: false
|
45
36
|
version_requirements: !ruby/object:Gem::Requirement
|
46
37
|
requirements:
|
47
|
-
- - ~>
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: '3.0'
|
50
|
-
- - '>='
|
38
|
+
- - "~>"
|
51
39
|
- !ruby/object:Gem::Version
|
52
|
-
version: 3.
|
53
|
-
description:
|
40
|
+
version: '3.12'
|
41
|
+
description: baidu,sogou,qihu sem ppc operations
|
54
42
|
email:
|
55
|
-
-
|
56
|
-
executables:
|
43
|
+
- seoaqua@qq.com
|
44
|
+
executables:
|
45
|
+
- ppc
|
57
46
|
extensions: []
|
58
|
-
extra_rdoc_files:
|
47
|
+
extra_rdoc_files:
|
48
|
+
- History.txt
|
49
|
+
- Manifest.txt
|
50
|
+
- README.txt
|
59
51
|
files:
|
60
|
-
- .
|
61
|
-
- .
|
62
|
-
-
|
63
|
-
-
|
52
|
+
- ".autotest"
|
53
|
+
- ".gemtest"
|
54
|
+
- History.txt
|
55
|
+
- Manifest.txt
|
56
|
+
- README.txt
|
57
|
+
- Rakefile
|
58
|
+
- bin/ppc
|
64
59
|
- lib/ppc.rb
|
65
|
-
-
|
66
|
-
|
67
|
-
- lib/ppc/api/baidu/account.rb
|
68
|
-
- lib/ppc/api/baidu/bulk.rb
|
69
|
-
- lib/ppc/api/baidu/creative.rb
|
70
|
-
- lib/ppc/api/baidu/group.rb
|
71
|
-
- lib/ppc/api/baidu/keyword.rb
|
72
|
-
- lib/ppc/api/baidu/plan.rb
|
73
|
-
- lib/ppc/api/baidu/report.rb
|
74
|
-
- lib/ppc/api/qihu.rb
|
75
|
-
- lib/ppc/api/qihu/account.rb
|
76
|
-
- lib/ppc/api/qihu/creative.rb
|
77
|
-
- lib/ppc/api/qihu/group.rb
|
78
|
-
- lib/ppc/api/qihu/keyword.rb
|
79
|
-
- lib/ppc/api/qihu/plan.rb
|
80
|
-
- lib/ppc/api/qihu/report.rb
|
81
|
-
- lib/ppc/api/shenma.rb
|
82
|
-
- lib/ppc/api/shenma/report.rb
|
83
|
-
- lib/ppc/api/sogou.rb
|
84
|
-
- lib/ppc/api/sogou/account.rb
|
85
|
-
- lib/ppc/api/sogou/creative.rb
|
86
|
-
- lib/ppc/api/sogou/group.rb
|
87
|
-
- lib/ppc/api/sogou/keyword.rb
|
88
|
-
- lib/ppc/api/sogou/plan.rb
|
89
|
-
- lib/ppc/api/sogou/report.rb
|
90
|
-
- lib/ppc/ext.rb
|
91
|
-
- lib/ppc/operation.rb
|
92
|
-
- lib/ppc/operation/account.rb
|
93
|
-
- lib/ppc/operation/creative.rb
|
94
|
-
- lib/ppc/operation/group.rb
|
95
|
-
- lib/ppc/operation/keyword.rb
|
96
|
-
- lib/ppc/operation/plan.rb
|
97
|
-
- lib/ppc/operation/report.rb
|
98
|
-
- ppc.gemspec
|
99
|
-
- spec/baidu/api_baidu_account_spec.rb
|
100
|
-
- spec/baidu/api_baidu_creative_spec.rb
|
101
|
-
- spec/baidu/api_baidu_group_spec.rb
|
102
|
-
- spec/baidu/api_baidu_keyword_spec.rb
|
103
|
-
- spec/baidu/api_baidu_plan_spec.rb
|
104
|
-
- spec/baidu/api_baidu_report_spec.rb
|
105
|
-
- spec/baidu/api_baidu_spec.rb
|
106
|
-
- spec/operation/operation_baidu_report_spec.rb
|
107
|
-
- spec/operation/operation_baidu_spec.rb
|
108
|
-
- spec/operation/operation_qihu_report_spec.rb
|
109
|
-
- spec/operation/operation_qihu_spec.rb
|
110
|
-
- spec/operation/operation_sogou_report_spec.rb
|
111
|
-
- spec/operation/operation_sogou_spec.rb
|
112
|
-
- spec/operation/operation_spec_helper.rb
|
113
|
-
- spec/qihu/api_qihu_account_spec.rb
|
114
|
-
- spec/qihu/api_qihu_creative_spec.rb
|
115
|
-
- spec/qihu/api_qihu_group_spec.rb
|
116
|
-
- spec/qihu/api_qihu_keyword_spec.rb
|
117
|
-
- spec/qihu/api_qihu_plan_spec.rb
|
118
|
-
- spec/qihu/api_qihu_report_spec.rb
|
119
|
-
- spec/sogou/api_sogou_account_spec.rb
|
120
|
-
- spec/sogou/api_sogou_creative_spec.rb
|
121
|
-
- spec/sogou/api_sogou_group_spec.rb
|
122
|
-
- spec/sogou/api_sogou_keyword_spec.rb
|
123
|
-
- spec/sogou/api_sogou_plan_spec.rb
|
124
|
-
- spec/sogou/api_sogou_report_spec.rb
|
125
|
-
- spec/spec_helper.rb
|
126
|
-
homepage: http://github.com/elong/ppc
|
60
|
+
- test/test_ppc.rb
|
61
|
+
homepage: http://github.com/seoaqua/ppc
|
127
62
|
licenses:
|
128
|
-
-
|
63
|
+
- MIT
|
129
64
|
metadata: {}
|
130
65
|
post_install_message:
|
131
|
-
rdoc_options:
|
66
|
+
rdoc_options:
|
67
|
+
- "--main"
|
68
|
+
- README.txt
|
132
69
|
require_paths:
|
133
70
|
- lib
|
134
71
|
required_ruby_version: !ruby/object:Gem::Requirement
|
135
72
|
requirements:
|
136
|
-
- -
|
73
|
+
- - ">="
|
137
74
|
- !ruby/object:Gem::Version
|
138
75
|
version: '0'
|
139
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
140
77
|
requirements:
|
141
|
-
- -
|
78
|
+
- - ">="
|
142
79
|
- !ruby/object:Gem::Version
|
143
80
|
version: '0'
|
144
81
|
requirements: []
|
145
82
|
rubyforge_project:
|
146
|
-
rubygems_version: 2.
|
83
|
+
rubygems_version: 2.2.2
|
147
84
|
signing_key:
|
148
85
|
specification_version: 4
|
149
|
-
summary:
|
86
|
+
summary: baidu,sogou,qihu sem ppc operations
|
150
87
|
test_files:
|
151
|
-
-
|
152
|
-
- spec/baidu/api_baidu_creative_spec.rb
|
153
|
-
- spec/baidu/api_baidu_group_spec.rb
|
154
|
-
- spec/baidu/api_baidu_keyword_spec.rb
|
155
|
-
- spec/baidu/api_baidu_plan_spec.rb
|
156
|
-
- spec/baidu/api_baidu_report_spec.rb
|
157
|
-
- spec/baidu/api_baidu_spec.rb
|
158
|
-
- spec/operation/operation_baidu_report_spec.rb
|
159
|
-
- spec/operation/operation_baidu_spec.rb
|
160
|
-
- spec/operation/operation_qihu_report_spec.rb
|
161
|
-
- spec/operation/operation_qihu_spec.rb
|
162
|
-
- spec/operation/operation_sogou_report_spec.rb
|
163
|
-
- spec/operation/operation_sogou_spec.rb
|
164
|
-
- spec/operation/operation_spec_helper.rb
|
165
|
-
- spec/qihu/api_qihu_account_spec.rb
|
166
|
-
- spec/qihu/api_qihu_creative_spec.rb
|
167
|
-
- spec/qihu/api_qihu_group_spec.rb
|
168
|
-
- spec/qihu/api_qihu_keyword_spec.rb
|
169
|
-
- spec/qihu/api_qihu_plan_spec.rb
|
170
|
-
- spec/qihu/api_qihu_report_spec.rb
|
171
|
-
- spec/sogou/api_sogou_account_spec.rb
|
172
|
-
- spec/sogou/api_sogou_creative_spec.rb
|
173
|
-
- spec/sogou/api_sogou_group_spec.rb
|
174
|
-
- spec/sogou/api_sogou_keyword_spec.rb
|
175
|
-
- spec/sogou/api_sogou_plan_spec.rb
|
176
|
-
- spec/sogou/api_sogou_report_spec.rb
|
177
|
-
- spec/spec_helper.rb
|
88
|
+
- test/test_ppc.rb
|
data/.gitignore
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
\.respec_failures
|
2
|
-
*.gem
|
3
|
-
*.rbc
|
4
|
-
/.config
|
5
|
-
/coverage/
|
6
|
-
/InstalledFiles
|
7
|
-
/pkg/
|
8
|
-
/spec/reports/
|
9
|
-
/test/tmp/
|
10
|
-
/test/version_tmp/
|
11
|
-
/tmp/
|
12
|
-
|
13
|
-
## Specific to RubyMotion:
|
14
|
-
.dat*
|
15
|
-
.repl_history
|
16
|
-
build/
|
17
|
-
|
18
|
-
## Documentation cache and generated files:
|
19
|
-
/.yardoc/
|
20
|
-
/_yardoc/
|
21
|
-
/doc/
|
22
|
-
/rdoc/
|
23
|
-
|
24
|
-
## Environment normalisation:
|
25
|
-
/.bundle/
|
26
|
-
/lib/bundler/man/
|
27
|
-
|
28
|
-
# for a library or gem, you might want to ignore these files since the code is
|
29
|
-
# intended to run in multiple environments; otherwise, check them in:
|
30
|
-
# Gemfile.lock
|
31
|
-
# .ruby-version
|
32
|
-
# .ruby-gemset
|
33
|
-
|
34
|
-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
35
|
-
.rvmrc
|
36
|
-
|
37
|
-
|