pennyworth 12.0.0 → 12.0.1
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 +6 -24
- data/lib/pennyworth/identity.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: 6c172a3d9ec4c91a86564d4b86a46c113c2859010754745e68c7aa43df251719
|
4
|
+
data.tar.gz: cf6d28495dc0562b6d9454b662aefcaadad09fe6adcf5a05266a0b102bd69955
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a82deb994823cd68b1f638e2b5e223e883ba6848a94c2a510e1c93069b1f2150d25377a31aedf35d9ac11a223fe24599f70af62550eaab0a9fff459f13717d5
|
7
|
+
data.tar.gz: 88faa1467de0fa6134a2a9843ab8506eef801c288b5829ec28881471d3983d064c3331a8ed8ecc7ebd8480931403d8e0f1905ef38625d4bed3150a808d4a836c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -579,35 +579,17 @@ To test, run:
|
|
579
579
|
bundle exec rake
|
580
580
|
----
|
581
581
|
|
582
|
-
==
|
582
|
+
== link:https://www.alchemists.io/policies/license[License]
|
583
583
|
|
584
|
-
|
584
|
+
== link:https://www.alchemists.io/policies/security[Security]
|
585
585
|
|
586
|
-
|
587
|
-
* Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
|
588
|
-
* Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
|
586
|
+
== link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
|
589
587
|
|
590
|
-
==
|
588
|
+
== link:https://www.alchemists.io/policies/contributions[Contributions]
|
591
589
|
|
592
|
-
|
593
|
-
participating in this project you agree to abide by its terms.
|
590
|
+
== link:https://www.alchemists.io/projects/pennyworth/versions[Versions]
|
594
591
|
|
595
|
-
==
|
596
|
-
|
597
|
-
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
598
|
-
|
599
|
-
== Community
|
600
|
-
|
601
|
-
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
602
|
-
to this project and much more.
|
603
|
-
|
604
|
-
== License
|
605
|
-
|
606
|
-
Read link:LICENSE.adoc[LICENSE] for details.
|
607
|
-
|
608
|
-
== Changes
|
609
|
-
|
610
|
-
Read link:CHANGES.adoc[CHANGES] for details.
|
592
|
+
== link:https://www.alchemists.io/community[Community]
|
611
593
|
|
612
594
|
== Credits
|
613
595
|
|
data/lib/pennyworth/identity.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pennyworth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.0.
|
4
|
+
version: 12.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
29
29
|
W2A=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date:
|
31
|
+
date: 2022-01-01 00:00:00.000000000 Z
|
32
32
|
dependencies:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: dry-container
|
@@ -194,7 +194,7 @@ licenses:
|
|
194
194
|
- Hippocratic-3.0
|
195
195
|
metadata:
|
196
196
|
bug_tracker_uri: https://github.com/bkuhlmann/pennyworth/issues
|
197
|
-
changelog_uri: https://www.alchemists.io/projects/pennyworth/
|
197
|
+
changelog_uri: https://www.alchemists.io/projects/pennyworth/versions
|
198
198
|
documentation_uri: https://www.alchemists.io/projects/pennyworth
|
199
199
|
rubygems_mfa_required: 'true'
|
200
200
|
source_code_uri: https://github.com/bkuhlmann/pennyworth
|
metadata.gz.sig
CHANGED
Binary file
|