deliveries 0.3.3 → 0.3.4
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 +6 -1
- data/Gemfile.lock +5 -2
- data/lib/deliveries/couriers/envialia/shipments/create.rb +1 -1
- data/lib/deliveries/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbc860dfdfe36fed83c50c0cb25bfb2e8f07d77703737769bc6867ed9c65ed2b
|
4
|
+
data.tar.gz: 3c499cdfbcb2342cdadc28c2aa40721c22b492fdbe24c081d864affb2f3b3607
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dffc35209c8c5527e973b22683e9848393427222e76e715cf77fab7a8f33a8e6151af0b29a35a552f0f475bcc8c1c33d82108719399026674af4f3e2d737c23
|
7
|
+
data.tar.gz: ba72d2083a9b2abd4179e172bb934ad8ffb5ea07f3296dbcd6470ed3fa47397f84923286c1cad3e85f3b1a091a5c0e3bbb765cc376757eda9e9a44733ab78db3
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.3.4] - 2024-12-05
|
10
|
+
### Fixed
|
11
|
+
- Set default weight to one for Envialia shipping labels.
|
12
|
+
|
9
13
|
## [0.3.3] - 2024-03-22
|
10
14
|
### Fixed
|
11
15
|
- Prefix delivery location with country code in Mondial Relay Dual.
|
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
37
41
|
## [0.1.0] - 2021-09-27
|
38
42
|
🎉 First release!
|
39
43
|
|
40
|
-
[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.
|
44
|
+
[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.4...HEAD
|
45
|
+
[0.3.4]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.3...v0.3.4
|
41
46
|
[0.3.3]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.2...v0.3.3
|
42
47
|
[0.3.2]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.1...v0.3.2
|
43
48
|
[0.3.1]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.0...v0.3.1
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
deliveries (0.3.
|
4
|
+
deliveries (0.3.4)
|
5
5
|
activesupport (>= 5.2.0)
|
6
6
|
hexapdf
|
7
7
|
httparty
|
@@ -55,6 +55,7 @@ GEM
|
|
55
55
|
net-smtp
|
56
56
|
mini_magick (4.12.0)
|
57
57
|
mini_mime (1.1.5)
|
58
|
+
mini_portile2 (2.8.8)
|
58
59
|
minitest (5.22.3)
|
59
60
|
multi_xml (0.6.0)
|
60
61
|
net-imap (0.3.7)
|
@@ -66,7 +67,8 @@ GEM
|
|
66
67
|
timeout
|
67
68
|
net-smtp (0.4.0.1)
|
68
69
|
net-protocol
|
69
|
-
nokogiri (1.13.10
|
70
|
+
nokogiri (1.13.10)
|
71
|
+
mini_portile2 (~> 2.8.0)
|
70
72
|
racc (~> 1.4)
|
71
73
|
nori (2.6.0)
|
72
74
|
openssl (3.1.0)
|
@@ -129,6 +131,7 @@ GEM
|
|
129
131
|
zeitwerk (2.6.13)
|
130
132
|
|
131
133
|
PLATFORMS
|
134
|
+
ruby
|
132
135
|
x86_64-linux
|
133
136
|
|
134
137
|
DEPENDENCIES
|
data/lib/deliveries/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deliveries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fran Vega
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2024-
|
14
|
+
date: 2024-12-05 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: activesupport
|
@@ -242,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
242
|
- !ruby/object:Gem::Version
|
243
243
|
version: '0'
|
244
244
|
requirements: []
|
245
|
-
rubygems_version: 3.
|
245
|
+
rubygems_version: 3.1.6
|
246
246
|
signing_key:
|
247
247
|
specification_version: 4
|
248
248
|
summary: Library to abstract multiple courier web services.
|