rubysmith 0.14.0 → 0.15.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dad99d389fc745abc0ee0cbb8543dfee116f171950640c84bfd80bfd9d4cd171
|
|
4
|
+
data.tar.gz: 9b504d057fad0f6fc1a3d5bc55fb61670df147304e12d27ad80541635cad3677
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 354cbaa3b247d4e12439f3d5927fa1d1c13542d8ae791e80660632910e3caf22abb748c4572baf565ca44ff89fe6a312bae8aafe9898329f1e28beadfbe1984c
|
|
7
|
+
data.tar.gz: 19098dd6c0b04959583c241628c71126adf97b6f0e0d5023c28828aeab92a7fd4d55c0c01361222bcc809052ebb5a90b3ea1e4ee2548ee9050e7bcedce07cce8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rubysmith/identity.rb
CHANGED
|
@@ -3,7 +3,7 @@ ruby File.read(".ruby-version").strip
|
|
|
3
3
|
source "https://rubygems.org"
|
|
4
4
|
|
|
5
5
|
<% if configuration.build_refinements %>
|
|
6
|
-
gem "refinements", "~> 8.
|
|
6
|
+
gem "refinements", "~> 8.4"
|
|
7
7
|
<% end %>
|
|
8
8
|
<% if configuration.build_zeitwerk %>
|
|
9
9
|
gem "zeitwerk", "~> 2.4"
|
|
@@ -37,7 +37,7 @@ group :development do
|
|
|
37
37
|
gem "rake", "~> 13.0"
|
|
38
38
|
<% end %>
|
|
39
39
|
<% if configuration.markdown? %>
|
|
40
|
-
gem "tocer", "~> 12.
|
|
40
|
+
gem "tocer", "~> 12.1"
|
|
41
41
|
<% end %>
|
|
42
42
|
end
|
|
43
43
|
|
|
@@ -11,9 +11,6 @@ require "<%= configuration.project_path %>"
|
|
|
11
11
|
require "refinements"
|
|
12
12
|
<% end %>
|
|
13
13
|
|
|
14
|
-
GC.auto_compact = true
|
|
15
|
-
GC.verify_compaction_references double_heap: true, toward: :empty
|
|
16
|
-
|
|
17
14
|
<% if configuration.build_refinements %>
|
|
18
15
|
using Refinements::Pathnames
|
|
19
16
|
|
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.
|
|
4
|
+
version: 0.15.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-09
|
|
31
|
+
date: 2021-10-09 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.
|
|
95
|
+
version: '8.4'
|
|
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.
|
|
102
|
+
version: '8.4'
|
|
103
103
|
- !ruby/object:Gem::Dependency
|
|
104
104
|
name: rubocop
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,14 +134,14 @@ dependencies:
|
|
|
134
134
|
requirements:
|
|
135
135
|
- - "~>"
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: '12.
|
|
137
|
+
version: '12.1'
|
|
138
138
|
type: :runtime
|
|
139
139
|
prerelease: false
|
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
142
|
- - "~>"
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: '12.
|
|
144
|
+
version: '12.1'
|
|
145
145
|
- !ruby/object:Gem::Dependency
|
|
146
146
|
name: zeitwerk
|
|
147
147
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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.
|
|
265
|
+
rubygems_version: 3.2.28
|
|
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
|