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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5308544c010334be8f3011e133802dfaf97ac83d45ec55cf55a212a44233fab8
4
- data.tar.gz: 78c2d3c5b9ccee38a9f3d6218dc9922656cb0fa01c59bcc65a46cb1943a291e1
3
+ metadata.gz: 6c172a3d9ec4c91a86564d4b86a46c113c2859010754745e68c7aa43df251719
4
+ data.tar.gz: cf6d28495dc0562b6d9454b662aefcaadad09fe6adcf5a05266a0b102bd69955
5
5
  SHA512:
6
- metadata.gz: 4c7e9b3317c0a32d7ced3377c7a4f203165ccd4359f3606909f07d48f5bfc3f7ad2cb93b867ea1487042a604dc8c65c0bbffd5ca88028cf218f4200541f34eed
7
- data.tar.gz: 56d86a52b6d1577d86086160a11c59e1f95a20d3ce0206910314ba1ceeaf2897c2c3d466eecd27dc2fa76b3ac09e410ba7599659d8577432cca21138e867265c
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
- == Versioning
582
+ == link:https://www.alchemists.io/policies/license[License]
583
583
 
584
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
584
+ == link:https://www.alchemists.io/policies/security[Security]
585
585
 
586
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
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
- == Code of Conduct
588
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
591
589
 
592
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
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
- == Contributions
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
 
@@ -6,7 +6,7 @@ module Pennyworth
6
6
  NAME = "pennyworth"
7
7
  LABEL = "Pennyworth"
8
8
  SUMMARY = "A command line interface that augments Alfred workflows."
9
- VERSION = "12.0.0"
9
+ VERSION = "12.0.1"
10
10
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
11
11
  end
12
12
  end
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.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: 2021-12-29 00:00:00.000000000 Z
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/changes.html
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