Skip to content

Commit b8e5613

Browse files
committed
Merge branch 'main' into c
2 parents 15122c6 + bbc4639 commit b8e5613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Note: just `gem`. The `rake` is for test-building and invoking minitest (See [§
1313
* [`ext/mygem/extconf.rb` Line 6](ext/mygem/extconf.rb#L6)
1414
* [`lib/mygem/`](lib/mygem/)
1515
* [`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)
1717
* [`sig/mygem.rbs` and Line 1](sig/mygem.rbs#L1)
1818
* [`test/mygem_test.rb` and Lines 3 & 4](test/mygem_test.rb#L3-4)
1919
* [`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.
6363

6464
[The `Gemfile`](https://bundler.io/guides/gemfile.html) is the **Bundler** project file where
6565
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*.
6767

6868
> There was a discussion before about whether the `Gemfile` makes `.gemspec`’s
6969
> [`add_development_dependency`](https://guides.rubygems.org/specification-reference/#add_development_dependency)

0 commit comments

Comments
 (0)