quickbase_client 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.rdoc +8 -0
  2. metadata +2 -2
data/README.rdoc CHANGED
@@ -26,6 +26,14 @@ More information about the QuickBase Client is available here -
26
26
  - QuickBase API Cookbook: https://www.quickbase.com/db/bcdcajmrf
27
27
  - QuickBase HTTP API: http://www.quickbase.com/api-guide/index.html
28
28
 
29
+
30
+ == Change History
31
+
32
+ 1.0.1 - 11/26/2010 - Will now use HTTPClient instead of Net::HTTP, if you already have HTTPClient.
33
+
34
+ 1.0.0 - 11/21/2010 - First push to RubyGems.org.
35
+
36
+
29
37
  == Questions?
30
38
 
31
39
  Please submit questions, feedback, suggestions on Intuit's Community Forum at http://community.intuit.com/categories/contents/10298?content_view_type=ALL&sort=2 .
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gareth Lewis