aws-secrets-manager 0.3.0 → 0.4.0

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: b60d8a52ff4b4798feabdc75699a4663afeb4a4799f88434c468909d492a6dfd
4
- data.tar.gz: 7e2b411b7891edaff4ca5e6f86af433e56359d561f2a6c39a21fbcc1c318c215
3
+ metadata.gz: 699c1366e395736d5df5ab789e83f7f2eaebc2d43dce20e32c249fad4a074d27
4
+ data.tar.gz: 02154c183f2e74711c5e75699d02f08b6ffb91bebe95fcc1c66ef47029b89430
5
5
  SHA512:
6
- metadata.gz: 7d239d11ea528fde3e1187df0268b34de235fd726bb388e30dc3dd52c4f1ca43b9b25054899dc612a65a89819e17fd5dfafcb71a3a9848c7edd51e436b7e96c8
7
- data.tar.gz: a24553d198fc28dc92cb359ba6a88a9cf312e198f93861203063f430712a1cf14440fa63e5bf9750061c1608481ea45fa5ee867d935e7c7f8bb39e646a013593
6
+ metadata.gz: ecdbe27b2eda9b94bbc5a0fa9ad95ef03f71962aeeed44360e363b523879520a5003d4b4169cc97834a509393181c1bc4359b7ab4549718b3de9d3520aea1ac0
7
+ data.tar.gz: e579ef11c99c140b482bd692b8f414a61babc4859a46936a60608302624aee7c0549934d90cf4b044a0602b2b4b289248296d69f80fe880345080cf8dccc76b4
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![Ruby](https://github.com/alekpopovic/aws-secrets-manager/actions/workflows/main.yml/badge.svg)](https://github.com/alekpopovic/aws-secrets-manager/actions/workflows/main.yml)
4
4
 
5
+ [![Ruby Gem](https://github.com/alekpopovic/aws-secrets-manager/actions/workflows/gem-push.yml/badge.svg)](https://github.com/alekpopovic/aws-secrets-manager/actions/workflows/gem-push.yml)
6
+
5
7
  ## Installation
6
8
 
7
9
  Install the gem and add to the application's Gemfile by executing:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AwsSecretsManager
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-secrets-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandar Popovic