ruby_vault 0.1.0.pre.17 → 0.1.0

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: a47ebfebbaaddc7391fdd1a96bbb13d1d418172a30b76b99af6b179fccd765a2
4
+ data.tar.gz: 9674ac8bf27e0ffb5328e91f83d1b23ba00556c69f4d005fe6b54b6db3a4597e
5
5
  SHA512:
6
- metadata.gz: 553d1580376490702879831400b89921c9856583ce0ae2e03fd87a77c77798c50fae47ced9ba4c79e185e10433165f2f52630e9673ac7bb514efb8bf6fb9be5e
7
- data.tar.gz: e61a204c78e62e5f894967513a0fcdf79d75f558026bc32150f65b6224572704bdec039c1c9bd316e63739a9915f9a4598a71563344a43c235816a2f258d5ca6
6
+ metadata.gz: 9022a7f79bf40c25ca8ece46edc990da7f566616df1f0844794cd9738a04c03e9e4b9ddb844a0a4104e7fabb8559efd31bacd1f4926b642fcdbf04e168ef6e52
7
+ data.tar.gz: 8a226b62170c0fd291844717901b1eb7f74a69b2fa0ff5efadd076fc512e35bf145273e0e127846de0f51c4537f38c0af7e7bd8ca4238ee047290f84840f07ab
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)
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'
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
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: 1.3.1
338
+ version: '0'
339
339
  requirements: []
340
340
  rubygems_version: 3.1.6
341
341
  signing_key: