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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5dc5c6a505b468210909f62406c7d10206cd20ec
4
- data.tar.gz: 397fe3501d2019711fc3424ec49e228df3c22169
3
+ metadata.gz: 05e9059f56709fc5aee0f6bded3873a7f7968da2
4
+ data.tar.gz: e0061280365dfd8b7d7390cd90424e9e6235c9c2
5
5
  SHA512:
6
- metadata.gz: 662a8f60462be91c2c82910a5dea7d4c81188f390dfe30c110d367674106b7ba04ad6d19502fc79fd747f93e8329b13ece16b78c2f32530bf157c3aefedf150d
7
- data.tar.gz: 3ee8170d1579ac3f4ebd3777931bf922796df088d0de04d23755a7a494631cc31c83d7e82c64b1ffc6e6f300d9154fb6c84cbc70539ef7ff15bfc68c65043710
6
+ metadata.gz: ca8aaa55b2e0ab687e4c0292e6edd9b5d81ed0d82a5d70b62692a761aff3db3e9555412736797329d2b8a3ddf25c46d21fc82a05b06927dd86ceeec41f621eb2
7
+ data.tar.gz: e1f80680a4db8ac47b99f14f37ca241cdef3083f02cca5acfbb20da79886bb098c5be62c77b397710032236e1cbb9bd8c52988c7de449e466a0439247c64ac4b
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.0.2
2
+ * Documentation change.
3
+
1
4
  === 1.0.1
2
5
  * Documentation change.
3
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VaultApi
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
@@ -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 vault_api API'
14
- spec.description = 'Client for the vault_api API'
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.1
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 vault_api API
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 vault_api API
318
+ summary: Ruby Client for the Vault Gem
319
319
  test_files: []