jackal-cfn 0.2.4 → 0.2.6

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: 03f6aca28ee41f97d470ccee32e9892ad20dd1d2
4
- data.tar.gz: c7f4e3707f4d45ce97102a3628ba7b6f38dd148b
3
+ metadata.gz: 2b78d3ccd602cea31525436ce36d1d2756597387
4
+ data.tar.gz: 194e2ff8fecd71c1a094f93688344c401189043c
5
5
  SHA512:
6
- metadata.gz: 47649359b1ee36126a661a02c21f461fa2ce4f25e2f50316d655edb141de87c353c67fd90be10ec6c39b7a601883d497f6a9b232053d35da315a5c6e95021145
7
- data.tar.gz: a12b5725e7b6f97f04ff6b7cce3e475350a45c46e9406d278e2990a0fe72115634c893264692e022524aef6fee56e6c56647b7cd06c89a9345a97cec32a712e7
6
+ metadata.gz: dd7c9fa1468bd96a857f707dd4801cbe8c360a382ab29bbfd5c648dc751a5a10675efca3f8fb54ce59a3505e584a00122dadbac481260e204f0bf5930e3d0cbd
7
+ data.tar.gz: 746c33dbc420d76e3310cef987f42dcda3b1ca62fb56bad00b4b9d0b3d7afb77c1f49fb8148fb2bc3fd6a1ef3d20956c8012420f8aa699634097f7e915abb96c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.2.6
2
+ * Fix event re-processing (destination generation)
3
+
1
4
  # v0.2.4
2
5
  * Add AmiRegister callback
3
6
  * Update initial payload handling
@@ -109,8 +109,8 @@ module Jackal
109
109
  :cfn_event => data_payload
110
110
  )
111
111
  if(config[:reprocess])
112
- debug "Reprocessing payload through current source (#{destination(:input)})"
113
- Carnivore::Supervisor.supervisor[destination(:input)].transmit(payload)
112
+ debug "Reprocessing payload through current source (#{destination(:input, payload)})"
113
+ Carnivore::Supervisor.supervisor[destination(:input, payload)].transmit(payload)
114
114
  message.confirm!
115
115
  else
116
116
  job_completed(:jackal_cfn, payload, message)
@@ -1,6 +1,6 @@
1
1
  module Jackal
2
2
  module Cfn
3
3
  # Current version
4
- VERSION = Gem::Version.new('0.2.4')
4
+ VERSION = Gem::Version.new('0.2.6')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jackal-cfn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-14 00:00:00.000000000 Z
11
+ date: 2015-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jackal