Skip to content

Commit 4212eac

Browse files
committed
forgot about spec.extensions
1 parent 77703e8 commit 4212eac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Note: just `gem`. The `rake` is for test-building and invoking minitest (See [§
1616
* [`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)
19-
* [`mygem.gemspec` and Lines 2, 5 & 7](mygem.gemspec#L2-L7)
19+
* [`mygem.gemspec` and Lines 2, 5, 7 & 27](mygem.gemspec#L2-L27)
2020
* [`Rakefile` Lines 12 & 15](Rakefile#L12-L15)
2121
* Update the [`gemspec`](mygem.gemspec) with your Gem’s information. (See [§`*.gemspec`](#gemspec))
2222
* Overwrite this `README` with an introduction to your epic project.

mygem.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Gem::Specification.new do|spec|
2424
rbs_collection.yaml
2525
Steepfile
2626
]
27+
spec.extensions = %w[ext/mygem/extconf.rb]
2728

2829
spec.required_ruby_version = '~> 3.1'
2930
#spec.add_dependency 'dependency_gem', '~> 2.1.0'

0 commit comments

Comments
 (0)