rubysmith 0.16.0 → 0.16.1
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 +5 -0
- data/{bin → exe}/rubysmith +0 -0
- data/lib/rubysmith/identity.rb +1 -1
- 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: 21ba13c365014da4af272c863f73039576988a70be1902d1f1ad40ea582c0a2e
|
4
|
+
data.tar.gz: ddf90e3d3926ddba623408dac31fd6c03c9fbddcbc16c816a9c4ef5936636e5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25b33429b1a31468b5d725ac0871344ff243077be87eb6c7f253665856dc8cf4f9d5851d3252841d13a6d112ee0e3fc5f90d28ee3fd8bc0b41a1896cae03412b
|
7
|
+
data.tar.gz: 3aa34ce901418a4be760dd6a34bab1199cd562e6784a08503f294d47f93234628db017adf06a221e33645c2babb704034d65cc1a256dcca8067a9e1cc9937e2d
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -308,6 +308,11 @@ participating in this project you agree to abide by its terms.
|
|
308
308
|
|
309
309
|
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
310
310
|
|
311
|
+
== Community
|
312
|
+
|
313
|
+
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
314
|
+
to this project and much more.
|
315
|
+
|
311
316
|
== License
|
312
317
|
|
313
318
|
Read link:LICENSE.adoc[LICENSE] for details.
|
data/{bin → exe}/rubysmith
RENAMED
File without changes
|
data/lib/rubysmith/identity.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubysmith
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: exe
|
10
10
|
cert_chain:
|
11
11
|
- |
|
12
12
|
-----BEGIN CERTIFICATE-----
|
@@ -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: dry-container
|
@@ -168,7 +168,7 @@ extra_rdoc_files:
|
|
168
168
|
files:
|
169
169
|
- LICENSE.adoc
|
170
170
|
- README.adoc
|
171
|
-
-
|
171
|
+
- exe/rubysmith
|
172
172
|
- lib/rubysmith.rb
|
173
173
|
- lib/rubysmith/builder.rb
|
174
174
|
- lib/rubysmith/builders/bundler.rb
|
@@ -246,6 +246,7 @@ metadata:
|
|
246
246
|
bug_tracker_uri: https://github.com/bkuhlmann/rubysmith/issues
|
247
247
|
changelog_uri: https://www.alchemists.io/projects/rubysmith/changes.html
|
248
248
|
documentation_uri: https://www.alchemists.io/projects/rubysmith
|
249
|
+
rubygems_mfa_required: 'true'
|
249
250
|
source_code_uri: https://github.com/bkuhlmann/rubysmith
|
250
251
|
post_install_message:
|
251
252
|
rdoc_options: []
|
@@ -262,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
262
263
|
- !ruby/object:Gem::Version
|
263
264
|
version: '0'
|
264
265
|
requirements: []
|
265
|
-
rubygems_version: 3.2.
|
266
|
+
rubygems_version: 3.2.31
|
266
267
|
signing_key:
|
267
268
|
specification_version: 4
|
268
269
|
summary: A command line interface for smithing Ruby projects.
|
metadata.gz.sig
CHANGED
Binary file
|