rubysmith 5.2.0 → 5.4.0
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/exe/rubysmith +1 -1
- data/lib/rubysmith/builders/git/commit.rb +1 -1
- data/lib/rubysmith/builders/rake.rb +1 -1
- data/lib/rubysmith/builders/rspec/helper.rb +1 -0
- data/lib/rubysmith/cli/actions/amazing_print.rb +1 -1
- data/lib/rubysmith/cli/actions/caliber.rb +1 -1
- data/lib/rubysmith/cli/actions/circle_ci.rb +1 -1
- data/lib/rubysmith/cli/actions/citation.rb +1 -1
- data/lib/rubysmith/cli/actions/community.rb +1 -1
- data/lib/rubysmith/cli/actions/conduct.rb +1 -1
- data/lib/rubysmith/cli/actions/console.rb +1 -1
- data/lib/rubysmith/cli/actions/contributions.rb +1 -1
- data/lib/rubysmith/cli/actions/debug.rb +1 -1
- data/lib/rubysmith/cli/actions/funding.rb +1 -1
- data/lib/rubysmith/cli/actions/git.rb +1 -1
- data/lib/rubysmith/cli/actions/git_hub.rb +1 -1
- data/lib/rubysmith/cli/actions/git_hub_ci.rb +1 -1
- data/lib/rubysmith/cli/actions/git_lint.rb +1 -1
- data/lib/rubysmith/cli/actions/guard.rb +1 -1
- data/lib/rubysmith/cli/actions/license.rb +1 -1
- data/lib/rubysmith/cli/actions/rake.rb +1 -1
- data/lib/rubysmith/cli/actions/readme.rb +1 -1
- data/lib/rubysmith/cli/actions/reek.rb +1 -1
- data/lib/rubysmith/cli/actions/refinements.rb +1 -1
- data/lib/rubysmith/cli/actions/rspec.rb +1 -1
- data/lib/rubysmith/cli/actions/security.rb +1 -1
- data/lib/rubysmith/cli/actions/setup.rb +1 -1
- data/lib/rubysmith/cli/actions/simple_cov.rb +1 -1
- data/lib/rubysmith/cli/actions/versions.rb +1 -1
- data/lib/rubysmith/cli/actions/yard.rb +1 -1
- data/lib/rubysmith/cli/actions/zeitwerk.rb +1 -1
- data/lib/rubysmith/configuration/model.rb +0 -5
- data/lib/rubysmith/templates/%project_name%/Rakefile.erb +1 -1
- data/lib/rubysmith/templates/%project_name%/bin/console.erb +1 -1
- data/lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb +2 -3
- data/rubysmith.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: 6ca20956e5827addc7ea3c38045c599e3d19ad99ef215a7315ea1eef5466a8f3
|
4
|
+
data.tar.gz: 26564d4ba7f197f7e1be21bed743909cf165e1d3d73891a93a44af0fa5594900
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cc50e74678c032abbc0f2cf9dd1f1a8428e74f07bf270805b8d986976496ffff4f5dd51756f599153ebe7df07ccaef29b34ea882f4c132501568ca161c414a2
|
7
|
+
data.tar.gz: 653349bb0b747094bb2b66558e592419a6236c753acb547210383e4a89a4f9d3260a6f9c9d3f34030205984454fc79660729c310d8413696e5692bb483fa8280
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/exe/rubysmith
CHANGED
@@ -33,7 +33,7 @@ module Rubysmith
|
|
33
33
|
attr_reader :configuration, :builder
|
34
34
|
|
35
35
|
def body
|
36
|
-
"Generated with
|
36
|
+
"Generated with link:#{specification.homepage_url}[#{specification.label}] " \
|
37
37
|
"#{specification.version}."
|
38
38
|
end
|
39
39
|
|
@@ -23,7 +23,7 @@ require "bundler/setup"
|
|
23
23
|
Reek::Rake::Task.new
|
24
24
|
<% end %>
|
25
25
|
<% if configuration.build_rspec %>
|
26
|
-
RSpec::Core::RakeTask.new
|
26
|
+
RSpec::Core::RakeTask.new { |task| task.verbose = false }
|
27
27
|
<% end %>
|
28
28
|
<% if configuration.build_caliber %>
|
29
29
|
RuboCop::RakeTask.new
|
@@ -1,6 +1,3 @@
|
|
1
|
-
require "bundler/setup"
|
2
|
-
Bundler.require :tools
|
3
|
-
|
4
1
|
<% if configuration.build_simple_cov %>
|
5
2
|
require "simplecov"
|
6
3
|
|
@@ -14,6 +11,8 @@ unless ENV["NO_COVERAGE"]
|
|
14
11
|
end
|
15
12
|
<% end %>
|
16
13
|
|
14
|
+
Bundler.require :tools
|
15
|
+
|
17
16
|
require "<%= configuration.project_path %>"
|
18
17
|
<% if configuration.build_refinements %>
|
19
18
|
require "refinements"
|
data/rubysmith.gemspec
CHANGED
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: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2023-
|
38
|
+
date: 2023-07-15 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: cogger
|
@@ -426,7 +426,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
426
426
|
- !ruby/object:Gem::Version
|
427
427
|
version: '0'
|
428
428
|
requirements: []
|
429
|
-
rubygems_version: 3.4.
|
429
|
+
rubygems_version: 3.4.17
|
430
430
|
signing_key:
|
431
431
|
specification_version: 4
|
432
432
|
summary: A command line interface for smithing Ruby projects.
|
metadata.gz.sig
CHANGED
Binary file
|