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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eca23b44fcd5e275a4e353480ee7ec1eceb6b851d3972d340c27689d169bab76
4
- data.tar.gz: 49d05354269f59dd6f70ad524a7bbdfe778ec62dfb644af382d6f5ff0ec4e74b
3
+ metadata.gz: 9cbe2be085880968f8a6e889ada8f3832401a0aa54f7fa5c03c9a02e201b4230
4
+ data.tar.gz: c7129bd4399edca15c5e78bb899ba0cc03d01e44c411d3ed1311dca59188dd58
5
5
  SHA512:
6
- metadata.gz: e6333b83c1fa0e9be6de2b39ac6df1676c5bbd25b2d42aefcd54cef78b43b6a4905e6a171f280ba0631fc89a398c6aa50dc6cb90f84fb41d471c1f5515c5d8c8
7
- data.tar.gz: 12882cdd8ead36e94563b419cd9ea1a36d0ad1f25ccda3746a7ee511bebab5bec472589116db14c6636d451774a0c3a6ed04f52d2626975573b0a4ce884a4ac5
6
+ metadata.gz: 7f22faed6b991412426481a308fa333c64be38559d53ab5bd7c3816d1ba15cdd892f05a4e2c1258c522ce982860848d135d23d40c5b934bfb3ec6c4f18e187a1
7
+ data.tar.gz: 769288373c5eb246eba7a375e02035df0be2280fdd51c92c9fc5b023dcc3a30da30c907fd1fb4ff633e47356684909d732d425d3c105f64e5db29e0ee0711cdb
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -150,7 +150,7 @@ additional liability.
150
150
 
151
151
  END OF TERMS AND CONDITIONS
152
152
 
153
- Copyright link:https://www.alchemists.io[Alchemists].
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]
@@ -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:
@@ -5,7 +5,7 @@ module Runcom
5
5
  module Identity
6
6
  NAME = "runcom"
7
7
  LABEL = "Runcom"
8
- VERSION = "6.2.0"
8
+ VERSION = "6.3.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}"
10
10
  end
11
11
  end
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.2.0
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-07-23 00:00:00.000000000 Z
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.4'
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.4'
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.83'
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.83'
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.18'
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.18'
256
+ version: '0.19'
257
257
  description:
258
258
  email:
259
259
  - brooke@alchemists.io
metadata.gz.sig CHANGED
@@ -1,5 +1 @@
1
- F��'���.WL�%��vfz
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;��u9�ɓ-��5Z1���|e7�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�