rubysmith 0.15.0 → 0.16.0

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: dad99d389fc745abc0ee0cbb8543dfee116f171950640c84bfd80bfd9d4cd171
4
- data.tar.gz: 9b504d057fad0f6fc1a3d5bc55fb61670df147304e12d27ad80541635cad3677
3
+ metadata.gz: f9a0a688a7aac995bdcecc7153253eadb06a4b0c883583c6793b5a4a29232fec
4
+ data.tar.gz: 87eaca3e036a5609b5d5a6525ea05d3e3527095be792f23976899967f13c93a2
5
5
  SHA512:
6
- metadata.gz: 354cbaa3b247d4e12439f3d5927fa1d1c13542d8ae791e80660632910e3caf22abb748c4572baf565ca44ff89fe6a312bae8aafe9898329f1e28beadfbe1984c
7
- data.tar.gz: 19098dd6c0b04959583c241628c71126adf97b6f0e0d5023c28828aeab92a7fd4d55c0c01361222bcc809052ebb5a90b3ea1e4ee2548ee9050e7bcedce07cce8
6
+ metadata.gz: b3c6fa39d2d40c8465a9652ea0679d20d886e27d18657c4d218d67d4849106721fe527c4e26fd8b91382de04a61277f5ad500ad361e40e3560a6dbceb3bdd5e3
7
+ data.tar.gz: 402d7063461dc2a4d5fdedbd2a17e18d7158988785089e16ff5d7bfce47e63a60679cb78297748668e7fdf9bd5855e064ddc59528ecc34625b09e7a552af8951
checksums.yaml.gz.sig CHANGED
Binary file
@@ -88,7 +88,7 @@ module Rubysmith
88
88
 
89
89
  def touch
90
90
  logger.info "Touching: #{relative_build_path}"
91
- build_path.make_ancestors.touch
91
+ build_path.deep_touch
92
92
  self
93
93
  end
94
94
 
@@ -4,7 +4,7 @@ module Rubysmith
4
4
  module Identity
5
5
  NAME = "rubysmith"
6
6
  LABEL = "Rubysmith"
7
- VERSION = "0.15.0"
7
+ VERSION = "0.16.0"
8
8
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
9
9
  SUMMARY = "A command line interface for smithing Ruby projects."
10
10
  end
@@ -6,6 +6,3 @@
6
6
 
7
7
  ## Details
8
8
  <!-- Optional. List the key features/highlights as bullet points. -->
9
-
10
- ## Notes
11
- <!-- Optional. List additional notes/references as bullet points. -->
@@ -3,10 +3,10 @@ ruby File.read(".ruby-version").strip
3
3
  source "https://rubygems.org"
4
4
 
5
5
  <% if configuration.build_refinements %>
6
- gem "refinements", "~> 8.4"
6
+ gem "refinements", "~> 8.5"
7
7
  <% end %>
8
8
  <% if configuration.build_zeitwerk %>
9
- gem "zeitwerk", "~> 2.4"
9
+ gem "zeitwerk", "~> 2.5"
10
10
  <% end %>
11
11
 
12
12
  group :code_quality do
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-10-09 00:00:00.000000000 Z
31
+ date: 2021-10-21 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: dry-container
@@ -92,14 +92,14 @@ dependencies:
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '8.4'
95
+ version: '8.5'
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '8.4'
102
+ version: '8.5'
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: rubocop
105
105
  requirement: !ruby/object:Gem::Requirement
@@ -148,14 +148,14 @@ dependencies:
148
148
  requirements:
149
149
  - - "~>"
150
150
  - !ruby/object:Gem::Version
151
- version: '2.4'
151
+ version: '2.5'
152
152
  type: :runtime
153
153
  prerelease: false
154
154
  version_requirements: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - "~>"
157
157
  - !ruby/object:Gem::Version
158
- version: '2.4'
158
+ version: '2.5'
159
159
  description:
160
160
  email:
161
161
  - brooke@alchemists.io
@@ -262,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
262
262
  - !ruby/object:Gem::Version
263
263
  version: '0'
264
264
  requirements: []
265
- rubygems_version: 3.2.28
265
+ rubygems_version: 3.2.29
266
266
  signing_key:
267
267
  specification_version: 4
268
268
  summary: A command line interface for smithing Ruby projects.
metadata.gz.sig CHANGED
Binary file