context.dev 0.2.0 → 0.3.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: a11e2a19a4e5223960b4d92864c4320f3626a693f335e7ea543b994a94d86694
4
- data.tar.gz: fe0df6795e552a20c4821be98ef5a6ff2c1093bc1c88de5708f9353a501af141
3
+ metadata.gz: 624b8a10e8f541fca46b1596a261404653caa94c5c69a61286b9d4af8c625256
4
+ data.tar.gz: 2c67f2863d422fca17dd9bdfadb721b9766495618f1e4a63c8f4619643314f0a
5
5
  SHA512:
6
- metadata.gz: de1a54511bcc1b82e0bc5a2ae613aff300cec59e3499b24061614e6115845f7c19b4744ad0a5f685f448c8e152a3fc221641cd0786df5edd98e558586162fd54
7
- data.tar.gz: 981e3c321edf7839a3882d8c634a2ef3a66ea1e938415de2565f49fd974824669238b150714aae9ab744011f0756443c6452f12cfa5c630da7c25e43971c3fd8
6
+ metadata.gz: 6329ab55efe38ad60859190f25c39d3a00a3a94ad5e751925d96b13d16b2b8f31ec1c954099763722057e0929e7b8131bcb24409950c5c4b0c12bdae12ddcf8b
7
+ data.tar.gz: 3ca0adf29ff5fe4bbade0c00624fde30121ff3465592932fea10a4f5db31198beb47e50481f07dc697ffa6d0c0ae7302ccb4755bdcfab5f2ccda9213df1737b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0 (2026-03-25)
4
+
5
+ Full Changelog: [v0.2.1...v0.3.0](https://github.com/context-dot-dev/context-ruby-sdk/compare/v0.2.1...v0.3.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([ff1db16](https://github.com/context-dot-dev/context-ruby-sdk/commit/ff1db1692a06315279532c93a05722223cb2c7ee))
10
+ * **api:** api update ([97eac17](https://github.com/context-dot-dev/context-ruby-sdk/commit/97eac17686bff356d4d5b6ad6438beb24c05b05a))
11
+ * **api:** manual updates ([d120a5d](https://github.com/context-dot-dev/context-ruby-sdk/commit/d120a5dde6665acced2c75394beb6910389e344e))
12
+ * **api:** manual updates ([fe32a5e](https://github.com/context-dot-dev/context-ruby-sdk/commit/fe32a5e431bf152d8b0966f9927efcd8ebc3b5c1))
13
+
14
+
15
+ ### Chores
16
+
17
+ * configure new SDK language ([8d24989](https://github.com/context-dot-dev/context-ruby-sdk/commit/8d2498986b1358432204720208f1a9b18d0f53f0))
18
+ * **internal:** tweak CI branches ([2b124b9](https://github.com/context-dot-dev/context-ruby-sdk/commit/2b124b9fd6a5eeb81fa445afc448ce4819fc077e))
19
+ * sync repo ([663ae2b](https://github.com/context-dot-dev/context-ruby-sdk/commit/663ae2b31199fd8a6b7e37161111d2c37a8d76df))
20
+ * update SDK settings ([8a92059](https://github.com/context-dot-dev/context-ruby-sdk/commit/8a920591a4a5ef301d26d19ca2a985ac7c0d8efd))
21
+ * update SDK settings ([3c49703](https://github.com/context-dot-dev/context-ruby-sdk/commit/3c49703a25e8951d07f597cc16b1abc03b248d84))
22
+
23
+ ## 0.2.1 (2026-03-25)
24
+
25
+ Full Changelog: [v0.2.0...v0.2.1](https://github.com/context-dot-dev/ruby-sdk/compare/v0.2.0...v0.2.1)
26
+
27
+ ### Chores
28
+
29
+ * sync repo ([00fbb10](https://github.com/context-dot-dev/ruby-sdk/commit/00fbb10a2bf3f189e7e0da59238e1effcaf7b9eb))
30
+ * update SDK settings ([2effe2a](https://github.com/context-dot-dev/ruby-sdk/commit/2effe2a7cd8e7f7664590f5a094c6f9598b1866e))
31
+
32
+ ## 0.2.1 (2026-03-25)
33
+
34
+ Full Changelog: [v0.2.0...v0.2.1](https://github.com/context-dot-dev/ruby-sdk/compare/v0.2.0...v0.2.1)
35
+
36
+ ### Chores
37
+
38
+ * sync repo ([e3eb15b](https://github.com/context-dot-dev/ruby-sdk/commit/e3eb15bd44f41866d57904b62e4d3dc6c37772d3))
39
+ * update SDK settings ([84a6c7d](https://github.com/context-dot-dev/ruby-sdk/commit/84a6c7d4f5752a044f911caf99c20fbb3eb45240))
40
+
3
41
  ## 0.2.0 (2026-03-18)
4
42
 
5
43
  Full Changelog: [v0.1.0...v0.2.0](https://github.com/brand-dot-dev/context-ruby-sdk/compare/v0.1.0...v0.2.0)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Context Dev Ruby API library
2
2
 
3
- The Context Dev Ruby library provides convenient access to the Context Dev REST API from any Ruby 3.2.0+ application. It ships with comprehensive types & docstrings in Yard, RBS, and RBI – [see below](https://github.com/brand-dot-dev/context-ruby-sdk#Sorbet) for usage with Sorbet. The standard library's `net/http` is used as the HTTP transport, with connection pooling via the `connection_pool` gem.
3
+ The Context Dev Ruby library provides convenient access to the Context Dev REST API from any Ruby 3.2.0+ application. It ships with comprehensive types & docstrings in Yard, RBS, and RBI – [see below](https://github.com/context-dot-dev/context-ruby-sdk#Sorbet) for usage with Sorbet. The standard library's `net/http` is used as the HTTP transport, with connection pooling via the `connection_pool` gem.
4
4
 
5
5
  It is generated with [Stainless](https://www.stainless.com/).
6
6
 
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "context.dev", "~> 0.2.0"
29
+ gem "context.dev", "~> 0.3.0"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -241,4 +241,4 @@ Ruby 3.2.0 or higher.
241
241
 
242
242
  ## Contributing
243
243
 
244
- See [the contributing documentation](https://github.com/brand-dot-dev/context-ruby-sdk/tree/main/CONTRIBUTING.md).
244
+ See [the contributing documentation](https://github.com/context-dot-dev/context-ruby-sdk/tree/main/CONTRIBUTING.md).
@@ -65,7 +65,7 @@ module ContextDev
65
65
  )
66
66
  end
67
67
 
68
- # Beta feature: Extract product information from a brand's website. Brand.dev will
68
+ # Beta feature: Extract product information from a brand's website. We will
69
69
  # analyze the website and return a list of products with details such as name,
70
70
  # description, image, pricing, features, and more.
71
71
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ContextDev
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
@@ -51,7 +51,7 @@ module ContextDev
51
51
  )
52
52
  end
53
53
 
54
- # Beta feature: Extract product information from a brand's website. Brand.dev will
54
+ # Beta feature: Extract product information from a brand's website. We will
55
55
  # analyze the website and return a list of products with details such as name,
56
56
  # description, image, pricing, features, and more.
57
57
  sig do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: context.dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Context Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-18 00:00:00.000000000 Z
11
+ date: 2026-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -256,7 +256,7 @@ homepage: https://gemdocs.org/gems/context.dev
256
256
  licenses: []
257
257
  metadata:
258
258
  homepage_uri: https://gemdocs.org/gems/context.dev
259
- source_code_uri: https://github.com/brand-dot-dev/context-ruby-sdk
259
+ source_code_uri: https://github.com/context-dot-dev/context-ruby-sdk
260
260
  rubygems_mfa_required: 'false'
261
261
  post_install_message:
262
262
  rdoc_options: []