ruby-sfn-local 0.1.34 → 0.1.35

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: 1384ddccb18a305a17731ef5d02763a85b8b92cf1e05a9a40cadede6656ed7ab
4
- data.tar.gz: aff7168e1e72ec359797b13821d7c4553c37b4c93cdcfad2896dade504e0e087
3
+ metadata.gz: f055dfe59112983cd0c74b70dea0752cd6a115d9385573d4caa980b84a14d89f
4
+ data.tar.gz: e2ffc8d6224bab3f8d55f564c318b58a21e98dc5d5675439cd12dc2511795a53
5
5
  SHA512:
6
- metadata.gz: 5fd5aff892be45abdc6f298e857d7ce50aa255f0b268b4d9f62f00931a644fd58c68169a19b60caa513bc95dffea4437a23bb7c2e41b371a25a6d13f3b35112d
7
- data.tar.gz: 11735317deaf4a9fa47a7f4fc5cf4a50d7a1995a2d2a084d9ae77869ed0fe77f73abb6249841a6b55229afdbcc9a5eeef385533295124f7dc34ca389e7235a10
6
+ metadata.gz: 47ae07a13ab9ec5e899b45fd4a36887a635523dcd79d2bd59dcc23d56b9205a24c21e0ba63e52123d7078ce9924868e3a47e06bf2f7b2e3311a38103ade39249
7
+ data.tar.gz: c97ac1316529b7a956d9d0765f011f58d29163d3b74b6a25527ba013149ac1f8fed793e9bdf6ac86f9c63724baa7cb5d973716a293a3a28c6a48e25f8563b0b4
@@ -11,7 +11,7 @@ module Sfn
11
11
  else
12
12
  val[:output] ||= val[:payload]
13
13
  val[:output] ||= val[:response]
14
- { Return: { Output: val[:output].to_json, Status: 'SUCCEDED' } }
14
+ { Return: { Output: val[:output].to_json, Status: 'SUCCEEDED' } }
15
15
  end
16
16
  end
17
17
  out = {}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-sfn-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gianni Mazza
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-release
@@ -83,7 +83,7 @@ licenses:
83
83
  - MIT
84
84
  metadata:
85
85
  rubygems_mfa_required: 'true'
86
- post_install_message:
86
+ post_install_message:
87
87
  rdoc_options: []
88
88
  require_paths:
89
89
  - lib
@@ -98,8 +98,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.5.3
102
- signing_key:
101
+ rubygems_version: 3.5.11
102
+ signing_key:
103
103
  specification_version: 4
104
104
  summary: Step Functions local ruby wrapper!
105
105
  test_files: []