muffin_man 1.5.6 → 1.5.7

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: 13ceb91a7ccf4877d5f956f95b024b02e4debef9c6de7095404430c2faa68ce3
4
- data.tar.gz: 692982d4def515e28d7d1493349095b33ad9ea8a215a9b5c3ea16b0bda5e4623
3
+ metadata.gz: 47ca872bfc95886c455811cd19e00bf259cb8b36669ababeb4f182172c736f54
4
+ data.tar.gz: e0d2d51aa2a28603c683bb36ce25be20c06aa9ab3b29834acf131cf560c158c7
5
5
  SHA512:
6
- metadata.gz: b447651efebcbba439158667a5bc0e36d726beccb866ba8a6f94208db878c33e96ba75400891548174e8c935e20514faf36b31c948018fe8e7d06b5466b7c028
7
- data.tar.gz: f881d61487f0933c645483b2b63ab7b9e2d2ae5c8dabaeb71067b7d6f8f62738541c7fef9c713adfa1134c27eabf8359e164438351a0867a1b0c2a5bc76f4a63
6
+ metadata.gz: 51ec09999784b062beaf99e79c349cfa488ba79f3fd11756f8bbda3cf88079f5d35f50653e84ef3d6575155a207e0580790a4312b3d626eca43dc373666510af
7
+ data.tar.gz: 83a98afea012901a851b2356919372f645bffb39c41b9ef926666fcec19388b9e5335d1372958e3d2da8a04287b6bccf0a9c07b8c387bf6ccf982226707c4850
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.5.7
2
+
3
+ - Fix sandbox support for create shipments in Merchant Fulfillment
4
+
1
5
  # 1.5.6
2
6
 
3
7
  - Sandbox support for create/delete shipments in Merchant Fulfillment [#42](https://github.com/patterninc/muffin_man/pull/42)
@@ -43,7 +43,12 @@ module MuffinMan
43
43
  end
44
44
  if sandbox
45
45
  @request_body = JSON.parse(
46
- File.read("./lib/muffin_man/sandbox_helpers/merchant_fulfillment/create_shipment_body.json")
46
+ File.read(
47
+ File.expand_path(
48
+ '../sandbox_helpers/merchant_fulfillment/create_shipment_body.json',
49
+ File.dirname(__FILE__)
50
+ )
51
+ )
47
52
  )
48
53
  end
49
54
  @request_type = "POST"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuffinMan
4
- VERSION = "1.5.6"
4
+ VERSION = "1.5.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muffin_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-11-10 00:00:00.000000000 Z
13
+ date: 2022-11-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec