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