rerout-rails 0.1.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 +17 -0
- data/lib/rerout/rails/version.rb +1 -1
- metadata +8 -5
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,21 @@ 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
|
+
|
|
14
|
+
## [0.2.0] - 2026-06-02
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Require `rerout ~> 0.2`, which adds the read-only `tags` field
|
|
19
|
+
(`{ id, name, color }`) to `Rerout::Models::Link`. The Rails integration
|
|
20
|
+
re-exports the base SDK models unchanged.
|
|
21
|
+
|
|
7
22
|
## [0.1.0] - 2026-05-20
|
|
8
23
|
|
|
9
24
|
### Added
|
|
@@ -28,4 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
28
43
|
- `Rerout::Rails::ConfigurationError` raised on missing `api_key` or
|
|
29
44
|
`webhook_secret`.
|
|
30
45
|
|
|
46
|
+
[0.3.0]: https://github.com/ModestNerds-Co/rerout-sdks/releases/tag/ruby-rails/v0.3.0
|
|
47
|
+
[0.2.0]: https://github.com/ModestNerds-Co/rerout-sdks/releases/tag/ruby-rails-v0.2.0
|
|
31
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,13 +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
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-06-03 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: railties
|
|
@@ -35,14 +36,14 @@ dependencies:
|
|
|
35
36
|
requirements:
|
|
36
37
|
- - "~>"
|
|
37
38
|
- !ruby/object:Gem::Version
|
|
38
|
-
version: '0.
|
|
39
|
+
version: '0.2'
|
|
39
40
|
type: :runtime
|
|
40
41
|
prerelease: false
|
|
41
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
43
|
requirements:
|
|
43
44
|
- - "~>"
|
|
44
45
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: '0.
|
|
46
|
+
version: '0.2'
|
|
46
47
|
- !ruby/object:Gem::Dependency
|
|
47
48
|
name: actionpack
|
|
48
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -180,6 +181,7 @@ metadata:
|
|
|
180
181
|
bug_tracker_uri: https://github.com/ModestNerds-Co/rerout-sdks/issues
|
|
181
182
|
documentation_uri: https://rerout.co/docs
|
|
182
183
|
rubygems_mfa_required: 'true'
|
|
184
|
+
post_install_message:
|
|
183
185
|
rdoc_options: []
|
|
184
186
|
require_paths:
|
|
185
187
|
- lib
|
|
@@ -194,7 +196,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
194
196
|
- !ruby/object:Gem::Version
|
|
195
197
|
version: '0'
|
|
196
198
|
requirements: []
|
|
197
|
-
rubygems_version: 3.
|
|
199
|
+
rubygems_version: 3.0.3.1
|
|
200
|
+
signing_key:
|
|
198
201
|
specification_version: 4
|
|
199
202
|
summary: Official Rails integration for the Rerout branded-link API.
|
|
200
203
|
test_files: []
|