yieldmanager 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +14 -0
  2. data/VERSION +1 -1
  3. data/yieldmanager.gemspec +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -7,6 +7,20 @@ Currently it generates a fresh wsdl from the api.yieldmanager.com site the
7
7
  first time you use a service (in the future it will use locally-cached
8
8
  copies) and re-uses that wsdl for the life of the Yieldmanager::Client object.
9
9
 
10
+ === Installation
11
+
12
+ Yieldmanager is available as a gem on gemcutter.org.
13
+
14
+ sudo gem install yieldmanager
15
+
16
+ The project is available for review/forking on github.com
17
+
18
+ git clone git://github.com/billgathen/yieldmanager.git
19
+
20
+ To use in a Rails project, add this to config/environment.rb:
21
+
22
+ config.gem 'yieldmanager'
23
+
10
24
  === Creating a Yieldmanager::Client
11
25
 
12
26
  @ym = Yieldmanager::Client.new(
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
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.2"
8
+ s.version = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill Gathen