capistrano-vault 0.1.0 → 0.1.1

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: 6a3839176fa42c0219dc863806bb1a6def4e8c58
4
- data.tar.gz: 0b0c8d83c8ebebb4c2a162e847baec3d6df2ddb8
3
+ metadata.gz: d247f772cb6791ca75f0441b4e1478d9b2fa01d4
4
+ data.tar.gz: ac2a798478fccbaa030f5d8196be44c8593bfad7
5
5
  SHA512:
6
- metadata.gz: 5af31f165e17aec8fd20111819cfb6b8dd654cd53b3b9e257121159413c514f3d3ff5568a44d9a986f9be869eda3f65cd682fa4b0af8dba426c687f442883d53
7
- data.tar.gz: 5fe108abefe4621b47679c02a7f89beeed875d6f7157a80350805afb4fcdb00bc2956fe00d7a48091fb343a47ded0ce142d9071704694d0420263cbf6f44f12e
6
+ metadata.gz: db1eedf6cfea5a4dcbbd74572e89f5c928989383bbcdeaa1b2aa826757f72b59e353e7d7e46637805d5c8842be68761dfacde248d7e91a781d235b4487d458ae
7
+ data.tar.gz: 10cf05ded67e02ad401b0d30773ed88868bff42389ebbd353f6b93b4b86c435c020ea363abbdbabc6f7c12bac58cec54d003b235f02d63cd0e71526ac8fe38a8
data/README.md CHANGED
@@ -27,12 +27,12 @@ install_plugin Capistrano::Vault::SSH
27
27
  Setup the options to sign
28
28
 
29
29
  ```ruby
30
- set :vault_address, 'https://vault.example.com' # It not set, it will use EVN['VAULT_ADDR']
30
+ set :vault_address, 'https://vault.example.com' # If not set, it will use EVN['VAULT_ADDR']
31
31
  set :vault_ssh_mount_path, 'ssh-client-signer'
32
32
  set :vault_ssh_role, 'deploy'
33
33
  ```
34
34
 
35
- And before running capistrano command, make sure you are already `vault login`
35
+ Before running capistrano command, make sure you are already `vault login`
36
36
 
37
37
  > Make sure your are added the trusted ca in your server.
38
38
 
@@ -12,5 +12,3 @@ module Capistrano
12
12
  # Your code goes here...
13
13
  end
14
14
  end
15
-
16
- load File.expand_path('../tasks/vault.cap', __FILE__)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Vault
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 蒼時弦也