Sha256: 67547086635d146872db51f80c74c44db59bfdb95a115b8b0fec501e1d231c69
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 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 if /java/ =~ RUBY_PLATFORM spec.platform = "java" end 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.7" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
norikra-client-1.3.1 | norikra-client.gemspec |
norikra-client-1.3.0-java | norikra-client.gemspec |