remove json export

This commit is contained in:
David Dollar
2011-05-07 14:52:25 -04:00
parent 95115f4e78
commit 564aa740e1
7 changed files with 1 additions and 43 deletions

View File

@@ -16,7 +16,6 @@ Gem::Specification.new do |gem|
gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|spec/|test/)} }
gem.files << "man/foreman.1"
gem.add_dependency 'json', '~> 1.5.1'
gem.add_dependency 'term-ansicolor', '~> 1.0.5'
gem.add_dependency 'thor', '>= 0.13.6'