secret_garden 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8ecf43d78e66640973ad649de512f520759e5c7c818216b0419997adf2e23f6
4
- data.tar.gz: 193132a07e3f86f6733d8c80fbd350084f43f450fa463a3b3b5bce3d9dad476f
3
+ metadata.gz: d61d7ab9b633caa4f0ffa944cdb42f9538356f9e08786216c4e1b23ffdb64c7b
4
+ data.tar.gz: 226c7b7746db3131807a423dc9de48baea0f3876632b2a21a77de4549183ab25
5
5
  SHA512:
6
- metadata.gz: af0ff71ae25000c686b945a71fb2d2f1479c57da4de20201995f011c82cf904d0b82d9083a997115667ec750e74e67345a866752e413ea7fac6d799a00febe84
7
- data.tar.gz: 32bd90d2e484da0b17d219839669ae8ff2813987f363278a8c141ae66d6e0585270544d96622ce03bd36cf19e4a95606095a1bf9124d14581077742b9fe29310
6
+ metadata.gz: b8caf9c22d361ca557fc6eb8bc9b71c14a8eb057ce79771e1e4ad7e0596d7ae665aa8a8da46212696f70da433502bc5354c3b8c4db3ed05a1100ce562dba6f7c
7
+ data.tar.gz: cc8fb683ffefaa431ab36bf63677e209939b6d52b49f6e2489c71c8f3fb272e86334fa98da6462aeb1babf0395c3cac2ae80962dc916fed0e4f93b5ad5a13a5c
data/README.md CHANGED
@@ -91,8 +91,3 @@ SecretGarden.add_backend :vault,
91
91
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
92
92
 
93
93
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
94
-
95
- ## Contributing
96
-
97
- Bug reports and pull requests are welcome on GitHub at https://github.com/dkastner/secret_garden.
98
-
@@ -28,7 +28,7 @@ module SecretGarden
28
28
 
29
29
  def fetch_from_vault(path)
30
30
  if with_retries
31
- ::Vault.with_retries(*with_retries) do
31
+ ::Vault.logical.with_retries(*with_retries) do
32
32
  ::Vault.logical.read path
33
33
  end
34
34
  else
@@ -1,3 +1,3 @@
1
1
  module SecretGarden
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: secret_garden
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erica Kastner
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-28 00:00:00.000000000 Z
11
+ date: 2019-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler