Skip to content

Commit

Permalink
Fix repeated extconf definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Dec 7, 2011
1 parent 75a2767 commit d897955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ernie.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.require_paths = %w[lib]

s.extensions = ["ext/extconf.rb", "ext/extconf.rb"]
s.extensions = ["ext/extconf.rb"]

s.executables = ["ernie"]
s.default_executable = 'ernie'
Expand Down

0 comments on commit d897955

Please sign in to comment.