netsuite_client 1.0 → 1.0.1

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/CHANGELOG CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ === 1.0.1 2011-12-21
3
+
4
+ * fixed scope of method full_basic_search (was private by mistake)
5
+
2
6
  === 1.0 2011-11-22
3
7
 
4
8
  * upgraded to latest WSDL: 2011_2 and made it default
@@ -123,7 +123,6 @@ class NetsuiteClient
123
123
  NetsuiteResult.new(res.writeResponse)
124
124
  end
125
125
 
126
- private
127
126
 
128
127
  # Get the full result set (possibly across multiple pages).
129
128
  def full_basic_search(basic)
@@ -142,6 +141,8 @@ class NetsuiteClient
142
141
  records
143
142
  end
144
143
 
144
+ private
145
+
145
146
  # Get the first page of search results for basic search.
146
147
  def exec_basic_search(basic)
147
148
  exec_with_retry do
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{netsuite_client}
5
- s.version = "1.0"
5
+ s.version = "1.0.1"
6
6
 
7
7
  s.required_ruby_version = '~> 1.8.7'
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsuite_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- version: "1.0"
9
+ - 1
10
+ version: 1.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Vlad Jebelev
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-11-25 00:00:00 -05:00
18
+ date: 2011-11-25 00:00:00 -04:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency