yieldmanager 0.2.1 → 0.2.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.
Files changed (5) hide show
  1. data/README.rdoc +1 -1
  2. data/TODO +1 -1
  3. data/VERSION +1 -1
  4. data/yieldmanager.gemspec +1 -1
  5. metadata +1 -1
data/README.rdoc CHANGED
@@ -9,7 +9,7 @@ copies) and re-uses that wsdl for the life of the Yieldmanager::Client object.
9
9
 
10
10
  === Creating a Yieldmanager::Client
11
11
 
12
- @ym = Yieldmanager::Client(
12
+ @ym = Yieldmanager::Client.new(
13
13
  :user => "bob",
14
14
  :pass => "secret",
15
15
  :api_version => "1.30"
data/TODO CHANGED
@@ -6,7 +6,7 @@
6
6
  * DONE add session block
7
7
  * DONE end session even after exception
8
8
  * DONE add usage docs to README
9
- * add pagination
9
+ * DONE add pagination
10
10
  * add error-handling (timeouts, too many connections?)
11
11
  * add reporting
12
12
  ** report(xml) method in Client
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/yieldmanager.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yieldmanager}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yieldmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill Gathen