friendly_shipping 0.4.0 → 0.4.1

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
  SHA1:
3
- metadata.gz: 14d1848557e65a7773aaa0683b4af131c2784181
4
- data.tar.gz: 1d63935b99e3e09cfec828663ab53956224a67e2
3
+ metadata.gz: 6ab303a601cf21e0954ab9eec19b32a0246bd083
4
+ data.tar.gz: b855852d44e7515f72a0a9e7dcd951dd8f0e4e47
5
5
  SHA512:
6
- metadata.gz: 7d894f9c105b238dcbfed6d94246e5206274e29d5fbbec6a82d1cc783a01538c8a0465e321a720ccaeeb9662d2e36d2d6d84b7087b714d44b5249a2f555bfa6e
7
- data.tar.gz: 9d8b29758884d37bb4fb8eca4aee2f7c58c797115972807fce68d9c9b7cb43608f3cdf4e07ec504ed8f04b8cec377686169c79b611e38bfb99d28964bd096a55
6
+ metadata.gz: 4adbbde944e40206a5e7eb83ba4c575f9898b82296ec4e42a00e631b3ec88d84cee5879c879d3f2787b3a7589abbe363d44498fc61edee00ab218e30989141b9
7
+ data.tar.gz: 79915a83c45cd8881b550730c2ccbe4ef4b007d320119d6143b628002ebe4156ca045086a8aab302e0e2d516b34d915c09c10b23efde72a7475e869b8a4cf871
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module FriendlyShipping
4
+ module Types
5
+ include Dry.Types
6
+
7
+ Money = Types.Instance(::Money)
8
+ end
9
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FriendlyShipping
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: friendly_shipping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Meyerhoff
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-14 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: data_uri
@@ -230,6 +230,7 @@ files:
230
230
  - lib/friendly_shipping/services/usps/shipping_methods.rb
231
231
  - lib/friendly_shipping/shipment_options.rb
232
232
  - lib/friendly_shipping/shipping_method.rb
233
+ - lib/friendly_shipping/types.rb
233
234
  - lib/friendly_shipping/version.rb
234
235
  homepage: https://github.com/friendly_cart/friendly_shipping
235
236
  licenses: