make it installable

This commit is contained in:
John Bintz 2011-09-24 07:48:43 -04:00
parent c2ce35c701
commit 61ad631ba4
1 changed files with 5 additions and 3 deletions

View File

@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.authors = ["John Bintz"]
s.email = ["john@coswellproductions.com"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.summary = %q{Pretty CLI to Pivotal Tracker}
s.description = %q{Pretty CLI to Pivotal Tracker}
s.rubyforge_project = "pretty-tracker"
@ -20,5 +20,7 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"
s.add_runtime_dependency "pivotal-tracker", '~> 0.4.0'
s.add_runtime_dependency "rainbow"
s.add_runtime_dependency "thor"
end