quickbase_client 1.0.1 → 1.0.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.
- data/README.rdoc +2 -0
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -29,6 +29,8 @@ More information about the QuickBase Client is available here -
|
|
|
29
29
|
|
|
30
30
|
== Change History
|
|
31
31
|
|
|
32
|
+
1.0.2 - 12/05/2010 - Added removeFileAttachment().
|
|
33
|
+
|
|
32
34
|
1.0.1 - 11/26/2010 - Will now use HTTPClient instead of Net::HTTP, if you already have HTTPClient.
|
|
33
35
|
|
|
34
36
|
1.0.0 - 11/21/2010 - First push to RubyGems.org.
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 1.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Gareth Lewis
|
|
@@ -14,11 +14,11 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-12-05 00:00:00 -08:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
|
-
description: Wraps the QuickBase HTTP API and adds
|
|
21
|
+
description: Wraps the QuickBase HTTP API and adds classes and methods to minimize the amount of code need to get useful things done. This is a minimal subset of the ipp_quickbase_devkit.
|
|
22
22
|
email:
|
|
23
23
|
executables: []
|
|
24
24
|
|