Skip to content

Commit

Permalink
Missing dep in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Jul 1, 2013
1 parent 7da6912 commit 688b0ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cinch-simplecalc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'coveralls'

gem.add_dependency 'cinch', '~> 2.0.5'
gem.add_dependency 'cinch-test', '~> 0.0.3'
gem.add_dependency 'cinch-toolbox', '~> 1.0.0'
gem.add_dependency 'cinch-cooldown', '~> 1.0.0'
gem.add_dependency 'calc', '~> 1.0.0'
Expand Down

0 comments on commit 688b0ba

Please sign in to comment.