rubysmith 5.2.0 → 5.3.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/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/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 +2 -2
- 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: cc23eb9d3a6f0e1d1d06c596462a9c8622b921d51b637890fdd37fc4141b30d7
|
4
|
+
data.tar.gz: 67da0c327b758738432249bb9f061c76ed5c7db30697d81bbd66cde1502b354f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 252f2eaf5a0e6c6c5c73173ad3a1e8cec42e15f87ed6791f40433cd5daf066039e4971bed9bde24af7d71fd815b82c4becb9fb61a44c85e87b0ecb0be63e5631
|
7
|
+
data.tar.gz: 3ed51c609c79770c5e080400a89464ea1a517e5c2278c190ecd32b9ae7fcebbc025a545856327a889fd809d8c921cca2fb8b52132da72c00b0652701a96eb506
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -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.3.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-06-
|
38
|
+
date: 2023-06-22 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: cogger
|
metadata.gz.sig
CHANGED
Binary file
|