We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be975b0 commit 318762bCopy full SHA for 318762b
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- secrets-manager (1.1.0)
+ secrets-manager (1.2.0)
5
activesupport (~> 5.0, >= 5.0.0.1)
6
aws-sdk-secretsmanager (>= 1.31.0)
7
concurrent-ruby (>= 1.0)
lib/version.rb
@@ -1,3 +1,3 @@
module SecretsManager
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
spec/manager_spec.rb
@@ -2,7 +2,7 @@
RSpec.describe SecretsManager do
it "returns the correct version" do
- expect(described_class::VERSION).to eq("1.1.0")
+ expect(described_class::VERSION).to eq("1.2.0")
8
describe "#new" do
0 commit comments