runcom 6.2.0 → 6.3.0
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.tar.gz.sig +0 -0
- data/LICENSE.adoc +1 -1
- data/README.adoc +18 -20
- data/lib/runcom/identity.rb +1 -1
- metadata +8 -8
- metadata.gz.sig +1 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cbe2be085880968f8a6e889ada8f3832401a0aa54f7fa5c03c9a02e201b4230
|
4
|
+
data.tar.gz: c7129bd4399edca15c5e78bb899ba0cc03d01e44c411d3ed1311dca59188dd58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f22faed6b991412426481a308fa333c64be38559d53ab5bd7c3816d1ba15cdd892f05a4e2c1258c522ce982860848d135d23d40c5b934bfb3ec6c4f18e187a1
|
7
|
+
data.tar.gz: 769288373c5eb246eba7a375e02035df0be2280fdd51c92c9fc5b023dcc3a30da30c907fd1fb4ff633e47356684909d732d425d3c105f64e5db29e0ee0711cdb
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/LICENSE.adoc
CHANGED
@@ -150,7 +150,7 @@ additional liability.
|
|
150
150
|
|
151
151
|
END OF TERMS AND CONDITIONS
|
152
152
|
|
153
|
-
Copyright link:https://www.alchemists.io[
|
153
|
+
Copyright 2016 link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
154
154
|
|
155
155
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
|
156
156
|
compliance with the License. You may obtain a link:https://www.apache.org/licenses/LICENSE-2.0[copy]
|
data/README.adoc
CHANGED
@@ -38,8 +38,6 @@ toc::[]
|
|
38
38
|
|
39
39
|
== Setup
|
40
40
|
|
41
|
-
=== Production
|
42
|
-
|
43
41
|
To install, run:
|
44
42
|
|
45
43
|
[source,bash]
|
@@ -54,24 +52,6 @@ Add the following to your Gemfile:
|
|
54
52
|
gem "runcom"
|
55
53
|
----
|
56
54
|
|
57
|
-
=== Development
|
58
|
-
|
59
|
-
To contribute, run:
|
60
|
-
|
61
|
-
[source,bash]
|
62
|
-
----
|
63
|
-
git clone https://github.com/bkuhlmann/runcom.git
|
64
|
-
cd runcom
|
65
|
-
bin/setup
|
66
|
-
----
|
67
|
-
|
68
|
-
You can also use the IRB console for direct access to all objects:
|
69
|
-
|
70
|
-
[source,bash]
|
71
|
-
----
|
72
|
-
bin/console
|
73
|
-
----
|
74
|
-
|
75
55
|
== Usage
|
76
56
|
|
77
57
|
The following describes the enhancements built atop the
|
@@ -195,6 +175,24 @@ Examples of gems built atop this gem are:
|
|
195
175
|
* link:https://www.alchemists.io/projects/tocer[Tocer] - A command line interface for generating
|
196
176
|
table of contents for Markdown files.
|
197
177
|
|
178
|
+
== Development
|
179
|
+
|
180
|
+
To contribute, run:
|
181
|
+
|
182
|
+
[source,bash]
|
183
|
+
----
|
184
|
+
git clone https://github.com/bkuhlmann/runcom.git
|
185
|
+
cd runcom
|
186
|
+
bin/setup
|
187
|
+
----
|
188
|
+
|
189
|
+
You can also use the IRB console for direct access to all objects:
|
190
|
+
|
191
|
+
[source,bash]
|
192
|
+
----
|
193
|
+
bin/console
|
194
|
+
----
|
195
|
+
|
198
196
|
== Tests
|
199
197
|
|
200
198
|
To test, run:
|
data/lib/runcom/identity.rb
CHANGED
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: 6.
|
4
|
+
version: 6.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
|
29
29
|
QWc=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date: 2020-
|
31
|
+
date: 2020-10-18 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: '7.
|
39
|
+
version: '7.11'
|
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: '7.
|
46
|
+
version: '7.11'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: xdg
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -190,14 +190,14 @@ dependencies:
|
|
190
190
|
requirements:
|
191
191
|
- - "~>"
|
192
192
|
- !ruby/object:Gem::Version
|
193
|
-
version: '0.
|
193
|
+
version: '0.89'
|
194
194
|
type: :development
|
195
195
|
prerelease: false
|
196
196
|
version_requirements: !ruby/object:Gem::Requirement
|
197
197
|
requirements:
|
198
198
|
- - "~>"
|
199
199
|
- !ruby/object:Gem::Version
|
200
|
-
version: '0.
|
200
|
+
version: '0.89'
|
201
201
|
- !ruby/object:Gem::Dependency
|
202
202
|
name: rubocop-performance
|
203
203
|
requirement: !ruby/object:Gem::Requirement
|
@@ -246,14 +246,14 @@ dependencies:
|
|
246
246
|
requirements:
|
247
247
|
- - "~>"
|
248
248
|
- !ruby/object:Gem::Version
|
249
|
-
version: '0.
|
249
|
+
version: '0.19'
|
250
250
|
type: :development
|
251
251
|
prerelease: false
|
252
252
|
version_requirements: !ruby/object:Gem::Requirement
|
253
253
|
requirements:
|
254
254
|
- - "~>"
|
255
255
|
- !ruby/object:Gem::Version
|
256
|
-
version: '0.
|
256
|
+
version: '0.19'
|
257
257
|
description:
|
258
258
|
email:
|
259
259
|
- brooke@alchemists.io
|
metadata.gz.sig
CHANGED
@@ -1,5 +1 @@
|
|
1
|
-
|
2
|
-
�����ƈ�2v�oA��n��1��X�x�����Bz)�%Q����\N-��@O:N��a�Io��ד�'%������),K�z
|
3
|
-
���%���.�fR��{�3�2�g�lld�`k�eW/�,
|
4
|
-
Ȭk�W{R�w�PgCѥc~gp�$�"��v���"��BX��l]GR�8Y�_��8
|
5
|
-
9�O�
|
1
|
+
�^f;��u�9�ɓ-��5Z1���|e�7�xӗJ@�e�>�wb��БԗI�7�Xٶ����o@!đrZ�whU(%�wݏ�J\%_�Q|.8%ӗo����N��T��j���o#-���z5�̦+Q�d�u��@VM���A���GVy�Ī.���k�m�����tlX�[]%<7�Tuc?y��%2(�]x�AxL�
|