1
0
mirror of https://github.com/danbee/rippr synced 2025-03-04 08:39:08 +00:00

Add gem dependencies.

This commit is contained in:
Dan Barber 2014-01-14 10:31:40 +00:00
parent 779a5c82ea
commit e3c9b4fa0a

View File

@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = Ripper::VERSION spec.version = Ripper::VERSION
spec.authors = ["Dan Barber"] spec.authors = ["Dan Barber"]
spec.email = ["dan@new-bamboo.co.uk"] spec.email = ["dan@new-bamboo.co.uk"]
spec.description = %q{TODO: Write a gem description} spec.description = %q{Rip your CD's on the command line. Uses MusicBrainz and CDParanoia.}
spec.summary = %q{TODO: Write a gem summary} spec.summary = %q{Rip your CD's on the command line.}
spec.homepage = "" spec.homepage = ""
spec.license = "MIT" spec.license = "MIT"
@ -20,4 +20,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake" spec.add_development_dependency "rake"
spec.add_dependency "discid"
spec.add_dependency "thor"
end end