runcom 7.2.0 → 7.3.0

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: 9318ce225795f56ada23eac58a3577c5765cdf6c51d46ee4d2ef693e91929e4d
4
- data.tar.gz: fa4e703be3b28882b0c9b4c5ffe0d5afffb2f27ccc2d97a2afd4e64c315744e7
3
+ metadata.gz: 4e3e3b10453210fe0cb67db8676eaacd957ee4cb89affee8708c5d239bd84874
4
+ data.tar.gz: e8cd702095cbaf1ebff0ede4ba5c37fe0f4395161ca3a977c961465653c78f77
5
5
  SHA512:
6
- metadata.gz: 57cb71879e18fc9a779d80856fdb8119d37e8bd7a8a1409fa43f772e54008797efcf9a9258941a02bc6b5dd46d5cd39479243fbfcaaccb6734e4975e1513b1d4
7
- data.tar.gz: 64c96f947e55da0ca129c6041b190a8c157af9b1422fee00c466e64f9c195d5b4b863b434445499ca719b4f0bb6a3eea8de6b18fdf1cff44f21008caf33a4383
6
+ metadata.gz: 1eda68d6eb72b566224d11faa53f20c861cead7dd683e791dea05defa5c14fe8bef12fd350d602fd9e987596867b00d04e485db8e2e7ccfbc3aae933f65c2e67
7
+ data.tar.gz: '08d7935c9c8f39b57a7e320e442f0c2140f85dab3d1aa1c11a2e8829c6d2dda64c92f536cf91759a273f09b5ed5019fb5e00f09e3500624b329891044c20bb4d'
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -164,9 +164,11 @@ link:lib/runcom/config.rb[`Runcom::Config`] object.
164
164
 
165
165
  Examples of gems built atop this gem are:
166
166
 
167
+ * link:https://www.alchemists.io/projects/rubysmith[Rubysmith] - A command line interface for
168
+ smithing Ruby projects.
167
169
  * link:https://www.alchemists.io/projects/gemsmith[Gemsmith] - A command line interface for smithing
168
170
  new Ruby gems.
169
- * link:https://www.alchemists.io/projects/git-cop[Git Cop] - Enforces consistent Git commits.
171
+ * link:https://www.alchemists.io/projects/git-lint[Git Lint] - Enforces consistent Git commits.
170
172
  * link:https://www.alchemists.io/projects/milestoner[Milestoner] - A command line interface for
171
173
  releasing Git repository milestones.
172
174
  * link:https://www.alchemists.io/projects/pennyworth[Pennyworth] - A command line interface that
@@ -222,6 +224,11 @@ participating in this project you agree to abide by its terms.
222
224
 
223
225
  Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
224
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
+
225
232
  == License
226
233
 
227
234
  Read link:LICENSE.adoc[LICENSE] for details.
@@ -5,7 +5,7 @@ module Runcom
5
5
  module Identity
6
6
  NAME = "runcom"
7
7
  LABEL = "Runcom"
8
- VERSION = "7.2.0"
8
+ VERSION = "7.3.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  end
11
11
  end
data.tar.gz.sig CHANGED
@@ -1 +1 @@
1
- P�$L��<`JW(�hYWί��hu��/��K ���,y��E-�� �����}xP��҉�&'{�w�T�}%�t�~�ǯM�h$�z&t���1��qt2�^stʭ.��b|:��#^=����C0e趠�_�Hp�i�D!\�,�b���\2�s�y��ƾ��_Hڲ[��,��S��I�j�� 4"��B麙)0�b��z̦��'����۫�`^��Yҏo��fwx|.��j����'[��ۃ
1
+ ����I��ShFE�<%!.<SW,�$o���X��<��ъ��oSzJ��~2�C�E~U?)���󑀭ם��SsڭDŽ���m� _+�L���U_EyT���B3�w��&L���{�x%n��<�=�8�i�/Z
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: 7.2.0
4
+ version: 7.3.0
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-10-09 00:00:00.000000000 Z
31
+ date: 2021-11-20 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: refinements
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '8.4'
39
+ version: '8.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '8.4'
46
+ version: '8.5'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: xdg
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -86,6 +86,7 @@ metadata:
86
86
  bug_tracker_uri: https://github.com/bkuhlmann/runcom/issues
87
87
  changelog_uri: https://www.alchemists.io/projects/runcom/changes.html
88
88
  documentation_uri: https://www.alchemists.io/projects/runcom
89
+ rubygems_mfa_required: 'true'
89
90
  source_code_uri: https://github.com/bkuhlmann/runcom
90
91
  post_install_message:
91
92
  rdoc_options: []
@@ -102,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
103
  - !ruby/object:Gem::Version
103
104
  version: '0'
104
105
  requirements: []
105
- rubygems_version: 3.2.28
106
+ rubygems_version: 3.2.31
106
107
  signing_key:
107
108
  specification_version: 4
108
109
  summary: An XDG enhanced run command manager for command line interfaces.
metadata.gz.sig CHANGED
Binary file