ruby-sfn-local 0.1.33 → 0.1.35

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b59ef356b7beac13ca2099b87f02ae53a0926fb2435eaf873816dc6819d874d
4
- data.tar.gz: ced914931b321fd700a86016f5f72a4f373fb5ee3ee9b04991e161cfbc9dba2f
3
+ metadata.gz: f055dfe59112983cd0c74b70dea0752cd6a115d9385573d4caa980b84a14d89f
4
+ data.tar.gz: e2ffc8d6224bab3f8d55f564c318b58a21e98dc5d5675439cd12dc2511795a53
5
5
  SHA512:
6
- metadata.gz: f2c0c6d71e2f32e6875322218092b7aab0b697f53214d0e1177f8431fb648afa617ea32a0bd1ba5913021952d6140ba11d5a968ed5725d9948f478689bc18f07
7
- data.tar.gz: c3219514cde0d4c26c9f446d50480dcb63baa3d82f3adf4073cf0962f4a61433ca6c0fd7e0ea99bd934ea8d6768636ccfe5e5d72786494b385c269d0d386429f
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 = {}
@@ -76,6 +76,7 @@ module Sfn
76
76
  local_definition = local_definition.gsub(/"Seconds": [0-9]+,*/, '')
77
77
  local_definition = local_definition.gsub(/"Timestamp": "[0-9\-T:+]+",*/, '')
78
78
  local_definition = local_definition.gsub(/"TimestampPath": "[^"]+",*/, '')
79
+ local_definition = local_definition.gsub(/"AllowNullValues": (true|false),*/, '')
79
80
  local_definition = local_definition.gsub('ItemProcessor', 'Iterator')
80
81
  local_definition = local_definition.gsub('ItemSelector', 'Parameters')
81
82
  local_definition = local_definition.gsub(/"ProcessorConfig":\s*{[\s"[A-Za-z:,]]+},*/, '')
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.33
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gianni Mazza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-21 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
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.1.6
101
+ rubygems_version: 3.5.11
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: Step Functions local ruby wrapper!