runcom 7.1.1 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +10 -2
- data/lib/runcom/identity.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +6 -5
- 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: 4e3e3b10453210fe0cb67db8676eaacd957ee4cb89affee8708c5d239bd84874
|
|
4
|
+
data.tar.gz: e8cd702095cbaf1ebff0ede4ba5c37fe0f4395161ca3a977c961465653c78f77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1eda68d6eb72b566224d11faa53f20c861cead7dd683e791dea05defa5c14fe8bef12fd350d602fd9e987596867b00d04e485db8e2e7ccfbc3aae933f65c2e67
|
|
7
|
+
data.tar.gz: '08d7935c9c8f39b57a7e320e442f0c2140f85dab3d1aa1c11a2e8829c6d2dda64c92f536cf91759a273f09b5ed5019fb5e00f09e3500624b329891044c20bb4d'
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -15,7 +15,8 @@ Runcom (short for link:https://en.wikipedia.org/wiki/Run_commands[Run Command])
|
|
|
15
15
|
functionality for Command Line Interfaces (CLIs) in which to manage global, local, or multiple
|
|
16
16
|
caches, configurations, or data in general. It does this by leveraging the
|
|
17
17
|
https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html[XDG Base Directory
|
|
18
|
-
Specification] built atop the link:https://www.alchemists.io/projects/xdg[XDG] implementation.
|
|
18
|
+
Specification] built atop the link:https://www.alchemists.io/projects/xdg[XDG] implementation. In
|
|
19
|
+
other words, Runcom is an advanced version of XDG.
|
|
19
20
|
|
|
20
21
|
toc::[]
|
|
21
22
|
|
|
@@ -163,9 +164,11 @@ link:lib/runcom/config.rb[`Runcom::Config`] object.
|
|
|
163
164
|
|
|
164
165
|
Examples of gems built atop this gem are:
|
|
165
166
|
|
|
167
|
+
* link:https://www.alchemists.io/projects/rubysmith[Rubysmith] - A command line interface for
|
|
168
|
+
smithing Ruby projects.
|
|
166
169
|
* link:https://www.alchemists.io/projects/gemsmith[Gemsmith] - A command line interface for smithing
|
|
167
170
|
new Ruby gems.
|
|
168
|
-
* link:https://www.alchemists.io/projects/git-
|
|
171
|
+
* link:https://www.alchemists.io/projects/git-lint[Git Lint] - Enforces consistent Git commits.
|
|
169
172
|
* link:https://www.alchemists.io/projects/milestoner[Milestoner] - A command line interface for
|
|
170
173
|
releasing Git repository milestones.
|
|
171
174
|
* link:https://www.alchemists.io/projects/pennyworth[Pennyworth] - A command line interface that
|
|
@@ -221,6 +224,11 @@ participating in this project you agree to abide by its terms.
|
|
|
221
224
|
|
|
222
225
|
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
|
223
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
|
+
|
|
224
232
|
== License
|
|
225
233
|
|
|
226
234
|
Read link:LICENSE.adoc[LICENSE] for details.
|
data/lib/runcom/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: runcom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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
|