sanctum 0.8.0 → 0.8.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/Gemfile.lock +1 -1
- data/lib/sanctum/version.rb +1 -1
- data/sanctum.gemspec +2 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9da5af097cce5114f4cc439f6ae8ef176aa454365d50a739a3ddccfea18f164f
|
|
4
|
+
data.tar.gz: f04ce42579a296395fbcd53618f3e4deb779aed2bdc25d11526e9e67bd75ebe7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8436b62b4667e5924a679c9aa6796f5dda9b49a5bbde35e018f6ac7ce58dcc249f2f0224ef755fad9c869ab6ff9ad9876a7fcd2bc51714c606a9998453112c9
|
|
7
|
+
data.tar.gz: cf830c2961a5e0c0624f2df49044f9f333644e1e45e376e9b4b229b950d5c75700d08cc3cfac3c1df88ecf9e3e4ace8db60c4c27c364ed40c1e746c6fdfbecf4
|
data/Gemfile.lock
CHANGED
data/lib/sanctum/version.rb
CHANGED
data/sanctum.gemspec
CHANGED
|
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.description = %q{Syncs encrypted content from the filesystem to the Vault secrets store.}
|
|
14
14
|
spec.homepage = "https://github.com/CorbanR/sanctum"
|
|
15
15
|
spec.license = "MIT"
|
|
16
|
+
spec.metadata = {"documentation_uri" => "https://github.com/CorbanR/sanctum"}
|
|
17
|
+
spec.required_ruby_version = '>=2.5.0'
|
|
16
18
|
|
|
17
19
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
18
20
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sanctum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corban Raun
|
|
@@ -156,7 +156,8 @@ files:
|
|
|
156
156
|
homepage: https://github.com/CorbanR/sanctum
|
|
157
157
|
licenses:
|
|
158
158
|
- MIT
|
|
159
|
-
metadata:
|
|
159
|
+
metadata:
|
|
160
|
+
documentation_uri: https://github.com/CorbanR/sanctum
|
|
160
161
|
post_install_message:
|
|
161
162
|
rdoc_options: []
|
|
162
163
|
require_paths:
|
|
@@ -165,7 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
165
166
|
requirements:
|
|
166
167
|
- - ">="
|
|
167
168
|
- !ruby/object:Gem::Version
|
|
168
|
-
version:
|
|
169
|
+
version: 2.5.0
|
|
169
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
171
|
requirements:
|
|
171
172
|
- - ">="
|