spotted 0.28.0 → 0.29.0

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: 746bd6fc19b419d2cd4153d668c5954fe85a9de5c11f1e36450e3a9e4fc5a13f
4
- data.tar.gz: dcf064442e755acfcf4bd3cf6d13fb3af2404fb8d349c33b92af9aa1a474db73
3
+ metadata.gz: '0219425024575990fee3c370f5b90d147df7ba7cc6eb7d1d83e3d1a2c315cfab'
4
+ data.tar.gz: 185927af10f8b430cc994871d8f929979993b054d1b09deb73ac1202c90733cd
5
5
  SHA512:
6
- metadata.gz: c0f331a6fdd56488f7428c29c197c7d8e6cac286797b85e9a62ceca54029c25c5bda96d74b1d379200dad0705787c8de6669b43762ac6b8149c44608e887d912
7
- data.tar.gz: 0eb1b5b7ad293919c667dd01111edbc1f624e9e8d2228ff5b3766860edba48ff6df2681d5ef60f50724b64978f0ef3348611e71fe477389aff83936ae2aef456
6
+ metadata.gz: 343be634a57f792dddaaa7cc2ca1f49d39f61b391ebd6d2ba7e8fc85f5e638dbc4d606aaed0080898a6f9681137f96274df253afc6bec93b45e2f2a48a50b552
7
+ data.tar.gz: 7f9c7d106d9a9b13df23b9fd59adf3340924dccdcc9469f2a6f66a7503e1868b5cd1545285bc15ecdfbee9058c66b3f880f319d279376c1f12bce97f10516c73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.29.0 (2025-12-18)
4
+
5
+ Full Changelog: [v0.28.0...v0.29.0](https://github.com/cjavdev/spotted/compare/v0.28.0...v0.29.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** manual updates ([bc48460](https://github.com/cjavdev/spotted/commit/bc48460bb3e6632cb417fcae8a3c3c948ff9aea3))
10
+
3
11
  ## 0.28.0 (2025-12-18)
4
12
 
5
13
  Full Changelog: [v0.27.1...v0.28.0](https://github.com/cjavdev/spotted/compare/v0.27.1...v0.28.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "spotted", "~> 0.28.0"
20
+ gem "spotted", "~> 0.29.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -45,7 +45,7 @@ List methods in the Spotted API are paginated.
45
45
  This library provides auto-paginating iterators with each list response, so you do not have to request successive pages manually:
46
46
 
47
47
  ```ruby
48
- page = spotted.shows.list_episodes("showid", limit: 5, offset: 10)
48
+ page = spotted.shows.list_episodes("showid", limit: 10, offset: 20)
49
49
 
50
50
  # Fetch single item from page.
51
51
  show = page.items[0]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spotted
4
- VERSION = "0.28.0"
4
+ VERSION = "0.29.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spotted
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spotted