Sha256: 262695aa58987b99ebc8dfffbef89d628bd63fd389ff728926f766fe90fb162e
Contents?: true
Size: 938 Bytes
Versions: 1
Compression:
Stored size: 938 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "socky/client/version" Gem::Specification.new do |s| s.name = "socky-client" s.version = Socky::Client::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Bernard Potocki"] s.email = ["bernard.potocki@imanel.org"] s.homepage = "http://socky.org" s.summary = %q{Socky is a WebSocket server and client for Ruby} s.description = %q{Socky is a WebSocket server and client for Ruby} s.add_dependency 'crack', "~> 0.1.0" s.add_dependency 'multi_json', '~> 1.0' s.add_dependency 'socky-authenticator', '~> 0.5.0.beta5' s.add_development_dependency 'rspec', '~> 2.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
socky-client-0.5.0.beta1 | socky-client.gemspec |