ld.gemspec in ld-0.1.2 vs ld.gemspec in ld-0.1.6

- old
+ new

@@ -7,14 +7,16 @@ spec.name = "ld" spec.version = Ld::VERSION spec.authors = ["Liu Dong"] spec.email = ["chuangye201012@163.com"] - spec.summary = %q{这是总结.} - spec.description = %q{这是描述.} + spec.summary = %q{我的工具箱} + spec.description = %q{我的工具箱} spec.homepage = "https://github.com/18810625123/ld" spec.license = "MIT" + spec.add_dependency 'terminal-table', '~> 1.8' + spec.add_dependency 'spreadsheet' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) spec.metadata['allowed_push_host'] = "https://rubygems.org" else