trycourier 6.4.1 → 6.4.2

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: cd58fda1e5a6ef5d937ebea115df994b31e5d97d031123179b496387d827e2ee
4
- data.tar.gz: bd5c6708f7bb7495aebb3bcb832a3f41181941cc20cb413bb0deb17251c80a3e
3
+ metadata.gz: 42e6edbf769897b8107ee40b65c54eaa5dcc2b4b2d18ccb10cd0c6c475bd4b0e
4
+ data.tar.gz: 64a3a7e3cdef20a9c366e2b89b9e28e8a07b4c06f615da4f060809c525cb0203
5
5
  SHA512:
6
- metadata.gz: f1d5b201bc4086dea717349b8214b77d1d13545b22dcf1c685d6d251ea1fe6a944a4690d61fb7f138ec87c2c699e75dacfd7d54f6d741426b920f0a729ebee36
7
- data.tar.gz: ec111124754121db2f8224c142c5c984d8f3dde935e0493e4c15804e32050be3e104d0ae8f95c7432dbc550884e69e6ec92312bf81a0b8ba9b091c038ff1845e
6
+ metadata.gz: fc10b715fb07be37abf6e7a6982dc77c5c2266d19b285bff85bdf7a3204ff71045adbd71c82578482e37193951493e850853faa7b8988ce3535f8f47a4b56520
7
+ data.tar.gz: 65be4eb15c4e05d1ce37692f7e75ad3029e47fadaa8a026747f6e931d11a9db1efdb4c68fd8af2d57a5c007ed8f06d71ef9faaf359e012d303046c8980e2e22b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.4.2](https://github.com/trycourier/courier-ruby/compare/v6.4.1...v6.4.2) (2026-08-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **api:** correct two Elemental field names the REST API rejects ([#142](https://github.com/trycourier/courier-ruby/issues/142)) ([bdec5ab](https://github.com/trycourier/courier-ruby/commit/bdec5ab5d865fab0623582557f7a909874bdcc70))
9
+
3
10
  ## [6.4.1](https://github.com/trycourier/courier-ruby/compare/v6.4.0...v6.4.1) (2026-08-28)
4
11
 
5
12
 
data/README.md CHANGED
@@ -9,7 +9,7 @@ Add the gem to your `Gemfile`:
9
9
  <!-- x-release-please-start-version -->
10
10
 
11
11
  ```ruby
12
- gem "trycourier", "~> 6.4.1"
12
+ gem "trycourier", "~> 6.4.2"
13
13
  ```
14
14
 
15
15
  <!-- x-release-please-end -->
@@ -19,7 +19,7 @@ module Courier
19
19
  # Alternate text for the image.
20
20
  #
21
21
  # @return [String, nil]
22
- optional :alt_text, String, api_name: :altText, nil?: true
22
+ optional :alt_text, String, nil?: true
23
23
 
24
24
  # @!attribute border_color
25
25
  # CSS border color applied to the image. For example, `#ccc`
@@ -19,7 +19,7 @@ module Courier
19
19
  # CSS border color property. For example, `#fff`
20
20
  #
21
21
  # @return [String, nil]
22
- optional :border_color, String, api_name: :borderColor, nil?: true
22
+ optional :border_color, String, nil?: true
23
23
 
24
24
  # @!attribute font_size
25
25
  # CSS px font size for this quote block, e.g. `16px`. Overrides the size of the
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Courier
4
- VERSION = "6.4.1"
4
+ VERSION = "6.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trycourier
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.1
4
+ version: 6.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Courier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-28 00:00:00.000000000 Z
11
+ date: 2026-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi