quickbase_client 1.0.9 → 1.0.10
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
- data/lib/quickbase_client.rb +2 -0
- metadata +3 -2
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.10 - 03/27/2011 - Can now use require 'quickbase_client' instead of require 'QuickBaseClient'.
|
33
|
+
|
32
34
|
1.0.9 - 03/26/2011 - Added aliases, getCSVForReport(), makeCSVFileForReport(), getCriteriaForQuery().
|
33
35
|
|
34
36
|
1.0.8 - 03/11/2011 - Fixed a problem with getApplicationVariables().
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quickbase_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-03-
|
12
|
+
date: 2011-03-27 00:00:00.000000000 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
description: Wraps the QuickBase HTTP API and adds classes and methods to minimize
|
@@ -25,6 +25,7 @@ files:
|
|
25
25
|
- .yardopts
|
26
26
|
- LICENSE
|
27
27
|
- README.rdoc
|
28
|
+
- lib/quickbase_client.rb
|
28
29
|
- lib/QuickBaseClient.rb
|
29
30
|
- lib/QuickBaseMisc.rb
|
30
31
|
has_rdoc: true
|