ruby_vault 0.1.0.pre.17 → 0.1.0.pre.18

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
  SHA256:
3
- metadata.gz: 81a4d4230f6c90465ecdda5352a87761048514210985269092563e2d4348e856
4
- data.tar.gz: 00aadd9de00b2e166f52643a936c9532a3f21fa76b7b337cccb68f830840e835
3
+ metadata.gz: 220180750eb71b11465c88c7ee1d5815d5143f716576fac291de3a2e503a8c05
4
+ data.tar.gz: fd4ce1eb5e5eed2a431646bd4598894f1c9ebcfed6b979dfa4c285793518c63a
5
5
  SHA512:
6
- metadata.gz: 553d1580376490702879831400b89921c9856583ce0ae2e03fd87a77c77798c50fae47ced9ba4c79e185e10433165f2f52630e9673ac7bb514efb8bf6fb9be5e
7
- data.tar.gz: e61a204c78e62e5f894967513a0fcdf79d75f558026bc32150f65b6224572704bdec039c1c9bd316e63739a9915f9a4598a71563344a43c235816a2f258d5ca6
6
+ metadata.gz: fb4f44287fd0873cc382534387d6e07ab02da91984bbc60602b622519ce99fad500667e2b5e4dc5609fa72fde43fe49cd0f6682e2e5a2e246f01783f40a6bd24
7
+ data.tar.gz: e81b388153735d0999493c48cef230100fb9c0e326703cb3dd926654c70829704e6a3e214544c8ba1f0b65dff46dcce8981228b0da10294876c4355028dd7448
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_vault (0.1.0.pre.17)
4
+ ruby_vault (0.1.0.pre.18)
5
5
  immutable-struct (~> 2.4)
6
6
  lino (~> 3.0)
7
7
 
data/README.md CHANGED
@@ -35,7 +35,7 @@ require 'ruby_vault'
35
35
 
36
36
  To install dependencies and run the build, run the pre-commit build:
37
37
 
38
- ```shell script
38
+ ```shell
39
39
  ./go
40
40
  ```
41
41
 
@@ -44,19 +44,19 @@ formatting.
44
44
 
45
45
  To run only the unit tests, including coverage:
46
46
 
47
- ```shell script
47
+ ```shell
48
48
  ./go test:unit
49
49
  ```
50
50
 
51
51
  To attempt to fix any code linting / formatting issues:
52
52
 
53
- ```shell script
53
+ ```shell
54
54
  ./go library:fix
55
55
  ```
56
56
 
57
57
  To check for code linting / formatting issues without fixing:
58
58
 
59
- ```shell script
59
+ ```shell
60
60
  ./go library:check
61
61
  ```
62
62
 
@@ -67,7 +67,7 @@ experiment.
67
67
 
68
68
  To encrypt a GPG key for use by CircleCI:
69
69
 
70
- ```bash
70
+ ```shell
71
71
  openssl aes-256-cbc \
72
72
  -e \
73
73
  -md sha1 \
@@ -78,7 +78,7 @@ openssl aes-256-cbc \
78
78
 
79
79
  To check decryption is working correctly:
80
80
 
81
- ```bash
81
+ ```shell
82
82
  openssl aes-256-cbc \
83
83
  -d \
84
84
  -md sha1 \
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyVault
4
- VERSION = '0.1.0.pre.17'
4
+ VERSION = '0.1.0.pre.18'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.17
4
+ version: 0.1.0.pre.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers