Sha256: 6291070e3f65f1e9f14c0a9f84b2c435ceb49309a7c8361bde1f929aae359c49
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "yrpc/version" Gem::Specification.new do |spec| spec.name = "ampedxx-yrpc" spec.version = Yrpc::VERSION spec.authors = ["icepoint0"] spec.email = ["351711778@qq.com"] spec.summary = "yprc" spec.description = "yrpc" spec.homepage = "http://ypr.com" spec.license = "MIT" # 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. spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "bin" spec.executables = ["yrpc-cli"] spec.require_paths = ["lib"] spec.add_development_dependency 'bundler', '~> 1.11' spec.add_development_dependency 'rake', '~> 10.0' spec.add_runtime_dependency 'grpc', '~> 1.10' spec.add_runtime_dependency 'grpc-tools', '~> 1.10' spec.add_runtime_dependency 'activesupport', '~> 5.0' spec.add_runtime_dependency 'slop', '~> 4.6' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ampedxx-yrpc-0.1.6 | yrpc.gemspec |
ampedxx-yrpc-0.1.4 | yrpc.gemspec |