runcom 9.0.0 → 9.0.2
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 +20 -20
- data/runcom.gemspec +4 -4
- data.tar.gz.sig +0 -0
- metadata +30 -23
- 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: 83ba4ae1fdbc3da964d59ee0b169bdfa7635d82e6e60de053c40403f03609e79
|
4
|
+
data.tar.gz: f52f274e28a3649de2b3ddad1529d6f284d4c6081df62c480aac3ff3d1e831f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c95607ba2a5ec3bdaf82829f694ccb3cb92fa09e078d301883ab24eb919561b5f23341bb960124e2bb70e16db6df5aef7e9f843662518978ea5d16a1ca9afacc
|
7
|
+
data.tar.gz: 177b044277f1c3144f081395b09a1dea356c8f3dd6a21a4e6d4aed98e5f426e9d7ac472eba2c10bdeebb84745ba676243df6ee8433a6e69e2f849f4bd5077b94
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -8,14 +8,14 @@ Runcom is a link:https://en.wikipedia.org/wiki/Run_commands[Run Command] portman
|
|
8
8
|
[com]mand = runcom`) which provides common functionality for Command Line Interfaces (CLIs) in which
|
9
9
|
to manage global, local, or multiple caches, configurations, or data in general. It does this by
|
10
10
|
leveraging the https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html[XDG Base
|
11
|
-
Directory Specification] built atop the link:https://
|
11
|
+
Directory Specification] built atop the link:https://alchemists.io/projects/xdg[XDG]
|
12
12
|
implementation. In other words, Runcom is an advanced version of XDG.
|
13
13
|
|
14
14
|
toc::[]
|
15
15
|
|
16
16
|
== Features
|
17
17
|
|
18
|
-
* Wraps the link:https://
|
18
|
+
* Wraps the link:https://alchemists.io/projects/xdg[XDG] implementation which provides access to
|
19
19
|
the following environment variables:
|
20
20
|
** `$XDG_CACHE_HOME`
|
21
21
|
** `$XDG_CONFIG_HOME`
|
@@ -52,7 +52,7 @@ gem "runcom"
|
|
52
52
|
== Usage
|
53
53
|
|
54
54
|
The following describes the enhancements built atop the
|
55
|
-
link:https://
|
55
|
+
link:https://alchemists.io/projects/xdg[XDG] implementation.
|
56
56
|
|
57
57
|
=== Overview
|
58
58
|
|
@@ -159,20 +159,20 @@ link:lib/runcom/config.rb[`Runcom::Config`] object.
|
|
159
159
|
|
160
160
|
Examples of gems built atop this gem are:
|
161
161
|
|
162
|
-
* link:https://
|
162
|
+
* link:https://alchemists.io/projects/rubysmith[Rubysmith] - A command line interface for
|
163
163
|
smithing Ruby projects.
|
164
|
-
* link:https://
|
164
|
+
* link:https://alchemists.io/projects/gemsmith[Gemsmith] - A command line interface for smithing
|
165
165
|
new Ruby gems.
|
166
|
-
* link:https://
|
167
|
-
* link:https://
|
166
|
+
* link:https://alchemists.io/projects/git-lint[Git Lint] - Enforces consistent Git commits.
|
167
|
+
* link:https://alchemists.io/projects/milestoner[Milestoner] - A command line interface for
|
168
168
|
releasing Git repository milestones.
|
169
|
-
* link:https://
|
169
|
+
* link:https://alchemists.io/projects/pennyworth[Pennyworth] - A command line interface that
|
170
170
|
enhances and extends link:https://www.alfredapp.com[Alfred] with Ruby support.
|
171
|
-
* link:https://
|
171
|
+
* link:https://alchemists.io/projects/pragmater[Pragmater] - A command line interface for
|
172
172
|
managing/formatting source file pragma comments.
|
173
|
-
* link:https://
|
173
|
+
* link:https://alchemists.io/projects/sublime_text_kit[Sublime Text Kit] - A command line
|
174
174
|
interface for managing Sublime Text metadata.
|
175
|
-
* link:https://
|
175
|
+
* link:https://alchemists.io/projects/tocer[Tocer] - A command line interface for generating
|
176
176
|
table of contents for Markdown files.
|
177
177
|
|
178
178
|
== Development
|
@@ -199,22 +199,22 @@ To test, run:
|
|
199
199
|
|
200
200
|
[source,bash]
|
201
201
|
----
|
202
|
-
|
202
|
+
bin/rake
|
203
203
|
----
|
204
204
|
|
205
|
-
== link:https://
|
205
|
+
== link:https://alchemists.io/policies/license[License]
|
206
206
|
|
207
|
-
== link:https://
|
207
|
+
== link:https://alchemists.io/policies/security[Security]
|
208
208
|
|
209
|
-
== link:https://
|
209
|
+
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
210
210
|
|
211
|
-
== link:https://
|
211
|
+
== link:https://alchemists.io/policies/contributions[Contributions]
|
212
212
|
|
213
|
-
== link:https://
|
213
|
+
== link:https://alchemists.io/projects/runcom/versions[Versions]
|
214
214
|
|
215
|
-
== link:https://
|
215
|
+
== link:https://alchemists.io/community[Community]
|
216
216
|
|
217
217
|
== Credits
|
218
218
|
|
219
|
-
* Built with link:https://
|
220
|
-
* Engineered by link:https://
|
219
|
+
* Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
|
220
|
+
* Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
data/runcom.gemspec
CHANGED
@@ -2,17 +2,17 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "runcom"
|
5
|
-
spec.version = "9.0.
|
5
|
+
spec.version = "9.0.2"
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
8
|
-
spec.homepage = "https://
|
8
|
+
spec.homepage = "https://alchemists.io/projects/runcom"
|
9
9
|
spec.summary = "An XDG enhanced run command manager for command line interfaces."
|
10
10
|
spec.license = "Hippocratic-2.1"
|
11
11
|
|
12
12
|
spec.metadata = {
|
13
13
|
"bug_tracker_uri" => "https://github.com/bkuhlmann/runcom/issues",
|
14
|
-
"changelog_uri" => "https://
|
15
|
-
"documentation_uri" => "https://
|
14
|
+
"changelog_uri" => "https://alchemists.io/projects/runcom/versions",
|
15
|
+
"documentation_uri" => "https://alchemists.io/projects/runcom",
|
16
16
|
"funding_uri" => "https://github.com/sponsors/bkuhlmann",
|
17
17
|
"label" => "Runcom",
|
18
18
|
"rubygems_mfa_required" => "true",
|
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: 9.0.
|
4
|
+
version: 9.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -10,25 +10,32 @@ bindir: bin
|
|
10
10
|
cert_chain:
|
11
11
|
- |
|
12
12
|
-----BEGIN CERTIFICATE-----
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
13
|
+
MIIEeDCCAuCgAwIBAgIBATANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
|
14
|
+
a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
|
15
|
+
aW8wHhcNMjMwMzIyMTYxNDQxWhcNMjUwMzIxMTYxNDQxWjBBMQ8wDQYDVQQDDAZi
|
16
|
+
cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
|
17
|
+
GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
|
18
|
+
f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
|
19
|
+
M+7QOQ4b1xNLTvY7FYQB1wGK5a4x7TTokDrPYQxDB2jmsdDYCzVbIMrAvUfcecRi
|
20
|
+
khyGZCdByiiCl4fKv77P12tTT+NfsvXkLt/AYCGwjOUyGKTQ01Z6eC09T27GayPH
|
21
|
+
QQvIkakyFgcJtzSyGzs8bzK5q9u7wQ12MNTjJoXzW69lqp0oNvDylu81EiSUb5S6
|
22
|
+
QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
|
23
|
+
hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
|
24
|
+
GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
|
25
|
+
Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaN7MHkw
|
26
|
+
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
|
27
|
+
F5wykJEVMB8GA1UdEQQYMBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMB8GA1UdEgQY
|
28
|
+
MBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMA0GCSqGSIb3DQEBCwUAA4IBgQAX+EGY
|
29
|
+
9RLYGxF1VLZz+G1ACQc4uyrCB6kXwI06kzUa5dF9tPXqTX9ffnz3/W8ck2IQhKzu
|
30
|
+
MKO2FVijzbDWTsZeZGglS4E+4Jxpau1lU9HhOIcKolv6LeC6UdALTFudY+GLb8Xw
|
31
|
+
REXgaJkjzzhkUSILmEnRwEbY08dVSl7ZAaxVI679vfI2yapLlIwpbBgmQTiTvPr3
|
32
|
+
qyyLUno9flYEOv9fmGHunSrM+gE0/0niGTXa5GgXBXYGS2he4LQGgSBfGp/cTwMU
|
33
|
+
rDKJRcusZ12lNBeDfgqACz/BBJF8FLodgk6rGMRZz7+ZmjjHEmpG5bQpR6Q2BuWL
|
34
|
+
XMtYk/QzaWuhiR7pWjiF8jbdd7RO6or0ohq7iFkokz/5xrtQ/vPzU2RQ3Qc6YaKw
|
35
|
+
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
36
|
+
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
30
37
|
-----END CERTIFICATE-----
|
31
|
-
date:
|
38
|
+
date: 2023-03-22 00:00:00.000000000 Z
|
32
39
|
dependencies:
|
33
40
|
- !ruby/object:Gem::Dependency
|
34
41
|
name: refinements
|
@@ -93,13 +100,13 @@ files:
|
|
93
100
|
- lib/runcom/paths/home.rb
|
94
101
|
- lib/runcom/state.rb
|
95
102
|
- runcom.gemspec
|
96
|
-
homepage: https://
|
103
|
+
homepage: https://alchemists.io/projects/runcom
|
97
104
|
licenses:
|
98
105
|
- Hippocratic-2.1
|
99
106
|
metadata:
|
100
107
|
bug_tracker_uri: https://github.com/bkuhlmann/runcom/issues
|
101
|
-
changelog_uri: https://
|
102
|
-
documentation_uri: https://
|
108
|
+
changelog_uri: https://alchemists.io/projects/runcom/versions
|
109
|
+
documentation_uri: https://alchemists.io/projects/runcom
|
103
110
|
funding_uri: https://github.com/sponsors/bkuhlmann
|
104
111
|
label: Runcom
|
105
112
|
rubygems_mfa_required: 'true'
|
@@ -119,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
126
|
- !ruby/object:Gem::Version
|
120
127
|
version: '0'
|
121
128
|
requirements: []
|
122
|
-
rubygems_version: 3.4.
|
129
|
+
rubygems_version: 3.4.9
|
123
130
|
signing_key:
|
124
131
|
specification_version: 4
|
125
132
|
summary: An XDG enhanced run command manager for command line interfaces.
|
metadata.gz.sig
CHANGED
Binary file
|