Skip to content

Commit 8d6a362

Browse files
committed
add gemspec to packed gem (issue #2)
1 parent 098ff6f commit 8d6a362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruby-debug-ide.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ unless defined? FILES
1010
'ChangeLog.archive',
1111
'MIT-LICENSE',
1212
'Rakefile',
13-
'ext/mkrf_conf.rb'
13+
'ext/mkrf_conf.rb',
14+
'ruby-debug-ide.gemspec'
1415
]
1516
FILES.push(*Dir['bin/*'])
1617
FILES.push(*Dir['lib/**/*'])

0 commit comments

Comments
 (0)