Skip to content

Commit

Permalink
change gem dependency from ncursesw to ncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Mar 4, 2010
1 parent 9181c1e commit 8a7635f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec = Gem::Specification.new do |s|
s.executables = SUP_EXECUTABLES

s.add_dependency "xapian-full", ">= 1.1.3.1"
s.add_dependency "ncursesw"
s.add_dependency "ncurses"
s.add_dependency "rmail", ">= 0.17"
s.add_dependency "highline"
s.add_dependency "net-ssh"
Expand Down

0 comments on commit 8a7635f

Please sign in to comment.