File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Note: just `gem`. The `rake` is for test-building and invoking minitest (See [§
13
13
* [ ` ext/mygem/extconf.rb ` Line 6] ( ext/mygem/extconf.rb#L6 )
14
14
* [ ` lib/mygem/ ` ] ( lib/mygem/ )
15
15
* [ ` lib/mygem.rb ` and Line 1 & 2] ( lib/mygem.rb#L1-2 )
16
- * [ ` lib/mygem/version.rb Line 3 ` ] ( lib/mygem/version.rb#L3 )
16
+ * [ ` lib/mygem/version.rb ` Line 3] ( lib/mygem/version.rb#L3 )
17
17
* [ ` sig/mygem.rbs ` and Line 1] ( sig/mygem.rbs#L1 )
18
18
* [ ` test/mygem_test.rb ` and Lines 3 & 4] ( test/mygem_test.rb#L3-4 )
19
19
* [ ` mygem.gemspec ` and Lines 2, 5 & 7] ( mygem.gemspec#L2-L7 )
@@ -63,7 +63,7 @@ though you can remove any bells and whistles that don’t apply to your project.
63
63
64
64
[ The ` Gemfile ` ] ( https://bundler.io/guides/gemfile.html ) is the ** Bundler** project file where
65
65
you * would* declare dependencies ** if only using Bundler** (i.e., not cutting a Gem).
66
- For Gems, the [ ` gemspec ` ] ( #gemspec ) already covers this role in its metadata.
66
+ For Gems, the [ ` gemspec ` ] ( #gemspec ) already covers this role in its metadata – * mostly * .
67
67
68
68
> There was a discussion before about whether the ` Gemfile ` makes ` .gemspec ` ’s
69
69
> [ ` add_development_dependency ` ] ( https://guides.rubygems.org/specification-reference/#add_development_dependency )
You can’t perform that action at this time.
0 commit comments