containable 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +1 -1
- data/containable.gemspec +1 -1
- data/lib/containable/test.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0196e80ae25f490ddef02425b0c6b6653a00919ded08f09ca0b296d11198c07
|
4
|
+
data.tar.gz: c8c754a7040e460342483ac3b5076e98f941f8e4c5a40db74a0a134a6871adb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6097aa38991af6cf7c30da1854043a62902a4ba64d29ad06a1801644b9a9a37d450d180f62afc930c4d26d277f327552e2de910138bec36ab97663f82ed66b4
|
7
|
+
data.tar.gz: 29d0f74c94018358c72156ef2a02479652cc844cb9abbafb68fa6f46abf855c0c8876c7af2e411674c26680d2377c9b588e66a138d011c6459b124e62f432fe6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -32,7 +32,7 @@ To install _with_ security, run:
|
|
32
32
|
[source,bash]
|
33
33
|
----
|
34
34
|
# 💡 Skip this line if you already have the public certificate installed.
|
35
|
-
gem cert --add <(curl --compressed --location https://alchemists.io/
|
35
|
+
gem cert --add <(curl --compressed --location https://alchemists.io/gems.pem)
|
36
36
|
gem install containable --trust-policy HighSecurity
|
37
37
|
----
|
38
38
|
|
data/containable.gemspec
CHANGED
data/lib/containable/test.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: containable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2024-
|
38
|
+
date: 2024-07-08 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: concurrent-ruby
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.5.
|
97
|
+
rubygems_version: 3.5.14
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: A thread-safe dependency injection container.
|
metadata.gz.sig
CHANGED
Binary file
|