runcom 8.0.0 → 8.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: aedbd15615c4a0889f044308ccf62e7bcd3e08c8e52c66e142da3a1fd7c8eb32
4
- data.tar.gz: 486c90c8431fcf38020e41020d58738d2ce445c351ef209c1c17b17bd394eff2
3
+ metadata.gz: 8ba743495158df0c577f20d600c84cbcd1991a730b966d522918ddd4391eb709
4
+ data.tar.gz: 21df5d41db0bf3bf52508eee81aeeafae380fc5c05e3b932def5bb7446e2d51a
5
5
  SHA512:
6
- metadata.gz: 6ce926f9ac1fc930cf31c8dd7b3e9d2a768f6223acc3c81dfe93786119e3e72024e5f9b69b27261e1c52bcfc9234f6dcfe04ea426b4575e2f9a1f03f202924c5
7
- data.tar.gz: 5a3a3410dd9ee5809a92cbeaef749b703fd34857b1964bc376bea2514edab8805b659273fe4b58f6d974efdfdc67403fe2e26a76b11254e4518e703bcc429cfe
6
+ metadata.gz: 938d428d99be50ca21b3398234763e00c82a9ab919823a41e4ae402a44475dca75851c37d8db2cec7719957a5217d2281b48554671b582f870493b7ef8ebdb71
7
+ data.tar.gz: 754b527d1aebbd408b58a39763b3636234fc0b46d390073f8e86b46925f6b3cbedf54394b75a1b72e6be7e3e502f9d5616fa8a6b2ad4241bcc01ecec77fe88bf
checksums.yaml.gz.sig CHANGED
@@ -1 +1 @@
1
- ��oN@��#��X9-t��]9����t<�͵��؜��]���7[~�E����mZSB�<H��ݏ�U�9+����JV����-mqSױj��?��K/�D�<�)� Uv�����u"���DŽɽCygٗ����9 ��r�㯘cA��6 w(������n�
1
+ �8'����yIO?SC��q�˖��M̊P]�����.2�af����[> �?�ey)Z8
data/README.adoc CHANGED
@@ -207,35 +207,17 @@ To test, run:
207
207
  bundle exec rake
208
208
  ----
209
209
 
210
- == Versioning
210
+ == link:https://www.alchemists.io/policies/license[License]
211
211
 
212
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
212
+ == link:https://www.alchemists.io/policies/security[Security]
213
213
 
214
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
215
- * Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
216
- * Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
214
+ == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
217
215
 
218
- == Code of Conduct
216
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
219
217
 
220
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
221
- participating in this project you agree to abide by its terms.
218
+ == link:https://www.alchemists.io/projects/runcom/versions[Versions]
222
219
 
223
- == Contributions
224
-
225
- Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
226
-
227
- == Community
228
-
229
- Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
230
- to this project and much more.
231
-
232
- == License
233
-
234
- Read link:LICENSE.adoc[LICENSE] for details.
235
-
236
- == Changes
237
-
238
- Read link:CHANGES.adoc[CHANGES] for details.
220
+ == link:https://www.alchemists.io/community[Community]
239
221
 
240
222
  == Credits
241
223
 
@@ -5,7 +5,7 @@ module Runcom
5
5
  module Identity
6
6
  NAME = "runcom"
7
7
  LABEL = "Runcom"
8
- VERSION = "8.0.0"
8
+ VERSION = "8.0.1"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  end
11
11
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runcom
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0
4
+ version: 8.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-26 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: refinements
@@ -83,7 +83,7 @@ licenses:
83
83
  - Hippocratic-3.0
84
84
  metadata:
85
85
  bug_tracker_uri: https://github.com/bkuhlmann/runcom/issues
86
- changelog_uri: https://www.alchemists.io/projects/runcom/changes.html
86
+ changelog_uri: https://www.alchemists.io/projects/runcom/versions
87
87
  documentation_uri: https://www.alchemists.io/projects/runcom
88
88
  rubygems_mfa_required: 'true'
89
89
  source_code_uri: https://github.com/bkuhlmann/runcom
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.3.3
105
+ rubygems_version: 3.3.4
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: An XDG enhanced run command manager for command line interfaces.
metadata.gz.sig CHANGED
Binary file