# -*- encoding: utf-8 -*-
# stub: i3ipc 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "i3ipc".freeze
  s.version = "0.3.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Vitalii Elengaupt".freeze]
  s.date = "2019-12-06"
  s.description = "    Implementation of interface for i3 tiling window manager.\n    Useful for example to remote-control i3 or to get various\n    information like the current workspace to implement an\n    external workspace bar etc. in Ruby language.\n".freeze
  s.email = ["velenhaupt@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "i3ipc.gemspec".freeze, "lib/i3ipc.rb".freeze, "lib/i3ipc/connection.rb".freeze, "lib/i3ipc/protocol.rb".freeze, "lib/i3ipc/reply.rb".freeze, "lib/i3ipc/version.rb".freeze, "spec/i3_mock_server.rb".freeze, "spec/i3ipc/connection_spec.rb".freeze, "spec/i3ipc/protocol_spec.rb".freeze, "spec/i3ipc/reply_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "https://github.com/veelenga/i3ipc-ruby".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Interprocess communication with i3 wm".freeze
  s.test_files = ["spec/i3_mock_server.rb".freeze, "spec/i3ipc/connection_spec.rb".freeze, "spec/i3ipc/protocol_spec.rb".freeze, "spec/i3ipc/reply_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.7".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
end