Sha256: e951d83554fe418c39a8f427edad9db707e7028ee8c4993922d768bc920d9659
Contents?: true
Size: 868 Bytes
Versions: 4
Compression:
Stored size: 868 Bytes
Contents
# 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.3" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fastdfs-client-1.0.0 | fastdfs-client.gemspec |
fastdfs-client-0.0.5 | fastdfs-client.gemspec |
fastdfs-client-0.0.3 | fastdfs-client.gemspec |
fastdfs-client-0.0.2 | fastdfs-client.gemspec |