rerout-rails 0.1.0 → 0.2.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: 0c0b86702f8da895a164e119949243826b64a33677c516f410a5284c7d91333c
4
- data.tar.gz: 0557d87f5d559532ab23b11c96634e02a7a0887b3aec4a5ab60abc5b61745dcd
3
+ metadata.gz: 3db09eb13c04f8eb7821f499497bf52a0ff21d32a4f58847463bc4a239687fa6
4
+ data.tar.gz: 776ae38772fd41606383a61240392dbf299bdf4acd6f1f6253b0b2a0145aa2b9
5
5
  SHA512:
6
- metadata.gz: 3deaaaf8a1ca54421f48c6fec592bbfa633411871ecc96f744fcb50ceb7fb278086b211aa03e4d417869bc2091ece0b18ad34ac07db3b31236a213b9c983b937
7
- data.tar.gz: 6a9c8ffda128b81176bfdbbf72f9e71078abeb9d6aa0ed2db9f28b87c1c3e2cee5e875b1dbf486bf68ba05234ca1d8455357ef6a20d18d546965298d15bca345
6
+ metadata.gz: '0956c3298798e2a186e0d86e817eae58076480656a68a8f82bec86ac180edbd9dd99f4570055762c5295ae014fc2d03cf118a645689535142ac726d18792d2ec'
7
+ data.tar.gz: b195863f1f74376dd5d58634573a0a92c3427573b42e85f87bb7faf706b8e80f7ebae0516053c08cbfc24fa318a786f5fdb51cc8707712851b71dcc7bd943015
data/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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.2.0] - 2026-06-02
8
+
9
+ ### Changed
10
+
11
+ - Require `rerout ~> 0.2`, which adds the read-only `tags` field
12
+ (`{ id, name, color }`) to `Rerout::Models::Link`. The Rails integration
13
+ re-exports the base SDK models unchanged.
14
+
7
15
  ## [0.1.0] - 2026-05-20
8
16
 
9
17
  ### Added
@@ -28,4 +36,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
36
  - `Rerout::Rails::ConfigurationError` raised on missing `api_key` or
29
37
  `webhook_secret`.
30
38
 
39
+ [0.2.0]: https://github.com/ModestNerds-Co/rerout-sdks/releases/tag/ruby-rails-v0.2.0
31
40
  [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.1.0'
7
+ VERSION = '0.2.0'
8
8
  end
9
9
  end
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.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codecraft Solutions
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-06-02 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.1'
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.1'
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.6.9
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: []