quickbase_client 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +2 -0
  2. data/lib/quickbase_client.rb +2 -0
  3. 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().
@@ -0,0 +1,2 @@
1
+
2
+ require 'QuickBaseClient'
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.9
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-26 00:00:00.000000000 -07:00
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