rubysmith 0.16.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9a0a688a7aac995bdcecc7153253eadb06a4b0c883583c6793b5a4a29232fec
4
- data.tar.gz: 87eaca3e036a5609b5d5a6525ea05d3e3527095be792f23976899967f13c93a2
3
+ metadata.gz: 21ba13c365014da4af272c863f73039576988a70be1902d1f1ad40ea582c0a2e
4
+ data.tar.gz: ddf90e3d3926ddba623408dac31fd6c03c9fbddcbc16c816a9c4ef5936636e5c
5
5
  SHA512:
6
- metadata.gz: b3c6fa39d2d40c8465a9652ea0679d20d886e27d18657c4d218d67d4849106721fe527c4e26fd8b91382de04a61277f5ad500ad361e40e3560a6dbceb3bdd5e3
7
- data.tar.gz: 402d7063461dc2a4d5fdedbd2a17e18d7158988785089e16ff5d7bfce47e63a60679cb78297748668e7fdf9bd5855e064ddc59528ecc34625b09e7a552af8951
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.
File without changes
@@ -4,7 +4,7 @@ module Rubysmith
4
4
  module Identity
5
5
  NAME = "rubysmith"
6
6
  LABEL = "Rubysmith"
7
- VERSION = "0.16.0"
7
+ VERSION = "0.16.1"
8
8
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
9
9
  SUMMARY = "A command line interface for smithing Ruby projects."
10
10
  end
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.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
8
8
  autorequire:
9
- bindir: bin
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-10-21 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: dry-container
@@ -168,7 +168,7 @@ extra_rdoc_files:
168
168
  files:
169
169
  - LICENSE.adoc
170
170
  - README.adoc
171
- - bin/rubysmith
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.29
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