1 Star 5 Fork 5

kaka/fastdfs-client-ruby

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fastdfs-client.gemspec 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
kaka 提交于 2017-09-23 17:00 . fixed package code
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/huxinghai1988/fastdfs-client-ruby.git
git@gitee.com:huxinghai1988/fastdfs-client-ruby.git
huxinghai1988
fastdfs-client-ruby
fastdfs-client-ruby
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385