yieldmanager 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/yieldmanager.gemspec +107 -109
- metadata +7 -8
- data/.gitignore +0 -21
data/Rakefile
CHANGED
@@ -11,7 +11,7 @@ begin
|
|
11
11
|
gem.homepage = "http://github.com/billgathen/yieldmanager"
|
12
12
|
gem.authors = ["Bill Gathen"]
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
14
|
-
gem.add_dependency "hpricot", "
|
14
|
+
gem.add_dependency "hpricot", "= 0.8.2"
|
15
15
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
16
16
|
end
|
17
17
|
Jeweler::GemcutterTasks.new
|
@@ -65,4 +65,4 @@ namespace :yieldmanager do
|
|
65
65
|
require 'lib/yieldmanager/builder'
|
66
66
|
Yieldmanager::Builder.delete_wsdls_for(api_version)
|
67
67
|
end
|
68
|
-
end
|
68
|
+
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.1
|
data/yieldmanager.gemspec
CHANGED
@@ -1,132 +1,130 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{yieldmanager}
|
8
|
-
s.version = "0.6.
|
8
|
+
s.version = "0.6.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Bill Gathen"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-12-03}
|
13
13
|
s.description = %q{This gem offers full access to YieldManager's API tools (read/write) as well as ad-hoc reporting through the Reportware tool}
|
14
14
|
s.email = %q{bill@billgathen.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
|
-
|
18
|
-
|
17
|
+
"README.rdoc",
|
18
|
+
"TODO"
|
19
19
|
]
|
20
20
|
s.files = [
|
21
21
|
".document",
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
"yieldmanager.gemspec"
|
22
|
+
"LICENSE",
|
23
|
+
"README.rdoc",
|
24
|
+
"Rakefile",
|
25
|
+
"TODO",
|
26
|
+
"VERSION",
|
27
|
+
"lib/patch_detector.rb",
|
28
|
+
"lib/wsdl/patch.rb",
|
29
|
+
"lib/yieldmanager.rb",
|
30
|
+
"lib/yieldmanager/builder.rb",
|
31
|
+
"lib/yieldmanager/client.rb",
|
32
|
+
"lib/yieldmanager/report.rb",
|
33
|
+
"spec/patch_detector_spec.rb",
|
34
|
+
"spec/reports/sample_report.xml",
|
35
|
+
"spec/spec.opts",
|
36
|
+
"spec/spec_helper.rb",
|
37
|
+
"spec/yieldmanager/builder_spec.rb",
|
38
|
+
"spec/yieldmanager/client_spec.rb",
|
39
|
+
"spec/yieldmanager/report_spec.rb",
|
40
|
+
"wsdls/1.30/prod/adjustment.wsdl",
|
41
|
+
"wsdls/1.30/prod/advertiser.wsdl",
|
42
|
+
"wsdls/1.30/prod/campaign.wsdl",
|
43
|
+
"wsdls/1.30/prod/contact.wsdl",
|
44
|
+
"wsdls/1.30/prod/creative.wsdl",
|
45
|
+
"wsdls/1.30/prod/dictionary.wsdl",
|
46
|
+
"wsdls/1.30/prod/entity.wsdl",
|
47
|
+
"wsdls/1.30/prod/insertion_order.wsdl",
|
48
|
+
"wsdls/1.30/prod/line_item.wsdl",
|
49
|
+
"wsdls/1.30/prod/linking.wsdl",
|
50
|
+
"wsdls/1.30/prod/pixel.wsdl",
|
51
|
+
"wsdls/1.30/prod/placement.wsdl",
|
52
|
+
"wsdls/1.30/prod/publisher.wsdl",
|
53
|
+
"wsdls/1.30/prod/report.wsdl",
|
54
|
+
"wsdls/1.30/prod/search.wsdl",
|
55
|
+
"wsdls/1.30/prod/section.wsdl",
|
56
|
+
"wsdls/1.30/prod/site.wsdl",
|
57
|
+
"wsdls/1.30/prod/target_profile.wsdl",
|
58
|
+
"wsdls/1.30/prod/xsd_gen.php",
|
59
|
+
"wsdls/1.30/test/adjustment.wsdl",
|
60
|
+
"wsdls/1.30/test/advertiser.wsdl",
|
61
|
+
"wsdls/1.30/test/campaign.wsdl",
|
62
|
+
"wsdls/1.30/test/contact.wsdl",
|
63
|
+
"wsdls/1.30/test/creative.wsdl",
|
64
|
+
"wsdls/1.30/test/dictionary.wsdl",
|
65
|
+
"wsdls/1.30/test/entity.wsdl",
|
66
|
+
"wsdls/1.30/test/insertion_order.wsdl",
|
67
|
+
"wsdls/1.30/test/line_item.wsdl",
|
68
|
+
"wsdls/1.30/test/linking.wsdl",
|
69
|
+
"wsdls/1.30/test/pixel.wsdl",
|
70
|
+
"wsdls/1.30/test/placement.wsdl",
|
71
|
+
"wsdls/1.30/test/publisher.wsdl",
|
72
|
+
"wsdls/1.30/test/report.wsdl",
|
73
|
+
"wsdls/1.30/test/search.wsdl",
|
74
|
+
"wsdls/1.30/test/section.wsdl",
|
75
|
+
"wsdls/1.30/test/site.wsdl",
|
76
|
+
"wsdls/1.30/test/target_profile.wsdl",
|
77
|
+
"wsdls/1.30/test/xsd_gen.php",
|
78
|
+
"wsdls/1.31/prod/adjustment.wsdl",
|
79
|
+
"wsdls/1.31/prod/campaign.wsdl",
|
80
|
+
"wsdls/1.31/prod/contact.wsdl",
|
81
|
+
"wsdls/1.31/prod/creative.wsdl",
|
82
|
+
"wsdls/1.31/prod/dictionary.wsdl",
|
83
|
+
"wsdls/1.31/prod/entity.wsdl",
|
84
|
+
"wsdls/1.31/prod/insertion_order.wsdl",
|
85
|
+
"wsdls/1.31/prod/line_item.wsdl",
|
86
|
+
"wsdls/1.31/prod/linking.wsdl",
|
87
|
+
"wsdls/1.31/prod/notification.wsdl",
|
88
|
+
"wsdls/1.31/prod/pixel.wsdl",
|
89
|
+
"wsdls/1.31/prod/placement.wsdl",
|
90
|
+
"wsdls/1.31/prod/quota.wsdl",
|
91
|
+
"wsdls/1.31/prod/report.wsdl",
|
92
|
+
"wsdls/1.31/prod/search.wsdl",
|
93
|
+
"wsdls/1.31/prod/section.wsdl",
|
94
|
+
"wsdls/1.31/prod/site.wsdl",
|
95
|
+
"wsdls/1.31/prod/target_profile.wsdl",
|
96
|
+
"wsdls/1.31/prod/xsd_gen.php",
|
97
|
+
"wsdls/1.31/test/adjustment.wsdl",
|
98
|
+
"wsdls/1.31/test/campaign.wsdl",
|
99
|
+
"wsdls/1.31/test/contact.wsdl",
|
100
|
+
"wsdls/1.31/test/creative.wsdl",
|
101
|
+
"wsdls/1.31/test/dictionary.wsdl",
|
102
|
+
"wsdls/1.31/test/entity.wsdl",
|
103
|
+
"wsdls/1.31/test/insertion_order.wsdl",
|
104
|
+
"wsdls/1.31/test/line_item.wsdl",
|
105
|
+
"wsdls/1.31/test/linking.wsdl",
|
106
|
+
"wsdls/1.31/test/notification.wsdl",
|
107
|
+
"wsdls/1.31/test/pixel.wsdl",
|
108
|
+
"wsdls/1.31/test/placement.wsdl",
|
109
|
+
"wsdls/1.31/test/quota.wsdl",
|
110
|
+
"wsdls/1.31/test/report.wsdl",
|
111
|
+
"wsdls/1.31/test/search.wsdl",
|
112
|
+
"wsdls/1.31/test/section.wsdl",
|
113
|
+
"wsdls/1.31/test/site.wsdl",
|
114
|
+
"wsdls/1.31/test/target_profile.wsdl",
|
115
|
+
"wsdls/1.31/test/xsd_gen.php",
|
116
|
+
"yieldmanager.gemspec"
|
118
117
|
]
|
119
118
|
s.homepage = %q{http://github.com/billgathen/yieldmanager}
|
120
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
121
119
|
s.require_paths = ["lib"]
|
122
120
|
s.rubygems_version = %q{1.3.7}
|
123
121
|
s.summary = %q{Interact with RightMedia's YieldManager API and Reportware products}
|
124
122
|
s.test_files = [
|
125
123
|
"spec/patch_detector_spec.rb",
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
124
|
+
"spec/spec_helper.rb",
|
125
|
+
"spec/yieldmanager/builder_spec.rb",
|
126
|
+
"spec/yieldmanager/client_spec.rb",
|
127
|
+
"spec/yieldmanager/report_spec.rb"
|
130
128
|
]
|
131
129
|
|
132
130
|
if s.respond_to? :specification_version then
|
@@ -135,14 +133,14 @@ Gem::Specification.new do |s|
|
|
135
133
|
|
136
134
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
137
135
|
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
138
|
-
s.add_runtime_dependency(%q<hpricot>, ["
|
136
|
+
s.add_runtime_dependency(%q<hpricot>, ["= 0.8.2"])
|
139
137
|
else
|
140
138
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
141
|
-
s.add_dependency(%q<hpricot>, ["
|
139
|
+
s.add_dependency(%q<hpricot>, ["= 0.8.2"])
|
142
140
|
end
|
143
141
|
else
|
144
142
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
145
|
-
s.add_dependency(%q<hpricot>, ["
|
143
|
+
s.add_dependency(%q<hpricot>, ["= 0.8.2"])
|
146
144
|
end
|
147
145
|
end
|
148
146
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yieldmanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 1
|
10
|
+
version: 0.6.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Bill Gathen
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-12-03 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -40,7 +40,7 @@ dependencies:
|
|
40
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
41
41
|
none: false
|
42
42
|
requirements:
|
43
|
-
- - "
|
43
|
+
- - "="
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
hash: 59
|
46
46
|
segments:
|
@@ -62,7 +62,6 @@ extra_rdoc_files:
|
|
62
62
|
- TODO
|
63
63
|
files:
|
64
64
|
- .document
|
65
|
-
- .gitignore
|
66
65
|
- LICENSE
|
67
66
|
- README.rdoc
|
68
67
|
- Rakefile
|
@@ -163,8 +162,8 @@ homepage: http://github.com/billgathen/yieldmanager
|
|
163
162
|
licenses: []
|
164
163
|
|
165
164
|
post_install_message:
|
166
|
-
rdoc_options:
|
167
|
-
|
165
|
+
rdoc_options: []
|
166
|
+
|
168
167
|
require_paths:
|
169
168
|
- lib
|
170
169
|
required_ruby_version: !ruby/object:Gem::Requirement
|