advantage_quickbase 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/quickbase.rb +2 -0
  2. metadata +2 -2
@@ -302,6 +302,7 @@ module AdvantageQuickbase
302
302
 
303
303
  xml += new_values.join()
304
304
  xml += "<ticket>#{@ticket}</ticket>"
305
+ xml += "<apptoken>#{@app_token}</apptoken>"
305
306
  xml += '</qdbapi>'
306
307
  end
307
308
 
@@ -323,6 +324,7 @@ module AdvantageQuickbase
323
324
  xml += "]]></records_csv>"
324
325
  xml += "<clist>#{fields_to_import}</clist>"
325
326
  xml += "<ticket>#{@ticket}</ticket>"
327
+ xml += "<apptoken>#{@app_token}</apptoken>"
326
328
  xml += '</qdbapi>'
327
329
  end
328
330
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: advantage_quickbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
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: 2014-07-07 00:00:00.000000000 Z
12
+ date: 2014-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri