Sha256: 376c151dbcbbbf79f092fde9ef1eaa2c283deaa8b5fc3c965e71a3d8b650e415
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'norikra/client/version' Gem::Specification.new do |spec| spec.name = "norikra-client" spec.version = Norikra::Client::VERSION # spec.platform = "java" spec.authors = ["TAGOMORI Satoshi"] spec.email = ["tagomoris@gmail.com"] spec.description = %q{Client commands and libraries for Norikra} spec.summary = %q{Client commands and libraries for Norikra} spec.homepage = "https://github.com/norikra/norikra-client-ruby" spec.license = "APLv2" 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_runtime_dependency "msgpack-rpc-over-http", ">= 0.0.6" spec.add_runtime_dependency "thor" spec.add_runtime_dependency "ltsv" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
norikra-client-1.1.0 | norikra-client.gemspec |
norikra-client-1.0.0 | norikra-client.gemspec |
norikra-client-0.1.5 | norikra-client.gemspec |
norikra-client-0.1.4 | norikra-client.gemspec |