代码拉取完成,页面将自动刷新
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fastdfs-client/version'
Gem::Specification.new do |spec|
spec.name = "fastdfs-client"
spec.version = Fastdfs::Client::VERSION
spec.authors = ["Ka Ka"]
spec.email = ["huxinghai1988@gmail.com"]
spec.description = "fastdfs upload file client for ruby"
spec.summary = "fastdfs upload file client for ruby"
spec.homepage = "https://github.com/huxinghai1988/fastdfs-client-ruby.git"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rspec", "~> 3.4"
if RUBY_VERSION.start_with?('2.2')
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
spec.add_development_dependency "byebug", "~> 9.1.0"
else
# Call 'debugger' anywhere in the code to stop execution and get a debugger console
spec.add_development_dependency "debugger", "~> 1.6"
end
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。