Skip to content

Commit

Permalink
Correct gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 11, 2008
1 parent ee34d1b commit 0f73cef
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 @@ -44,7 +44,7 @@ spec = Gem::Specification.new do |s|
s.homepage = HOMEPAGE
s.require_path = 'lib'
s.autorequire = PLUGIN
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
s.files = %w(LICENSE README Rakefile ROADMAP) + Dir.glob("{lib,spec}/**/*")

s.add_dependency "highline", ">= 1.4.0"
s.add_dependency "diff-lcs", ">= 1.1.2"
Expand Down

0 comments on commit 0f73cef

Please sign in to comment.