ns_connector 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/VERSION +1 -1
  3. data/support/restlet.js +2 -2
  4. metadata +3 -3
data/README.rdoc CHANGED
@@ -14,7 +14,7 @@ How is this different to the other netsuite connector gems out there?
14
14
  * It's quicker. Not sure why, but the SOAP API is horrendously slow sometimes,
15
15
  RESTlets seem to be quicker, for now.
16
16
  == Documentation
17
- Avaliable at {rubydoc.info}[http://rubydoc.info/gems/ns_connector/0.0.8]
17
+ Avaliable at {rubydoc.info}[http://rubydoc.info/gems/ns_connector/0.0.10]
18
18
 
19
19
  == Features
20
20
  * No dependencies
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
data/support/restlet.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // How large a result set we try to return before splitting it up into smaller
2
2
  // chunks
3
- var CHUNK_SIZE = 100;
3
+ var CHUNK_SIZE = 50;
4
4
 
5
5
  // Okay, so this is some dodgy meta shit that I probably really shouldn't be
6
6
  // doing in javascript. It's not my fault the API is odd.
@@ -181,7 +181,7 @@ function raw_search(request)
181
181
  for(var j = 0; j < result_set.length; j++) {
182
182
  response.push([]);
183
183
  for(var k = 0; k < columns.length; k++) {
184
- response[j].push(
184
+ response[j+i].push(
185
185
  result_set[j].getValue(columns[k])
186
186
  );
187
187
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ns_connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.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: 2013-06-26 00:00:00.000000000 Z
12
+ date: 2013-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -210,7 +210,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
210
210
  version: '0'
211
211
  segments:
212
212
  - 0
213
- hash: -1492187928789592268
213
+ hash: -1118514205525151938
214
214
  required_rubygems_version: !ruby/object:Gem::Requirement
215
215
  none: false
216
216
  requirements: