yieldmanager 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/yieldmanager.gemspec +107 -109
  4. metadata +7 -8
  5. 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", ">= 0.8.2"
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.0
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 the gemspec command
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.0"
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-10-05}
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
- "README.rdoc",
18
- "TODO"
17
+ "README.rdoc",
18
+ "TODO"
19
19
  ]
20
20
  s.files = [
21
21
  ".document",
22
- ".gitignore",
23
- "LICENSE",
24
- "README.rdoc",
25
- "Rakefile",
26
- "TODO",
27
- "VERSION",
28
- "lib/patch_detector.rb",
29
- "lib/wsdl/patch.rb",
30
- "lib/yieldmanager.rb",
31
- "lib/yieldmanager/builder.rb",
32
- "lib/yieldmanager/client.rb",
33
- "lib/yieldmanager/report.rb",
34
- "spec/patch_detector_spec.rb",
35
- "spec/reports/sample_report.xml",
36
- "spec/spec.opts",
37
- "spec/spec_helper.rb",
38
- "spec/yieldmanager/builder_spec.rb",
39
- "spec/yieldmanager/client_spec.rb",
40
- "spec/yieldmanager/report_spec.rb",
41
- "wsdls/1.30/prod/adjustment.wsdl",
42
- "wsdls/1.30/prod/advertiser.wsdl",
43
- "wsdls/1.30/prod/campaign.wsdl",
44
- "wsdls/1.30/prod/contact.wsdl",
45
- "wsdls/1.30/prod/creative.wsdl",
46
- "wsdls/1.30/prod/dictionary.wsdl",
47
- "wsdls/1.30/prod/entity.wsdl",
48
- "wsdls/1.30/prod/insertion_order.wsdl",
49
- "wsdls/1.30/prod/line_item.wsdl",
50
- "wsdls/1.30/prod/linking.wsdl",
51
- "wsdls/1.30/prod/pixel.wsdl",
52
- "wsdls/1.30/prod/placement.wsdl",
53
- "wsdls/1.30/prod/publisher.wsdl",
54
- "wsdls/1.30/prod/report.wsdl",
55
- "wsdls/1.30/prod/search.wsdl",
56
- "wsdls/1.30/prod/section.wsdl",
57
- "wsdls/1.30/prod/site.wsdl",
58
- "wsdls/1.30/prod/target_profile.wsdl",
59
- "wsdls/1.30/prod/xsd_gen.php",
60
- "wsdls/1.30/test/adjustment.wsdl",
61
- "wsdls/1.30/test/advertiser.wsdl",
62
- "wsdls/1.30/test/campaign.wsdl",
63
- "wsdls/1.30/test/contact.wsdl",
64
- "wsdls/1.30/test/creative.wsdl",
65
- "wsdls/1.30/test/dictionary.wsdl",
66
- "wsdls/1.30/test/entity.wsdl",
67
- "wsdls/1.30/test/insertion_order.wsdl",
68
- "wsdls/1.30/test/line_item.wsdl",
69
- "wsdls/1.30/test/linking.wsdl",
70
- "wsdls/1.30/test/pixel.wsdl",
71
- "wsdls/1.30/test/placement.wsdl",
72
- "wsdls/1.30/test/publisher.wsdl",
73
- "wsdls/1.30/test/report.wsdl",
74
- "wsdls/1.30/test/search.wsdl",
75
- "wsdls/1.30/test/section.wsdl",
76
- "wsdls/1.30/test/site.wsdl",
77
- "wsdls/1.30/test/target_profile.wsdl",
78
- "wsdls/1.30/test/xsd_gen.php",
79
- "wsdls/1.31/prod/adjustment.wsdl",
80
- "wsdls/1.31/prod/campaign.wsdl",
81
- "wsdls/1.31/prod/contact.wsdl",
82
- "wsdls/1.31/prod/creative.wsdl",
83
- "wsdls/1.31/prod/dictionary.wsdl",
84
- "wsdls/1.31/prod/entity.wsdl",
85
- "wsdls/1.31/prod/insertion_order.wsdl",
86
- "wsdls/1.31/prod/line_item.wsdl",
87
- "wsdls/1.31/prod/linking.wsdl",
88
- "wsdls/1.31/prod/notification.wsdl",
89
- "wsdls/1.31/prod/pixel.wsdl",
90
- "wsdls/1.31/prod/placement.wsdl",
91
- "wsdls/1.31/prod/quota.wsdl",
92
- "wsdls/1.31/prod/report.wsdl",
93
- "wsdls/1.31/prod/search.wsdl",
94
- "wsdls/1.31/prod/section.wsdl",
95
- "wsdls/1.31/prod/site.wsdl",
96
- "wsdls/1.31/prod/target_profile.wsdl",
97
- "wsdls/1.31/prod/xsd_gen.php",
98
- "wsdls/1.31/test/adjustment.wsdl",
99
- "wsdls/1.31/test/campaign.wsdl",
100
- "wsdls/1.31/test/contact.wsdl",
101
- "wsdls/1.31/test/creative.wsdl",
102
- "wsdls/1.31/test/dictionary.wsdl",
103
- "wsdls/1.31/test/entity.wsdl",
104
- "wsdls/1.31/test/insertion_order.wsdl",
105
- "wsdls/1.31/test/line_item.wsdl",
106
- "wsdls/1.31/test/linking.wsdl",
107
- "wsdls/1.31/test/notification.wsdl",
108
- "wsdls/1.31/test/pixel.wsdl",
109
- "wsdls/1.31/test/placement.wsdl",
110
- "wsdls/1.31/test/quota.wsdl",
111
- "wsdls/1.31/test/report.wsdl",
112
- "wsdls/1.31/test/search.wsdl",
113
- "wsdls/1.31/test/section.wsdl",
114
- "wsdls/1.31/test/site.wsdl",
115
- "wsdls/1.31/test/target_profile.wsdl",
116
- "wsdls/1.31/test/xsd_gen.php",
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
- "spec/spec_helper.rb",
127
- "spec/yieldmanager/builder_spec.rb",
128
- "spec/yieldmanager/client_spec.rb",
129
- "spec/yieldmanager/report_spec.rb"
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>, [">= 0.8.2"])
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>, [">= 0.8.2"])
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>, [">= 0.8.2"])
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: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
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-10-05 00:00:00 -04:00
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
- - --charset=UTF-8
165
+ rdoc_options: []
166
+
168
167
  require_paths:
169
168
  - lib
170
169
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC