quickbase_client 1.0.7 → 1.0.8
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/QuickBaseClient.rb +1 -1
- metadata +4 -6
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.8 - 03/11/2011 Fixed a problem with getApplicationVariables()
|
|
33
|
+
|
|
32
34
|
1.0.7 - 03/06/2011 - Fixed a problem with formatTimeOfDay().
|
|
33
35
|
|
|
34
36
|
1.0.5 - 02/22/2011 - Updated API_GetUserRole for optional inclgrps parameter.
|
data/lib/QuickBaseClient.rb
CHANGED
|
@@ -844,7 +844,7 @@ class Client
|
|
|
844
844
|
def getApplicationVariables(dbid=nil)
|
|
845
845
|
variablesHash = {}
|
|
846
846
|
dbid ||= @dbid
|
|
847
|
-
|
|
847
|
+
qbc.getSchema(dbid)
|
|
848
848
|
if @variables
|
|
849
849
|
@variables.each_element_with_attribute( "name" ){ |var|
|
|
850
850
|
if var.name == "var" and var.has_text?
|
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.8
|
|
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-11 00:00:00.000000000 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Wraps the QuickBase HTTP API and adds classes and methods to minimize
|
|
@@ -30,9 +30,7 @@ files:
|
|
|
30
30
|
has_rdoc: true
|
|
31
31
|
homepage: https://code.intuit.com/sf/projects/ipp_dev_kits
|
|
32
32
|
licenses: []
|
|
33
|
-
post_install_message:
|
|
34
|
-
you for installing the quickbase_client gem.\n Distributed under the Eclipse Public
|
|
35
|
-
License Version 1.0.\n\n**************************************************\n"
|
|
33
|
+
post_install_message:
|
|
36
34
|
rdoc_options:
|
|
37
35
|
- --line-numbers
|
|
38
36
|
- --inline-source
|
|
@@ -58,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
56
|
version: '0'
|
|
59
57
|
requirements: []
|
|
60
58
|
rubyforge_project: orphans
|
|
61
|
-
rubygems_version: 1.6.
|
|
59
|
+
rubygems_version: 1.6.2
|
|
62
60
|
signing_key:
|
|
63
61
|
specification_version: 3
|
|
64
62
|
summary: Ruby wrapper for the QuickBase HTTP API. This is a minimal subset of the
|