quickbase_client 1.0.20 → 1.0.21
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 +7 -8
- data/lib/QuickBaseClient.rb +1 -1
- data/lib/QuickBaseMisc.rb +1 -1
- metadata +6 -8
data/README.rdoc
CHANGED
@@ -2,10 +2,6 @@
|
|
2
2
|
|
3
3
|
A Ruby client for database applications on http://www.quickbase.com.
|
4
4
|
|
5
|
-
This is a minimal subset of the ipp_quickbase_devkit.
|
6
|
-
|
7
|
-
It is built using the latest code on https://code.intuit.com/sf/wiki/do/viewPage/projects.ipp_dev_kits/wiki/RubyDevKit .
|
8
|
-
|
9
5
|
== Example
|
10
6
|
|
11
7
|
# list all accessible applications and tables
|
@@ -23,14 +19,17 @@ qbc.grantedDBs{|db|
|
|
23
19
|
|
24
20
|
More information about the QuickBase Client is available here -
|
25
21
|
|
22
|
+
- QuickBase HTTP API: http://www.quickbase.com/api-guide/index.html
|
23
|
+
- QuickBase API Cookbook: https://www.quickbase.com/db/bcdcajmrf
|
24
|
+
- Github: https://github.com/garethlatwork/quickbase_client
|
25
|
+
- Github: https://github.com/garethlatwork/quickbase_client_extras
|
26
26
|
- Code Intuit Com: https://code.intuit.com/sf/projects/ipp_dev_kits
|
27
27
|
- ipp_quickbase_devkit: https://code.intuit.com/sf/wiki/do/viewPage/projects.ipp_dev_kits/wiki/RubyDevKit
|
28
|
-
- QuickBase API Cookbook: https://www.quickbase.com/db/bcdcajmrf
|
29
|
-
- QuickBase HTTP API: http://www.quickbase.com/api-guide/index.html
|
30
|
-
|
31
28
|
|
32
29
|
== Change History
|
33
30
|
|
31
|
+
1.0.21 - 05/28/2012 - Changed gem homepage to github.
|
32
|
+
|
34
33
|
1.0.20 - 11/18/2011 - Added optional dfid param to getRecordAsHTML.
|
35
34
|
|
36
35
|
1.0.19 - 11/13/2011 - Accommodate Net::HTTP changes in Ruby 1.9.3.
|
@@ -60,7 +59,7 @@ Please submit questions, feedback, suggestions on Intuit's Community Forum at ht
|
|
60
59
|
|
61
60
|
== License
|
62
61
|
|
63
|
-
Copyright (c) 2009-
|
62
|
+
Copyright (c) 2009-2012 Gareth Lewis and Intuit, Inc.
|
64
63
|
|
65
64
|
All rights reserved. This program and the accompanying materials
|
66
65
|
are made available under the terms of the Eclipse Public License v1.0
|
data/lib/QuickBaseClient.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#--#####################################################################
|
2
|
-
# Copyright (c) 2009-
|
2
|
+
# Copyright (c) 2009-2012 Gareth Lewis and Intuit, Inc.
|
3
3
|
#
|
4
4
|
# All rights reserved. This program and the accompanying materials
|
5
5
|
# are made available under the terms of the Eclipse Public License v1.0
|
data/lib/QuickBaseMisc.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#--#####################################################################
|
2
|
-
# Copyright (c) 2009-
|
2
|
+
# Copyright (c) 2009-2012 Gareth Lewis and Intuit, Inc.
|
3
3
|
#
|
4
4
|
# All rights reserved. This program and the accompanying materials
|
5
5
|
# are made available under the terms of the Eclipse Public License v1.0
|
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.21
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,10 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2012-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Wraps the QuickBase HTTP API and adds classes and methods to minimize
|
15
|
-
the amount of code needed to get useful things done.
|
16
|
-
the ipp_quickbase_devkit.
|
15
|
+
the amount of code needed to get useful things done.
|
17
16
|
email:
|
18
17
|
executables: []
|
19
18
|
extensions: []
|
@@ -29,7 +28,7 @@ files:
|
|
29
28
|
- lib/QuickBaseClient.rb
|
30
29
|
- lib/QuickBaseMisc.rb
|
31
30
|
- lib/quickbase_client.rb
|
32
|
-
homepage: https://
|
31
|
+
homepage: https://github.com/garethlatwork/quickbase_client
|
33
32
|
licenses: []
|
34
33
|
post_install_message:
|
35
34
|
rdoc_options:
|
@@ -58,9 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
57
|
version: '0'
|
59
58
|
requirements: []
|
60
59
|
rubyforge_project: orphans
|
61
|
-
rubygems_version: 1.8.
|
60
|
+
rubygems_version: 1.8.24
|
62
61
|
signing_key:
|
63
62
|
specification_version: 3
|
64
|
-
summary: Ruby wrapper for the QuickBase HTTP API.
|
65
|
-
ipp_quickbase_devkit.
|
63
|
+
summary: Ruby wrapper for the QuickBase HTTP API.
|
66
64
|
test_files: []
|