Skip to content

Commit

Permalink
fixed error in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmo committed Jul 7, 2011
1 parent 9b51440 commit 19921dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cxx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Gem::Specification.new do |s|
s.author = 'oliver mueller'
s.email = '[email protected]'
s.homepage = 'https://github.com/marcmo/cxxproject'
# the following gems are optional, not required:
# s.add_dependency('highline', '>= 1.6.0')
# s.add_dependency('colored')
# s.add_dependency('progressbar')
s.add_dependency('highline', '>= 1.6.0')
s.add_dependency('colored')
s.add_dependency('progressbar')
s.executables = ['cxx']
end

0 comments on commit 19921dd

Please sign in to comment.