wuparty 1.2.4 → 1.2.5

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.
Files changed (2) hide show
  1. data/lib/wuparty.rb +4 -1
  2. metadata +2 -2
@@ -300,7 +300,10 @@ class WuParty
300
300
 
301
301
  if options[:limit]
302
302
  query[:pageSize] = options[:limit]
303
- query[:pageStart] = 0
303
+ end
304
+
305
+ if options[:pageStart]
306
+ query[:pageStart] = options[:pageStart]
304
307
  end
305
308
 
306
309
  if options[:system]
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: wuparty
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.4
5
+ version: 1.2.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tim Morgan
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-09 00:00:00.000000000 Z
12
+ date: 2013-06-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  type: :runtime