runcom 7.1.1 → 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: 461614daeecd9e6d9a7f9ebd3ce3a9e7c5a2b9059dde2b0a405e58b5830ba013
4
- data.tar.gz: e4ae2e0d4ea8281a0ae920577288a9781c063c411d1336e9b8d9daa3068d4dd9
3
+ metadata.gz: 4e3e3b10453210fe0cb67db8676eaacd957ee4cb89affee8708c5d239bd84874
4
+ data.tar.gz: e8cd702095cbaf1ebff0ede4ba5c37fe0f4395161ca3a977c961465653c78f77
5
5
  SHA512:
6
- metadata.gz: 2420c0885d7f34e6dcb841f22d513354994248c5085a56287af8479918c6381353faeb84990104e12f74c65734a1f2d08212361bda31d0160bb3a5e0c5535a06
7
- data.tar.gz: 5fcd0ce215838a61e9c316bdaa8300db0a6b2fdf70bb36d6e03dba6208412ab4b799cd06cacced97bd054fa8ebb07da96d9a500293456444457232af5eb9d9a3
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-cop[Git Cop] - Enforces consistent Git commits.
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.
@@ -5,7 +5,7 @@ module Runcom
5
5
  module Identity
6
6
  NAME = "runcom"
7
7
  LABEL = "Runcom"
8
- VERSION = "7.1.1"
9
- VERSION_LABEL = "#{LABEL} #{VERSION}"
8
+ VERSION = "7.3.0"
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: 7.1.1
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-04-18 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.0'
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.0'
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.16
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