# -*- encoding: utf-8 -*- # stub: deluge-rpc 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "deluge-rpc".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Igor Yamolov".freeze] s.date = "2015-06-17" s.description = "Communicate with Deluge torrent client via RPC protocol".freeze s.email = ["clouster@yandex.ru".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "deluge-rpc.gemspec".freeze, "lib/deluge.rb".freeze, "lib/deluge/rpc.rb".freeze, "lib/deluge/rpc/client.rb".freeze, "lib/deluge/rpc/connection.rb".freeze, "lib/deluge/rpc/namespace.rb".freeze, "lib/deluge/rpc/version.rb".freeze, "spec/deluge/api/client_spec.rb".freeze, "spec/deluge/api/namespace_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/t3hk0d3/deluge-rpc".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Deluge RPC protocol wrapper".freeze s.test_files = ["spec/deluge/api/client_spec.rb".freeze, "spec/deluge/api/namespace_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) end