stigg 0.1.0.pre.alpha.7 → 0.1.0.pre.alpha.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: 96f5c510e171274cab358e5e13619ffb232e333ddca06cdcfb2baa0f270ec685
4
- data.tar.gz: 7f1d1a48a0cd4a6f89f4a733105ac4fb0aad9b811e3fb173b7451305090ef15e
3
+ metadata.gz: d7e8572cb3270a065845531993d6dfa0dd780f3131e7e10eac02e02507fd86be
4
+ data.tar.gz: 2a09c27bf8142cdf28baad93219e0da2b3b9d9e47c2a9adf0ab6c90d4863512b
5
5
  SHA512:
6
- metadata.gz: 6a70f93598538260c0239c726d980deb3f44cc8ab8a0a02e6b9fa019c6be1974531e08195143a80b41a95e51ec6e9d566919e9b30c5aa701d0acc1635880a184
7
- data.tar.gz: c612b37abc22eebae80e6e637a13de1ffbc40f3cb25a5ccaa7acf6f19781ab7f4d985b71f6691b2ed0c350d8a6464b4ee5d65df8f1263f07bd9923ee3610ad4d
6
+ metadata.gz: 82f045b225aaa5e9e797bde6511ebf8797faf312f041ce3ce28d0edf64ec930a8cf81690efc7cfdd5a6474f987e29775779f739d6f747eaf29c1d311a1e6471f
7
+ data.tar.gz: 8b11f4716054b08d12d203f8af18aced2c0cf499b5ba0379b44b9f142ad392cc4e736118432aaef4d2dbf349948e20674fe07ba9dd1362ef9a640b05f442182f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.8 (2026-02-22)
4
+
5
+ Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([26a6fe9](https://github.com/stiggio/stigg-ruby/commit/26a6fe90c9c0791b6146c3f38d1e32dc1fdf9be6))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** remove mock server code ([32e2c8b](https://github.com/stiggio/stigg-ruby/commit/32e2c8b13ba65c8ef30d465af8e8a482f6454428))
15
+ * update mock server docs ([ce8f6f6](https://github.com/stiggio/stigg-ruby/commit/ce8f6f6bf9c074f8fd187c4b71acb11eadda9170))
16
+
3
17
  ## 0.1.0-alpha.7 (2026-02-18)
4
18
 
5
19
  Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "stigg", "~> 0.1.0.pre.alpha.7"
27
+ gem "stigg", "~> 0.1.0.pre.alpha.8"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -141,7 +141,7 @@ module Stigg
141
141
  )
142
142
  end
143
143
 
144
- # Get a list of customerresources
144
+ # Retrieves a paginated list of resources within the same customer.
145
145
  #
146
146
  # @overload list_resources(id, after: nil, before: nil, limit: nil, request_options: {})
147
147
  #
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.1.0.pre.alpha.7"
4
+ VERSION = "0.1.0.pre.alpha.8"
5
5
  end
@@ -122,7 +122,7 @@ module Stigg
122
122
  )
123
123
  end
124
124
 
125
- # Get a list of customerresources
125
+ # Retrieves a paginated list of resources within the same customer.
126
126
  sig do
127
127
  params(
128
128
  id: String,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.7
4
+ version: 0.1.0.pre.alpha.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-18 00:00:00.000000000 Z
11
+ date: 2026-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi