cyclone_lariat 1.0.0.rc4 → 1.0.0.rc5

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: 952709c6db2f728a379f9412d11803d67ae8dade
4
- data.tar.gz: e06fdee221a672914cd2a1f80601b1ae99104987
3
+ metadata.gz: 1e85d9e3115b5cba0ff233723389a20a5eef9f3c
4
+ data.tar.gz: d87d6e81b0fba3f4aa78e432b7aab2bf993f5a82
5
5
  SHA512:
6
- metadata.gz: 5a6a9e861b9393467dcb4d95b5edd38089135630e0b7e04641fd079313f32a5e9dce0703f088386020d2ec6d32c9a2ca393970eca23415eccabcf907a7eb3c7d
7
- data.tar.gz: fb7a911ab148e94771df6be6562114b3fb056b538d628059695e0cb906787b5ae4fff6723939fc12e3ecbeb8a3b45a7758018285a6764633e6235ab59b3899db
6
+ metadata.gz: 285ef03ab2d275f51401d547b3ce6d43c7dbfcc2e16cb53cbbe134dde906d043ec2eb8ea427286b413910a85e70b0b320a8a857ce2f03f7a021db6c47b72e7f4
7
+ data.tar.gz: 8fed12ef46bc40ac995b80a377ab9702fc526d2b12ced8750b6e84ca5a44cfef49b14498d45c84ba421cf1a7f3ddaaa71088abdcd98e28a329057369af194b7c
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.0.0.rc5]
8
+ Changed
9
+ - Update Gemfile.lock
10
+
7
11
  ## [1.0.0.rc4]
8
12
  Added
9
13
  - `CycloneLariat::Migration#subscribed?(topic:, endpoint:)` to check existance
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cyclone_lariat (1.0.0.rc3)
4
+ cyclone_lariat (1.0.0.rc5)
5
5
  aws-sdk-sns
6
6
  aws-sdk-sqs
7
7
  dry-cli (~> 0.6)
@@ -28,13 +28,13 @@ GEM
28
28
  arel (9.0.0)
29
29
  ast (2.4.2)
30
30
  aws-eventstream (1.2.0)
31
- aws-partitions (1.703.0)
32
- aws-sdk-core (3.170.0)
31
+ aws-partitions (1.738.0)
32
+ aws-sdk-core (3.171.0)
33
33
  aws-eventstream (~> 1, >= 1.0.2)
34
34
  aws-partitions (~> 1, >= 1.651.0)
35
35
  aws-sigv4 (~> 1.5)
36
36
  jmespath (~> 1, >= 1.6.1)
37
- aws-sdk-sns (1.59.0)
37
+ aws-sdk-sns (1.60.0)
38
38
  aws-sdk-core (~> 3, >= 3.165.0)
39
39
  aws-sigv4 (~> 1.1)
40
40
  aws-sdk-sqs (1.53.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CycloneLariat
4
- VERSION = '1.0.0.rc4'
4
+ VERSION = '1.0.0.rc5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cyclone_lariat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc4
4
+ version: 1.0.0.rc5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kudrin
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-03-27 00:00:00.000000000 Z
14
+ date: 2023-03-30 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: aws-sdk-sns