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 +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +1 -1
- data/lib/courier/models/elemental_image_node.rb +1 -1
- data/lib/courier/models/elemental_quote_node.rb +1 -1
- data/lib/courier/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: 42e6edbf769897b8107ee40b65c54eaa5dcc2b4b2d18ccb10cd0c6c475bd4b0e
|
|
4
|
+
data.tar.gz: 64a3a7e3cdef20a9c366e2b89b9e28e8a07b4c06f615da4f060809c525cb0203
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
@@ -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,
|
|
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,
|
|
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
|
data/lib/courier/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|