gemsmith 14.5.0 → 14.10.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: 8b7457300e915d5d07eba2cce6833fed4a167bcd107d2fc91373d31457c113c6
4
- data.tar.gz: 9f08ed76e0fa3fbd8d02610a034ef820585691ebcb3a2dd116ae199957e501fd
3
+ metadata.gz: ebb0a25983a2417dd4a049dc617c08dfdfce735b70c47b5f87710bd8b574bed8
4
+ data.tar.gz: 4ae15623da8d5e565425b11cf98ec06fb1907b124f7112f98ee4e2bf65b7974d
5
5
  SHA512:
6
- metadata.gz: c18d96a5a586ef9017daaac65ce0f5f1ceecfa199c1c38c68d545e310b43a5e2a097cea4a4beb52d23f0b0b6bc53b92bfe490e42277ab28887d374cfbce8b28d
7
- data.tar.gz: 1bd72ecbbdd888bd6997314ca6fbdcd0d1d27cd6406737f5a9cd82cfe33e2e0f12bb00f11038d014d1dfdac9d3dd6c2f460dffdbf7a5162d5e79d19feb898a3e
6
+ metadata.gz: 1fb20f3c46fdca3054f9a236c3ff15908accdbcbda475ecdb3645f73fb98ecf9fc4cb23de7e0b26a5c502b2a443ee61cbeed54e953a659f17b8a05dcf82a6649
7
+ data.tar.gz: 8c719bcfa9ad2769d9e5deeb85c9bb840876fcdfac3455ca1e02ec6742a7f8e1663402c8ebb1f0a061d602889cad241135fee569f0e39cc855e2c2dac740ec9d
@@ -1 +1,4 @@
1
- �1z(Gz�y(�-� ��s�9�i��~�����i*`=���C:_)2�E�72� _D�{:M3>z���& ��b�21l� ������G B�h��a�n�[�s6E��J�n������F��8��C��������
1
+ {E[o
2
+ ��[`�7!��_�װ �?���n=d��0#�F�B������R�d�e�kl��
3
+ �3k�EL��T
4
+ q ��*�_=[?��L����~�m�y�"������He3h��(\���� �otY.�lM�;�@�`8չ�Eu���( q�Gj�hF��;aZGb���u ]C�&^۾�����2�F�p�q�������
data.tar.gz.sig CHANGED
Binary file
@@ -150,7 +150,7 @@ additional liability.
150
150
 
151
151
  END OF TERMS AND CONDITIONS
152
152
 
153
- Copyright link:https://www.alchemists.io[Alchemists].
153
+ Copyright 2011 link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
154
154
 
155
155
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
156
156
  compliance with the License. You may obtain a link:https://www.apache.org/licenses/LICENSE-2.0[copy]
@@ -6,10 +6,12 @@
6
6
 
7
7
  [link=http://badge.fury.io/rb/gemsmith]
8
8
  image::https://badge.fury.io/rb/gemsmith.svg[Gem Version]
9
+ [link=https://www.alchemists.io/projects/code_quality]
10
+ image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide]
9
11
  [link=https://circleci.com/gh/bkuhlmann/gemsmith]
10
12
  image::https://circleci.com/gh/bkuhlmann/gemsmith.svg?style=svg[Circle CI Status]
11
13
 
12
- A command line interface for smithing new Ruby gems.
14
+ A command line interface for smithing Ruby gems.
13
15
 
14
16
  toc::[]
15
17
 
@@ -24,6 +26,7 @@ toc::[]
24
26
  * Uses link:https://www.alchemists.io/projects/tocer[Tocer] for README table of contents generation.
25
27
  * Supports link:https://github.com/rubysec/bundler-audit[Bundler Audit].
26
28
  * Supports link:https://circleci.com[Circle CI].
29
+ * Supports link:https://git-scm.com[Git]
27
30
  * Supports link:https://www.alchemists.io/projects/git-lint[Git Lint].
28
31
  * Supports link:https://github.com[GitHub].
29
32
  * Supports link:https://github.com/guard/guard[Guard].
@@ -34,7 +37,7 @@ toc::[]
34
37
  * Supports link:https://github.com/rubocop-hq/rubocop-rspec[Rubocop RSpec].
35
38
  * Supports link:https://rubyonrails.org[Ruby on Rails].
36
39
  * Supports link:https://guides.rubygems.org/security[RubyGems Security].
37
- * Supports link:https://github.com/colszowka/simplecov[SimpleCov].
40
+ * Supports link:https://github.com/simplecov-ruby/simplecov[SimpleCov].
38
41
  * Supports link:https://github.com/erikhuda/thor[Thor].
39
42
  * Supports common settings and a structured layout for building gems.
40
43
  * Supports publishing to public or private gem servers.
@@ -61,8 +64,6 @@ image::https://www.alchemists.io/images/screencasts/gemsmith/cover.svg[Screencas
61
64
 
62
65
  == Setup
63
66
 
64
- === Production
65
-
66
67
  To install, run:
67
68
 
68
69
  [source,bash]
@@ -70,24 +71,6 @@ To install, run:
70
71
  gem install gemsmith
71
72
  ----
72
73
 
73
- === Development
74
-
75
- To contribute, run:
76
-
77
- [source,bash]
78
- ----
79
- git clone https://github.com/bkuhlmann/gemsmith.git
80
- cd gemsmith
81
- bin/setup
82
- ----
83
-
84
- You can also use the IRB console for direct access to all objects:
85
-
86
- [source,bash]
87
- ----
88
- bin/console
89
- ----
90
-
91
74
  == Usage
92
75
 
93
76
  === Command Line Interface (CLI)
@@ -249,15 +232,6 @@ _NOTE: Ensure `require "bundler/gem_tasks"` is removed as Gemsmith replaces Bund
249
232
 
250
233
  With those changes, you can leverage the benefits of Gemsmith within your existing gem.
251
234
 
252
- == Tests
253
-
254
- To test, run:
255
-
256
- [source,bash]
257
- ----
258
- bundle exec rake
259
- ----
260
-
261
235
  == Security
262
236
 
263
237
  === Git Signing Key
@@ -387,6 +361,33 @@ uncommitted Git changes, the rake task will throw an error to this effect. When
387
361
  recommended that you commit your changes or link:https://git-scm.com/docs/git-stash[stash] them
388
362
  before proceeding.
389
363
 
364
+ == Development
365
+
366
+ To contribute, run:
367
+
368
+ [source,bash]
369
+ ----
370
+ git clone https://github.com/bkuhlmann/gemsmith.git
371
+ cd gemsmith
372
+ bin/setup
373
+ ----
374
+
375
+ You can also use the IRB console for direct access to all objects:
376
+
377
+ [source,bash]
378
+ ----
379
+ bin/console
380
+ ----
381
+
382
+ == Tests
383
+
384
+ To test, run:
385
+
386
+ [source,bash]
387
+ ----
388
+ bundle exec rake
389
+ ----
390
+
390
391
  == Versioning
391
392
 
392
393
  Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
@@ -1,6 +1,9 @@
1
1
  #! /usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
+ # TODO: Remove once the Pattern Matching feature is fully supported.
5
+ Warning[:experimental] = false
6
+
4
7
  require "gemsmith"
5
8
  require "gemsmith/cli"
6
9
  require "gemsmith/identity"
@@ -15,11 +15,11 @@ module Gemsmith
15
15
  end
16
16
 
17
17
  def edit specification
18
- shell.capture2 self.class.editor, specification.path
18
+ shell.capture3 self.class.editor, specification.path
19
19
  end
20
20
 
21
21
  def visit specification
22
- shell.capture2 "open", specification.homepage_url
22
+ shell.capture3 "open", specification.homepage_url
23
23
  end
24
24
 
25
25
  private
@@ -19,7 +19,7 @@ module Gemsmith
19
19
  def self.for object
20
20
  case object
21
21
  when String
22
- operator, version = object.split " "
22
+ operator, version = object.split
23
23
  new operator: operator, raw_version: version
24
24
  else
25
25
  fail Errors::RequirementConversion,
@@ -10,11 +10,7 @@ module Gemsmith
10
10
  DEFAULT_COMMENTS = ["# frozen_string_literal: true"].freeze
11
11
 
12
12
  def run
13
- Pragmater::Runner.new(
14
- gem_root,
15
- comments: DEFAULT_COMMENTS,
16
- includes: includes
17
- ).run action: :add
13
+ Pragmater::Runner.for(**attributes).call
18
14
  end
19
15
 
20
16
  # rubocop:disable Metrics/MethodLength
@@ -37,6 +33,17 @@ module Gemsmith
37
33
  ]
38
34
  end
39
35
  # rubocop:enable Metrics/MethodLength
36
+
37
+ private
38
+
39
+ def attributes
40
+ {
41
+ action: :insert,
42
+ root_dir: gem_root,
43
+ comments: DEFAULT_COMMENTS,
44
+ includes: includes
45
+ }
46
+ end
40
47
  end
41
48
  end
42
49
  end
@@ -2,6 +2,7 @@
2
2
 
3
3
  module Gemsmith
4
4
  # A thin wrapper to Git.
5
+ # rubocop:disable Style/StaticClass
5
6
  class Git
6
7
  def self.config_value key
7
8
  `git config #{key}`.chomp
@@ -17,4 +18,5 @@ module Gemsmith
17
18
  "https://github.com/#{github_user}/#{project}"
18
19
  end
19
20
  end
21
+ # rubocop:enable Style/StaticClass
20
22
  end
@@ -22,7 +22,7 @@ module Gemsmith
22
22
  end
23
23
 
24
24
  def render_namespace &block
25
- body = capture(&block) if block_given?
25
+ body = capture(&block) if block
26
26
  concat Gem::ModuleFormatter.new(gem_class).render(body)
27
27
  end
28
28
  end
@@ -5,7 +5,7 @@ module Gemsmith
5
5
  module Identity
6
6
  NAME = "gemsmith"
7
7
  LABEL = "Gemsmith"
8
- VERSION = "14.5.0"
8
+ VERSION = "14.10.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}"
10
10
  URL = "https://www.alchemists.io/projects/gemsmith"
11
11
  end
@@ -26,41 +26,9 @@ Gem::Specification.new do |spec|
26
26
  spec.add_dependency "rails", "~> <%= config.dig(:versions, :rails) %>"
27
27
  <%- end -%>
28
28
  <%- if config.dig(:generate, :cli) -%>
29
- spec.add_dependency "runcom", "~> 6.0"
29
+ spec.add_dependency "runcom", "~> 6.4"
30
30
  spec.add_dependency "thor", "~> 0.20"
31
31
  <%- end -%>
32
- <%- if config.dig(:generate, :bundler_audit) -%>
33
- spec.add_development_dependency "bundler-audit", "~> 0.6"
34
- <%- end -%>
35
- spec.add_development_dependency "gemsmith", "~> <%= Gemsmith::Identity::VERSION[/\d+\.\d+/] %>"
36
- <%- if config.dig(:generate, :git_lint) -%>
37
- spec.add_development_dependency "git-lint", "~> 1.0"
38
- <%- end -%>
39
- <%- if config.dig(:generate, :guard) -%>
40
- spec.add_development_dependency "guard-rspec", "~> 4.7"
41
- <%- end -%>
42
- <%- if config.dig(:generate, :pry) -%>
43
- spec.add_development_dependency "pry", "~> 0.13"
44
- spec.add_development_dependency "pry-byebug", "~> 3.9"
45
- <%- end -%>
46
- spec.add_development_dependency "rake", "~> 13.0"
47
- <%- if config.dig(:generate, :reek) -%>
48
- spec.add_development_dependency "reek", "~> 6.0"
49
- <%- end -%>
50
- <%- if config.dig(:generate, :rspec) -%>
51
- spec.add_development_dependency "<%= config.dig(:generate, :engine) ? "rspec-rails" : "rspec" %>", "~> 3.9"
52
- <%- end -%>
53
- <%- if config.dig(:generate, :rubocop) -%>
54
- spec.add_development_dependency "rubocop", "~> 0.89"
55
- spec.add_development_dependency "rubocop-performance", "~> 1.5"
56
- spec.add_development_dependency "rubocop-rake", "~> 0.5"
57
- <%- end -%>
58
- <%- if config.dig(:generate, :rubocop) && config.dig(:generate, :rspec) -%>
59
- spec.add_development_dependency "rubocop-rspec", "~> 1.39"
60
- <%- end -%>
61
- <%- if config.dig(:generate, :simple_cov) -%>
62
- spec.add_development_dependency "simplecov", "~> 0.18"
63
- <%- end -%>
64
32
 
65
33
  <%- if config.dig(:generate, :engine) -%>
66
34
  spec.files = Dir["app/**/*", "bin/**/*", "config/**/*", "lib/**/*", "vendor/**/*"]
@@ -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/master/configurations/rubocop/ruby.yml
3
+ - https://raw.githubusercontent.com/bkuhlmann/code_quality/master/configurations/rubocop/rake.yml
4
+ - https://raw.githubusercontent.com/bkuhlmann/code_quality/master/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/master/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/master/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.
@@ -1,2 +1,47 @@
1
1
  source "https://rubygems.org"
2
+
2
3
  gemspec
4
+
5
+ group :code_quality do
6
+ <%- if config.dig(:generate, :bundler_audit) -%>
7
+ gem "bundler-audit", "~> 0.7"
8
+ <%- end -%>
9
+ <%- if config.dig(:generate, :git_lint) -%>
10
+ gem "git-lint", "~> 1.3"
11
+ <%- end -%>
12
+ <%- if config.dig(:generate, :reek) -%>
13
+ gem "reek", "~> 6.0"
14
+ <%- end -%>
15
+ <%- if config.dig(:generate, :rubocop) -%>
16
+ gem "rubocop", "~> 1.5"
17
+ gem "rubocop-performance", "~> 1.8"
18
+ gem "rubocop-rake", "~> 0.5"
19
+ <%- end -%>
20
+ <%- if config.dig(:generate, :rubocop) && config.dig(:generate, :rspec) -%>
21
+ gem "rubocop-rspec", "~> 2.0"
22
+ <%- end -%>
23
+ end
24
+
25
+ group :development do
26
+ gem "gemsmith", "~> <%= Gemsmith::Identity::VERSION[/\d+\.\d+/] %>"
27
+ <%- if config.dig(:generate, :guard) -%>
28
+ gem "guard-rspec", "~> 4.7", require: false
29
+ <%- end -%>
30
+ gem "rake", "~> 13.0"
31
+ end
32
+
33
+ group :test do
34
+ <%- if config.dig(:generate, :rspec) -%>
35
+ gem "<%= config.dig(:generate, :engine) ? "rspec-rails" : "rspec" %>", "~> 3.9"
36
+ <%- end -%>
37
+ <%- if config.dig(:generate, :simple_cov) -%>
38
+ gem "simplecov", "~> 0.20"
39
+ <%- end -%>
40
+ end
41
+
42
+ group :tools do
43
+ <%- if config.dig(:generate, :pry) -%>
44
+ gem "pry", "~> 0.13"
45
+ gem "pry-byebug", "~> 3.9"
46
+ <%- end -%>
47
+ end
@@ -5,6 +5,9 @@
5
5
  # <%= config.dig(:gem, :label) %>
6
6
 
7
7
  [![Gem Version](https://badge.fury.io/rb/<%= config.dig(:gem, :name) %>.svg)](http://badge.fury.io/rb/<%= config.dig(:gem, :name) %>)
8
+ <%- if config.dig(:generate, :rubocop) -%>
9
+ [![Alchemists Style Guide](https://img.shields.io/badge/code_style-alchemists-brightgreen.svg)](https://www.alchemists.io/projects/code_quality)
10
+ <%- end -%>
8
11
  <%- if config.dig(:generate, :circle_ci) -%>
9
12
  [![Circle CI Status](https://circleci.com/gh/<%= config.fetch :github_user %>/<%= config.dig :gem, :name %>.svg?style=svg)](https://circleci.com/gh/<%= config.fetch :github_user %>/<%= config.dig :gem, :name %>)
10
13
  <%- end -%>
@@ -25,8 +28,6 @@
25
28
 
26
29
  ## Setup
27
30
 
28
- ### Production
29
-
30
31
  To install, run:
31
32
 
32
33
  gem install <%= config.dig(:gem, :name) %>
@@ -37,7 +38,9 @@ Add the following to your Gemfile:
37
38
  gem "<%= config.dig(:gem, :name) %>"
38
39
  <%- end -%>
39
40
 
40
- ### Development
41
+ ## Usage
42
+
43
+ ## Development
41
44
 
42
45
  To contribute, run:
43
46
 
@@ -49,8 +52,6 @@ You can also use the IRB console for direct access to all objects:
49
52
 
50
53
  bin/console
51
54
 
52
- ## Usage
53
-
54
55
  <%- if config.dig(:generate, :rspec) -%>
55
56
  ## Tests
56
57
 
@@ -1,11 +1,12 @@
1
- require "gemsmith/rake/setup"
1
+ require "bundler/setup"
2
2
  require "bundler/audit/task"
3
+ require "gemsmith/rake/setup"
3
4
  require "git/lint/rake/setup"
4
- require "rspec/core/rake_task"
5
5
  require "reek/rake/task"
6
+ require "rspec/core/rake_task"
6
7
  require "rubocop/rake_task"
7
8
 
8
9
  Bundler::Audit::Task.new
9
- RSpec::Core::RakeTask.new :spec
10
10
  Reek::Rake::Task.new
11
+ RSpec::Core::RakeTask.new :spec
11
12
  RuboCop::RakeTask.new
@@ -2,11 +2,9 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require "bundler/setup"
5
+ Bundler.require :tools
6
+
5
7
  require "<%= config.dig :gem, :path %>"
6
- <%- if config.dig(:generate, :pry) -%>
7
- require "pry"
8
- require "pry-byebug"
9
- <%- end -%>
10
8
  require "irb"
11
9
 
12
10
  IRB.start __FILE__
@@ -19,7 +19,7 @@ RSpec.describe <%= config.dig(:gem, :class) %>::CLI do
19
19
  shared_examples_for "a version command" do
20
20
  it "prints version" do
21
21
  result = -> { cli }
22
- pattern = /#{Regexp.escape <%= config.dig(:gem, :class) %>::Identity::VERSION_LABEL}\n/
22
+ pattern = /#{Regexp.escape <%= config.dig(:gem, :class) %>::Identity::VERSION_LABEL}\n/o
23
23
 
24
24
  expect(result).to output(pattern).to_stdout
25
25
  end
@@ -28,7 +28,7 @@ RSpec.describe <%= config.dig(:gem, :class) %>::CLI do
28
28
  shared_examples_for "a help command" do
29
29
  it "prints usage" do
30
30
  result = -> { cli }
31
- pattern = /#{Regexp.escape <%= config.dig(:gem, :class) %>::Identity::VERSION_LABEL}\scommands:\n/
31
+ pattern = /#{Regexp.escape <%= config.dig(:gem, :class) %>::Identity::VERSION_LABEL}\scommands:\n/o
32
32
 
33
33
  expect(result).to output(pattern).to_stdout
34
34
  end
@@ -1,19 +1,16 @@
1
1
  require "bundler/setup"
2
+ Bundler.require :test, :tools
2
3
 
3
4
  <%- if config.dig(:generate, :simple_cov) -%>
4
5
  require "simplecov"
5
6
  SimpleCov.start { enable_coverage :branch }
6
7
  <%- end -%>
7
8
 
8
- <%- if config.dig(:generate, :pry) -%>
9
- require "pry"
10
- require "pry-byebug"
11
- <%- end -%>
12
9
  <%- unless config.dig(:generate, :engine) -%>
13
10
  require "<%= config.dig(:gem, :path) %>"
14
11
  <%- end -%>
15
12
 
16
- Dir[File.join(__dir__, "support", "shared_contexts", "**/*.rb")].sort.each(&method(:require))
13
+ Dir[File.join(__dir__, "support", "shared_contexts", "**/*.rb")].sort.each { |path| require path }
17
14
 
18
15
  RSpec.configure do |config|
19
16
  config.color = true
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.5.0
4
+ version: 14.10.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-07 00:00:00.000000000 Z
31
+ date: 2020-12-07 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: milestoner
@@ -36,70 +36,70 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '10.0'
39
+ version: '10.4'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '10.0'
46
+ version: '10.4'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: pragmater
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '7.0'
53
+ version: '8.1'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '7.0'
60
+ version: '8.1'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: refinements
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '7.4'
67
+ version: '7.16'
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.16'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: rubocop
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '0.89'
81
+ version: '1.5'
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '0.89'
88
+ version: '1.5'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: runcom
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '6.0'
95
+ version: '6.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: '6.0'
102
+ version: '6.4'
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: thor
105
105
  requirement: !ruby/object:Gem::Requirement
@@ -120,210 +120,28 @@ dependencies:
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '10.0'
123
+ version: '10.4'
124
124
  type: :runtime
125
125
  prerelease: false
126
126
  version_requirements: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '10.0'
130
+ version: '10.4'
131
131
  - !ruby/object:Gem::Dependency
132
132
  name: versionaire
133
133
  requirement: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - "~>"
136
136
  - !ruby/object:Gem::Version
137
- version: '8.0'
137
+ version: '8.4'
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: '8.0'
145
- - !ruby/object:Gem::Dependency
146
- name: bundler-audit
147
- requirement: !ruby/object:Gem::Requirement
148
- requirements:
149
- - - "~>"
150
- - !ruby/object:Gem::Version
151
- version: '0.6'
152
- type: :development
153
- prerelease: false
154
- version_requirements: !ruby/object:Gem::Requirement
155
- requirements:
156
- - - "~>"
157
- - !ruby/object:Gem::Version
158
- version: '0.6'
159
- - !ruby/object:Gem::Dependency
160
- name: climate_control
161
- requirement: !ruby/object:Gem::Requirement
162
- requirements:
163
- - - "~>"
164
- - !ruby/object:Gem::Version
165
- version: '0.2'
166
- type: :development
167
- prerelease: false
168
- version_requirements: !ruby/object:Gem::Requirement
169
- requirements:
170
- - - "~>"
171
- - !ruby/object:Gem::Version
172
- version: '0.2'
173
- - !ruby/object:Gem::Dependency
174
- name: git-lint
175
- requirement: !ruby/object:Gem::Requirement
176
- requirements:
177
- - - "~>"
178
- - !ruby/object:Gem::Version
179
- version: '1.0'
180
- type: :development
181
- prerelease: false
182
- version_requirements: !ruby/object:Gem::Requirement
183
- requirements:
184
- - - "~>"
185
- - !ruby/object:Gem::Version
186
- version: '1.0'
187
- - !ruby/object:Gem::Dependency
188
- name: guard-rspec
189
- requirement: !ruby/object:Gem::Requirement
190
- requirements:
191
- - - "~>"
192
- - !ruby/object:Gem::Version
193
- version: '4.7'
194
- type: :development
195
- prerelease: false
196
- version_requirements: !ruby/object:Gem::Requirement
197
- requirements:
198
- - - "~>"
199
- - !ruby/object:Gem::Version
200
- version: '4.7'
201
- - !ruby/object:Gem::Dependency
202
- name: pry
203
- requirement: !ruby/object:Gem::Requirement
204
- requirements:
205
- - - "~>"
206
- - !ruby/object:Gem::Version
207
- version: '0.13'
208
- type: :development
209
- prerelease: false
210
- version_requirements: !ruby/object:Gem::Requirement
211
- requirements:
212
- - - "~>"
213
- - !ruby/object:Gem::Version
214
- version: '0.13'
215
- - !ruby/object:Gem::Dependency
216
- name: pry-byebug
217
- requirement: !ruby/object:Gem::Requirement
218
- requirements:
219
- - - "~>"
220
- - !ruby/object:Gem::Version
221
- version: '3.9'
222
- type: :development
223
- prerelease: false
224
- version_requirements: !ruby/object:Gem::Requirement
225
- requirements:
226
- - - "~>"
227
- - !ruby/object:Gem::Version
228
- version: '3.9'
229
- - !ruby/object:Gem::Dependency
230
- name: rake
231
- requirement: !ruby/object:Gem::Requirement
232
- requirements:
233
- - - "~>"
234
- - !ruby/object:Gem::Version
235
- version: '13.0'
236
- type: :development
237
- prerelease: false
238
- version_requirements: !ruby/object:Gem::Requirement
239
- requirements:
240
- - - "~>"
241
- - !ruby/object:Gem::Version
242
- version: '13.0'
243
- - !ruby/object:Gem::Dependency
244
- name: reek
245
- requirement: !ruby/object:Gem::Requirement
246
- requirements:
247
- - - "~>"
248
- - !ruby/object:Gem::Version
249
- version: '6.0'
250
- type: :development
251
- prerelease: false
252
- version_requirements: !ruby/object:Gem::Requirement
253
- requirements:
254
- - - "~>"
255
- - !ruby/object:Gem::Version
256
- version: '6.0'
257
- - !ruby/object:Gem::Dependency
258
- name: rspec
259
- requirement: !ruby/object:Gem::Requirement
260
- requirements:
261
- - - "~>"
262
- - !ruby/object:Gem::Version
263
- version: '3.9'
264
- type: :development
265
- prerelease: false
266
- version_requirements: !ruby/object:Gem::Requirement
267
- requirements:
268
- - - "~>"
269
- - !ruby/object:Gem::Version
270
- version: '3.9'
271
- - !ruby/object:Gem::Dependency
272
- name: rubocop-performance
273
- requirement: !ruby/object:Gem::Requirement
274
- requirements:
275
- - - "~>"
276
- - !ruby/object:Gem::Version
277
- version: '1.5'
278
- type: :development
279
- prerelease: false
280
- version_requirements: !ruby/object:Gem::Requirement
281
- requirements:
282
- - - "~>"
283
- - !ruby/object:Gem::Version
284
- version: '1.5'
285
- - !ruby/object:Gem::Dependency
286
- name: rubocop-rake
287
- requirement: !ruby/object:Gem::Requirement
288
- requirements:
289
- - - "~>"
290
- - !ruby/object:Gem::Version
291
- version: '0.5'
292
- type: :development
293
- prerelease: false
294
- version_requirements: !ruby/object:Gem::Requirement
295
- requirements:
296
- - - "~>"
297
- - !ruby/object:Gem::Version
298
- version: '0.5'
299
- - !ruby/object:Gem::Dependency
300
- name: rubocop-rspec
301
- requirement: !ruby/object:Gem::Requirement
302
- requirements:
303
- - - "~>"
304
- - !ruby/object:Gem::Version
305
- version: '1.39'
306
- type: :development
307
- prerelease: false
308
- version_requirements: !ruby/object:Gem::Requirement
309
- requirements:
310
- - - "~>"
311
- - !ruby/object:Gem::Version
312
- version: '1.39'
313
- - !ruby/object:Gem::Dependency
314
- name: simplecov
315
- requirement: !ruby/object:Gem::Requirement
316
- requirements:
317
- - - "~>"
318
- - !ruby/object:Gem::Version
319
- version: '0.18'
320
- type: :development
321
- prerelease: false
322
- version_requirements: !ruby/object:Gem::Requirement
323
- requirements:
324
- - - "~>"
325
- - !ruby/object:Gem::Version
326
- version: '0.18'
144
+ version: '8.4'
327
145
  description:
328
146
  email:
329
147
  - brooke@alchemists.io
@@ -434,5 +252,5 @@ requirements: []
434
252
  rubygems_version: 3.1.4
435
253
  signing_key:
436
254
  specification_version: 4
437
- summary: A command line interface for smithing new Ruby gems.
255
+ summary: A command line interface for smithing Ruby gems.
438
256
  test_files: []
metadata.gz.sig CHANGED
Binary file