rerout-rails 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: 3db09eb13c04f8eb7821f499497bf52a0ff21d32a4f58847463bc4a239687fa6
4
- data.tar.gz: 776ae38772fd41606383a61240392dbf299bdf4acd6f1f6253b0b2a0145aa2b9
3
+ metadata.gz: 6866043bf5071cec7a35515436b6995abb8ac5cb15832f1c9251479ea07d86e4
4
+ data.tar.gz: c453ac8ee328dec0996123f3951b69e23ecc1a0e937a15a770779b7a7459d59e
5
5
  SHA512:
6
- metadata.gz: '0956c3298798e2a186e0d86e817eae58076480656a68a8f82bec86ac180edbd9dd99f4570055762c5295ae014fc2d03cf118a645689535142ac726d18792d2ec'
7
- data.tar.gz: b195863f1f74376dd5d58634573a0a92c3427573b42e85f87bb7faf706b8e80f7ebae0516053c08cbfc24fa318a786f5fdb51cc8707712851b71dcc7bd943015
6
+ metadata.gz: 0e179b73e6925f46ee674ac5989f3c056dfd4fadca6b822c708eff4c46350dc156bea420cf6a7a7c91457499cb9d08f332edfcfffababe93ca787fb6c6afd6d6
7
+ data.tar.gz: '0920ca8377c366f373ec895d92186db1aadac9ebae7af2ccaccc5f3eff722ef451c4a13f577b70be955b6bece501af2edfe452798e27371855471012842e9f27'
data/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to the `rerout-rails` gem are documented in this file. The
4
4
  format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.3.0] - 2026-06-03
8
+
9
+ ### Changed
10
+
11
+ - Bumped the base `rerout` gem dependency to allow `0.3.0`, which adds webhook
12
+ endpoint management (create/list/delete). No API changes in this package.
13
+
7
14
  ## [0.2.0] - 2026-06-02
8
15
 
9
16
  ### Changed
@@ -36,5 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
43
  - `Rerout::Rails::ConfigurationError` raised on missing `api_key` or
37
44
  `webhook_secret`.
38
45
 
46
+ [0.3.0]: https://github.com/ModestNerds-Co/rerout-sdks/releases/tag/ruby-rails/v0.3.0
39
47
  [0.2.0]: https://github.com/ModestNerds-Co/rerout-sdks/releases/tag/ruby-rails-v0.2.0
40
48
  [0.1.0]: https://github.com/ModestNerds-Co/rerout-sdks/releases/tag/ruby-rails-v0.1.0
@@ -4,6 +4,6 @@ module Rerout
4
4
  module Rails
5
5
  # Version of the `rerout-rails` gem. Follows semantic versioning and is
6
6
  # released in lockstep with the base `rerout` gem.
7
- VERSION = '0.2.0'
7
+ VERSION = '0.3.0'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rerout-rails
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
  - Codecraft Solutions
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-02 00:00:00.000000000 Z
11
+ date: 2026-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties