Skip to content

Commit 45bde01

Browse files
committed
gemspec fixes
1 parent 8c2b8b4 commit 45bde01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ doc
66
pkg
77
*.class
88
tmp/
9+
*.gem

salsa20.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.rdoc_options += ['--title', 'salsa20', '--main', 'README.rdoc']
2121
s.extra_rdoc_files += ['README.rdoc', 'LICENSE', 'CHANGELOG', 'lib/salsa20.rb']
2222

23-
s.extensions = 'ext/salsa20/extconf.rb'
23+
s.extensions = 'ext/salsa20_ext/extconf.rb'
2424

2525
s.authors = ["Dov Murik"]
2626
s.email = "[email protected]"

0 commit comments

Comments
 (0)