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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/rerout/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6866043bf5071cec7a35515436b6995abb8ac5cb15832f1c9251479ea07d86e4
|
|
4
|
+
data.tar.gz: c453ac8ee328dec0996123f3951b69e23ecc1a0e937a15a770779b7a7459d59e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/rerout/rails/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|