ruby_vault 0.1.0.pre.17 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +6 -6
- data/lib/ruby_vault/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a47ebfebbaaddc7391fdd1a96bbb13d1d418172a30b76b99af6b179fccd765a2
|
4
|
+
data.tar.gz: 9674ac8bf27e0ffb5328e91f83d1b23ba00556c69f4d005fe6b54b6db3a4597e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9022a7f79bf40c25ca8ece46edc990da7f566616df1f0844794cd9738a04c03e9e4b9ddb844a0a4104e7fabb8559efd31bacd1f4926b642fcdbf04e168ef6e52
|
7
|
+
data.tar.gz: 8a226b62170c0fd291844717901b1eb7f74a69b2fa0ff5efadd076fc512e35bf145273e0e127846de0f51c4537f38c0af7e7bd8ca4238ee047290f84840f07ab
|
data/Gemfile.lock
CHANGED
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
|
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
|
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
|
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
|
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
|
-
```
|
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
|
-
```
|
81
|
+
```shell
|
82
82
|
openssl aes-256-cbc \
|
83
83
|
-d \
|
84
84
|
-md sha1 \
|
data/lib/ruby_vault/version.rb
CHANGED
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
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
@@ -333,9 +333,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
333
333
|
version: '2.7'
|
334
334
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
335
335
|
requirements:
|
336
|
-
- - "
|
336
|
+
- - ">="
|
337
337
|
- !ruby/object:Gem::Version
|
338
|
-
version:
|
338
|
+
version: '0'
|
339
339
|
requirements: []
|
340
340
|
rubygems_version: 3.1.6
|
341
341
|
signing_key:
|