vault_api 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: cad0684533828eb9a886d3fd4f87d2c0e6767167
4
- data.tar.gz: 59365c804b209091283966c83e9ceb4949435a6a
3
+ metadata.gz: 5dc5c6a505b468210909f62406c7d10206cd20ec
4
+ data.tar.gz: 397fe3501d2019711fc3424ec49e228df3c22169
5
5
  SHA512:
6
- metadata.gz: c29828e3d653be206b029443a129d42275efb17ac760ed17d6d643819774a7c6f41b884aec702f99e0f24238ee1828b15f98fcd623e232d5e362150a9d32e077
7
- data.tar.gz: 54de3d79f44d5a9146477d185d804cdfdfad9972bc6d5391f257feb42d09db6f9038b4e30529e09d7bb91bc9201327aceb94f24dfb328d1959b1e0d293042ef0
6
+ metadata.gz: 662a8f60462be91c2c82910a5dea7d4c81188f390dfe30c110d367674106b7ba04ad6d19502fc79fd747f93e8329b13ece16b78c2f32530bf157c3aefedf150d
7
+ data.tar.gz: 3ee8170d1579ac3f4ebd3777931bf922796df088d0de04d23755a7a494631cc31c83d7e82c64b1ffc6e6f300d9154fb6c84cbc70539ef7ff15bfc68c65043710
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.0.1
2
+ * Documentation change.
3
+
1
4
  === 1.0.0
2
5
  * Added Vault API.
3
6
  * Reorganised directory structure.
data/README.md CHANGED
@@ -69,7 +69,7 @@ VaultApi.configure do |config|
69
69
  end
70
70
  client = VaultApi.client
71
71
  ```
72
- ## Limitations in Configuration
72
+ #### Limitations in Configuration
73
73
 
74
74
  To configure Vault as a root user, you must specify 'token' parameter in configuration and do not specify 'user' and 'password' parameters.
75
75
 
@@ -78,7 +78,7 @@ in configuration not do not specify 'token' parameter.
78
78
 
79
79
  If you specify both i.e. 'token' and 'user-password' configurations then 'user-password' would be prefered over 'token' configuration. Still vault-api may not behave as expected.
80
80
 
81
- ##### Example calls
81
+ ## Example calls
82
82
 
83
83
  ##### 1. Secrets
84
84
  ###### i) Add a secret file.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VaultApi
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vault_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sachin S Wagh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-03 00:00:00.000000000 Z
11
+ date: 2019-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler