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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98fb4ce6f597b5aad5295c7300ea5412e92e69497b002ddb3bf80ae0d3790bd5
4
- data.tar.gz: 82b1a0cf8088618969ef027ade045627f30f3f7b1837dfadfc84b57eb79291ff
3
+ metadata.gz: fcc2b1cdd8cf1f537b975a7d029526ff44f1fb76bc419e1af5c3b195e7109b78
4
+ data.tar.gz: 8be7ea5b3a7af39159b32c35f73e0cdf788fe19229372626575ac276d05819f2
5
5
  SHA512:
6
- metadata.gz: 2e593555d2f9296a560934b2653bbc5548ff1a3c674fffa033c08e5c7025b9153a7f02bd253fef18be727a55a87cc3c780f4614ef2e482a2a1357610e504e173
7
- data.tar.gz: 033dc6607506ee4ec2780f1301ca14ecf3d7d40bf83e8bcec9c9f2cd99a6629daa7ac25cc4eb79468c3dae83867126742b00e7645e2f2dc6c313055bf243bba2
6
+ metadata.gz: 3d5d7738986a2d0af916256912aa7f5b73ce535866bee5ecc1c17b898d6b3df973bdd4dc57a935529263391ef88ae293e966baf75b102af3007853f299b7dea1
7
+ data.tar.gz: 94db019dccc3cc799082ddf656a36385a6f14c9bd3b3c86e1435b446c4bbc029777902d4ec8239b626e6287e652cb0e62621bf46164f8cf114d59c7c7adc27bb
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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/colszowka/simplecov[SimpleCov].
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.
@@ -5,7 +5,7 @@ module Gemsmith
5
5
  module Identity
6
6
  NAME = "gemsmith"
7
7
  LABEL = "Gemsmith"
8
- VERSION = "14.6.0"
8
+ VERSION = "14.7.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}"
10
10
  URL = "https://www.alchemists.io/projects/gemsmith"
11
11
  end
@@ -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.18"
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.11.0/configurations/rubocop/ruby.yml
3
- - https://raw.githubusercontent.com/bkuhlmann/code_quality/4.11.0/configurations/rubocop/rake.yml
4
- - https://raw.githubusercontent.com/bkuhlmann/code_quality/4.11.0/configurations/rubocop/performance.yml
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.11.0/configurations/rubocop/rspec.yml
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.11.0/configurations/rubocop/rails.yml
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) -%>
@@ -1,3 +1,3 @@
1
1
  # 0.1.0 (<%= Time.now.strftime "%Y-%m-%d" %>)
2
2
 
3
- - Initial implementation.
3
+ - Added initial implementation.
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.6.0
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-08-25 00:00:00.000000000 Z
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.4'
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.4'
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.18'
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.18'
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 new Ruby gems.
437
+ summary: A command line interface for smithing Ruby gems.
438
438
  test_files: []
metadata.gz.sig CHANGED
Binary file