Sha256: 00daeaa8e40c18c71227d29902b3b72a66355bf110c1e5775a3ffeabcc926a26
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'linda-socket.io-client/version' Gem::Specification.new do |spec| spec.name = "linda-socket.io-client" spec.version = Linda::SocketIO::Client::VERSION spec.authors = ["Sho Hashimoto"] spec.email = ["hashimoto@shokai.org"] spec.description = %q{linda-socket.io client for Ruby} spec.summary = spec.description spec.homepage = "https://github.com/node-linda/linda-socket.io-client-ruby" spec.license = "MIT" 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "minitest" spec.add_dependency "json" spec.add_dependency "hashie" spec.add_dependency "event_emitter" spec.add_dependency "socket.io-client-simple", '>= 0.0.3' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
linda-socket.io-client-0.0.3 | linda-socket.io-client.gemspec |
linda-socket.io-client-0.0.2 | linda-socket.io-client.gemspec |