vault_api 1.0.1 → 1.0.2
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 +4 -4
- data/CHANGELOG +3 -0
- data/lib/vault_api/version.rb +1 -1
- data/vault_api.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05e9059f56709fc5aee0f6bded3873a7f7968da2
|
|
4
|
+
data.tar.gz: e0061280365dfd8b7d7390cd90424e9e6235c9c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca8aaa55b2e0ab687e4c0292e6edd9b5d81ed0d82a5d70b62692a761aff3db3e9555412736797329d2b8a3ddf25c46d21fc82a05b06927dd86ceeec41f621eb2
|
|
7
|
+
data.tar.gz: e1f80680a4db8ac47b99f14f37ca241cdef3083f02cca5acfbb20da79886bb098c5be62c77b397710032236e1cbb9bd8c52988c7de449e466a0439247c64ac4b
|
data/CHANGELOG
CHANGED
data/lib/vault_api/version.rb
CHANGED
data/vault_api.gemspec
CHANGED
|
@@ -10,9 +10,9 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ['Sachin S Wagh']
|
|
11
11
|
spec.email = ['sachinwagh2392@gmail.com']
|
|
12
12
|
|
|
13
|
-
spec.summary = 'Client for the
|
|
14
|
-
spec.description = 'Client for the
|
|
15
|
-
spec.homepage = ''
|
|
13
|
+
spec.summary = 'Ruby Client for the Vault Gem'
|
|
14
|
+
spec.description = 'Ruby Client for the Vault Gem'
|
|
15
|
+
spec.homepage = 'https://github.com/sachinswagh/vault_api'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
18
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vault_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sachin S Wagh
|
|
@@ -262,7 +262,7 @@ dependencies:
|
|
|
262
262
|
- - ">="
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
264
|
version: '0'
|
|
265
|
-
description: Client for the
|
|
265
|
+
description: Ruby Client for the Vault Gem
|
|
266
266
|
email:
|
|
267
267
|
- sachinwagh2392@gmail.com
|
|
268
268
|
executables:
|
|
@@ -291,7 +291,7 @@ files:
|
|
|
291
291
|
- lib/vault_api/request.rb
|
|
292
292
|
- lib/vault_api/version.rb
|
|
293
293
|
- vault_api.gemspec
|
|
294
|
-
homepage:
|
|
294
|
+
homepage: https://github.com/sachinswagh/vault_api
|
|
295
295
|
licenses:
|
|
296
296
|
- MIT
|
|
297
297
|
metadata:
|
|
@@ -315,5 +315,5 @@ rubyforge_project:
|
|
|
315
315
|
rubygems_version: 2.6.11
|
|
316
316
|
signing_key:
|
|
317
317
|
specification_version: 4
|
|
318
|
-
summary: Client for the
|
|
318
|
+
summary: Ruby Client for the Vault Gem
|
|
319
319
|
test_files: []
|