gemsmith 14.6.0 → 14.7.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.adoc +2 -1
- data/lib/gemsmith/identity.rb +1 -1
- data/lib/gemsmith/templates/%gem_name%/%gem_name%.gemspec.tt +1 -1
- data/lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt +5 -5
- data/lib/gemsmith/templates/%gem_name%/CHANGES.md.tt +1 -1
- metadata +7 -7
- 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: fcc2b1cdd8cf1f537b975a7d029526ff44f1fb76bc419e1af5c3b195e7109b78
|
|
4
|
+
data.tar.gz: 8be7ea5b3a7af39159b32c35f73e0cdf788fe19229372626575ac276d05819f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d5d7738986a2d0af916256912aa7f5b73ce535866bee5ecc1c17b898d6b3df973bdd4dc57a935529263391ef88ae293e966baf75b102af3007853f299b7dea1
|
|
7
|
+
data.tar.gz: 94db019dccc3cc799082ddf656a36385a6f14c9bd3b3c86e1435b446c4bbc029777902d4ec8239b626e6287e652cb0e62621bf46164f8cf114d59c7c7adc27bb
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -24,6 +24,7 @@ toc::[]
|
|
|
24
24
|
* Uses link:https://www.alchemists.io/projects/tocer[Tocer] for README table of contents generation.
|
|
25
25
|
* Supports link:https://github.com/rubysec/bundler-audit[Bundler Audit].
|
|
26
26
|
* Supports link:https://circleci.com[Circle CI].
|
|
27
|
+
* Supports link:https://git-scm.com[Git]
|
|
27
28
|
* Supports link:https://www.alchemists.io/projects/git-lint[Git Lint].
|
|
28
29
|
* Supports link:https://github.com[GitHub].
|
|
29
30
|
* Supports link:https://github.com/guard/guard[Guard].
|
|
@@ -34,7 +35,7 @@ toc::[]
|
|
|
34
35
|
* Supports link:https://github.com/rubocop-hq/rubocop-rspec[Rubocop RSpec].
|
|
35
36
|
* Supports link:https://rubyonrails.org[Ruby on Rails].
|
|
36
37
|
* Supports link:https://guides.rubygems.org/security[RubyGems Security].
|
|
37
|
-
* Supports link:https://github.com/
|
|
38
|
+
* Supports link:https://github.com/simplecov-ruby/simplecov[SimpleCov].
|
|
38
39
|
* Supports link:https://github.com/erikhuda/thor[Thor].
|
|
39
40
|
* Supports common settings and a structured layout for building gems.
|
|
40
41
|
* Supports publishing to public or private gem servers.
|
data/lib/gemsmith/identity.rb
CHANGED
|
@@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
|
|
|
59
59
|
spec.add_development_dependency "rubocop-rspec", "~> 1.39"
|
|
60
60
|
<%- end -%>
|
|
61
61
|
<%- if config.dig(:generate, :simple_cov) -%>
|
|
62
|
-
spec.add_development_dependency "simplecov", "~> 0.
|
|
62
|
+
spec.add_development_dependency "simplecov", "~> 0.19"
|
|
63
63
|
<%- end -%>
|
|
64
64
|
|
|
65
65
|
<%- if config.dig(:generate, :engine) -%>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
inherit_from:
|
|
2
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.
|
|
3
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.
|
|
4
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.
|
|
2
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.14.0/configurations/rubocop/ruby.yml
|
|
3
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.14.0/configurations/rubocop/rake.yml
|
|
4
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.14.0/configurations/rubocop/performance.yml
|
|
5
5
|
<%- if config.dig(:generate, :rspec) -%>
|
|
6
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.
|
|
6
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.14.0/configurations/rubocop/rspec.yml
|
|
7
7
|
<%- end -%>
|
|
8
8
|
<%- if config.dig(:generate, :engine) -%>
|
|
9
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.
|
|
9
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/4.14.0/configurations/rubocop/rails.yml
|
|
10
10
|
<%- end -%>
|
|
11
11
|
|
|
12
12
|
<%- if config.dig(:generate, :cli) -%>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemsmith
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 14.
|
|
4
|
+
version: 14.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
|
|
29
29
|
QWc=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2020-
|
|
31
|
+
date: 2020-10-11 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: milestoner
|
|
@@ -64,14 +64,14 @@ dependencies:
|
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: '7.
|
|
67
|
+
version: '7.11'
|
|
68
68
|
type: :runtime
|
|
69
69
|
prerelease: false
|
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - "~>"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: '7.
|
|
74
|
+
version: '7.11'
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
76
76
|
name: rubocop
|
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -316,14 +316,14 @@ dependencies:
|
|
|
316
316
|
requirements:
|
|
317
317
|
- - "~>"
|
|
318
318
|
- !ruby/object:Gem::Version
|
|
319
|
-
version: '0.
|
|
319
|
+
version: '0.19'
|
|
320
320
|
type: :development
|
|
321
321
|
prerelease: false
|
|
322
322
|
version_requirements: !ruby/object:Gem::Requirement
|
|
323
323
|
requirements:
|
|
324
324
|
- - "~>"
|
|
325
325
|
- !ruby/object:Gem::Version
|
|
326
|
-
version: '0.
|
|
326
|
+
version: '0.19'
|
|
327
327
|
description:
|
|
328
328
|
email:
|
|
329
329
|
- brooke@alchemists.io
|
|
@@ -434,5 +434,5 @@ requirements: []
|
|
|
434
434
|
rubygems_version: 3.1.4
|
|
435
435
|
signing_key:
|
|
436
436
|
specification_version: 4
|
|
437
|
-
summary: A command line interface for smithing
|
|
437
|
+
summary: A command line interface for smithing Ruby gems.
|
|
438
438
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|