File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Note: just `gem`. The `rake` is for test-building and invoking minitest (See [§
16
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
- * [ ` mygem.gemspec ` and Lines 2, 5 & 7 ] ( mygem.gemspec#L2-L7 )
19
+ * [ ` mygem.gemspec ` and Lines 2, 5, 7 & 27 ] ( mygem.gemspec#L2-L27 )
20
20
* [ ` Rakefile ` Lines 12 & 15] ( Rakefile#L12-L15 )
21
21
* Update the [ ` gemspec ` ] ( mygem.gemspec ) with your Gem’s information. (See [ §` *.gemspec ` ] ( #gemspec ) )
22
22
* Overwrite this ` README ` with an introduction to your epic project.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Gem::Specification.new do|spec|
24
24
rbs_collection.yaml
25
25
Steepfile
26
26
]
27
+ spec . extensions = %w[ ext/mygem/extconf.rb ]
27
28
28
29
spec . required_ruby_version = '~> 3.1'
29
30
#spec.add_dependency 'dependency_gem', '~> 2.1.0'
You can’t perform that action at this time.
0 commit comments