whiplash-app 0.3.7 → 0.3.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d16e7dde80f0f37a4849287b66cdc8dafae7fb8207ce08102c5232fca234e10
4
- data.tar.gz: 826f5a5d2c03a7ea6352b43719285f9ef05b6e87749b769276b641ece8d88b92
3
+ metadata.gz: eba46520784e379b2e8c29539723ce104e62c1b1f835bf256e4b8c8b76aa4d01
4
+ data.tar.gz: a0e8e023729eb0b5263cda1a32257be46788552ae5e3aea958df34093e6c310c
5
5
  SHA512:
6
- metadata.gz: c4f3a4c11e867214ddf95043746e499f4a397efba4eb112c758cb665afe5aa80adcf21d342a7316ce620fa6e32a65c5c2f5cc5c15572b1e2ee9b9e5a2fd9021a
7
- data.tar.gz: 68c5b83d71b7db11e735f0523566b51eda823769ddb428adc4897292a701362890f3b149b5e3c73390f9734c182e996665ef1f829820a7c37b20df3625c7477d
6
+ metadata.gz: ca35fee898d15610e55b214f262ca6f6ea1ac55bde5d1dbe7bd886f8fc12b02f3eaadb89a36931e19296e2a1d07cc9a077805f179fbe0663df2e2687b1e4d3dc
7
+ data.tar.gz: 99bd7a8a7b0b08d6388dc04526578d69457a3647830901d2380829a8f9ff45059cb2e9d69cdc5271f366a7093f8a10448a14cc4f0163e6ab2fed6cdba06b008c
@@ -25,7 +25,7 @@ module Whiplash
25
25
  def multi_page_get!(endpoint, params = {}, headers = nil)
26
26
  results = []
27
27
  page = 1
28
- params[:per_page] = PER_PAGE_REQUEST_LIMIT
28
+ params[:per_page] ||= PER_PAGE_REQUEST_LIMIT
29
29
  response = nil
30
30
 
31
31
  loop do
@@ -1,5 +1,5 @@
1
1
  module Whiplash
2
2
  module App
3
- VERSION = "0.3.7"
3
+ VERSION = "0.3.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whiplash-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Don Sullivan, Mark Dickson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2