Sha256: c3a0391888df6b8040ef9159f4b93490c3352569ef97fb4c21bb2b883faeb99a
Contents?: true
Size: 961 Bytes
Versions: 2
Compression:
Stored size: 961 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bunny_rpc/version' Gem::Specification.new do |spec| spec.name = 'bunny_rpc' spec.version = BunnyRpc::VERSION spec.authors = ['menghuanwd'] spec.email = ['651019063@qq.com'] spec.summary = 'bunny_rpc' spec.description = 'bunny_rpc' spec.homepage = 'https://github.com/menghuanwd/bunny_rpc' spec.license = 'MIT' spec.add_dependency 'bunny', '~> 2.3' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.11' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'minitest', '~> 5.7', '>= 5.7.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bunny_rpc-0.1.4 | bunny_rpc.gemspec |
bunny_rpc-0.1.3 | bunny_rpc.gemspec |