Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Jul 29, 2008
1 parent c9fb9de commit 437cee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tempo_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = %w(tempo)
s.authors = ["James Golick"]
s.files = ["lib/tempo_cli.rb", "bin/tempo", "README", "LICENSE", "test/test_helper.rb"]
s.files = ["lib/tempo_cli.rb", "bin/tempo", "README.rdoc", "LICENSE", "test/test_helper.rb"]
s.add_dependency 'adamwiggins-rest-client'
end

0 comments on commit 437cee8

Please sign in to comment.