farleyknight-commission_junction 1.0.1 → 1.0.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.
- data/History.txt +4 -0
- data/{README.txt → README.rdoc} +0 -0
- data/commission_junction.gemspec +4 -3
- data/lib/commission_junction.rb +1 -0
- metadata +4 -3
data/History.txt
CHANGED
data/{README.txt → README.rdoc}
RENAMED
File without changes
|
data/commission_junction.gemspec
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
+
|
1
2
|
Gem::Specification.new do |s|
|
2
3
|
s.name = "commission_junction"
|
3
|
-
s.version = "1.0.
|
4
|
+
s.version = "1.0.2"
|
4
5
|
s.date = "2008-07-24"
|
5
6
|
s.summary = "Commission Junction SOAP API"
|
6
7
|
s.email = "farleyknight@gmail.com"
|
@@ -9,8 +10,8 @@ Gem::Specification.new do |s|
|
|
9
10
|
s.has_rdoc = true
|
10
11
|
s.authors = ["Farley Knight"]
|
11
12
|
s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "commission_junction.gemspec", "lib/commission_junction.rb", "lib/commission_junction/ext.rb", "examples/based_on_website.rb"]
|
12
|
-
s.rdoc_options = ["--main", "README.
|
13
|
-
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.
|
13
|
+
s.rdoc_options = ["--main", "README.rdoc"]
|
14
|
+
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.rdoc"]
|
14
15
|
end
|
15
16
|
|
16
17
|
|
data/lib/commission_junction.rb
CHANGED
@@ -94,6 +94,7 @@ class CommissionJunction
|
|
94
94
|
def searchLinks(params = {})
|
95
95
|
doOperation('LinkSearch', 'searchLinks', self.instance_variables_hash.merge(params))
|
96
96
|
end
|
97
|
+
alias :linkSearch :searchLinks
|
97
98
|
|
98
99
|
#
|
99
100
|
# For a list of possible params (where applicable) or more information, go to:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: farleyknight-commission_junction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Farley Knight
|
@@ -22,7 +22,7 @@ extensions: []
|
|
22
22
|
extra_rdoc_files:
|
23
23
|
- History.txt
|
24
24
|
- Manifest.txt
|
25
|
-
- README.
|
25
|
+
- README.rdoc
|
26
26
|
files:
|
27
27
|
- History.txt
|
28
28
|
- Manifest.txt
|
@@ -32,12 +32,13 @@ files:
|
|
32
32
|
- lib/commission_junction.rb
|
33
33
|
- lib/commission_junction/ext.rb
|
34
34
|
- examples/based_on_website.rb
|
35
|
+
- README.rdoc
|
35
36
|
has_rdoc: true
|
36
37
|
homepage: http://github.com/farleyknight/commission_junction/
|
37
38
|
post_install_message:
|
38
39
|
rdoc_options:
|
39
40
|
- --main
|
40
|
-
- README.
|
41
|
+
- README.rdoc
|
41
42
|
require_paths:
|
42
43
|
- lib
|
43
44
|
required_ruby_version: !ruby/object:Gem::Requirement
|