add correct gem dependency

This commit is contained in:
spox 2009-06-15 11:08:00 -07:00
parent 23d6cc51d4
commit fc067c8b52

View file

@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)
s.executables = %w(uv theme2latexrender theme2xhtmlrender)
s.required_ruby_version = '>= 1.9.0'
s.add_dependency 'textpow'
s.add_dependency 'spox-textpow'
s.description = "Ruby syntax highlighting"
end