aws-secrets-manager 0.3.0 → 1.0.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: ef3e05a90956908ab1ef09dcf7cb678d34e2f09aa42e08ddfa959102b861c750
4
+ data.tar.gz: eb5add0d3d9c08f5be493ee35d96bccd0da1b4ec848c5b1a98ac3c33f8f1799e
5
5
  SHA512:
6
- metadata.gz: 7d239d11ea528fde3e1187df0268b34de235fd726bb388e30dc3dd52c4f1ca43b9b25054899dc612a65a89819e17fd5dfafcb71a3a9848c7edd51e436b7e96c8
7
- data.tar.gz: a24553d198fc28dc92cb359ba6a88a9cf312e198f93861203063f430712a1cf14440fa63e5bf9750061c1608481ea45fa5ee867d935e7c7f8bb39e646a013593
6
+ metadata.gz: 1daf55c6a98e26323f27b2c297a7e80a360fe2bb8a176ad0a26c7c1e040d63715ec80e8fce90e575127a517c92b54bb6fb529627981321356008503f695f6c22
7
+ data.tar.gz: 26a6950336de8db388b31b642b03aecc4c454f93a9785beb167c80962b0eaa1eea97b1a8db867d4da8170540f69162dadb4cc307913903934a69c0ed46a0e19b
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 = "1.0.0"
5
5
  end
@@ -11,6 +11,8 @@ if Gem.loaded_specs.key?("rails")
11
11
  create_file("config/initializers/aws_secrets_manager.rb", <<-FILE)
12
12
  # frozen_string_literal: true
13
13
 
14
+ require 'aws_secrets_manager'
15
+
14
16
  AwsSecretsManager.configure do |config|
15
17
  config.aws_region = "AWS_REGION"
16
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandar Popovic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport