-
Notifications
You must be signed in to change notification settings - Fork 1
/
kopflos.gemspec
42 lines (38 loc) · 1.13 KB
/
kopflos.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -*- encoding: utf-8 -*-
# stub: kopflos ruby lib
Gem::Specification.new do |s|
s.name = "kopflos"
s.version = "0.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Niklas Hofer"]
s.date = "2016-08-16"
s.description = "Starts a virtual framebuffer XServer (Xvfb) and redirects all X clients there"
s.email = "niklas+dev@lanpartei.de"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"kopflos.gemspec",
"lib/kopflos.rb",
"lib/kopflos/cucumber.rb",
"lib/kopflos/rspec.rb",
"lib/kopflos/xvfb.rb",
"spec/kopflos/xvfb_spec.rb",
"spec/kopflos_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/niklas/kopflos"
s.licenses = ["MIT"]
s.rubygems_version = "2.5.1"
s.summary = "hides all your spawning X applications"
s.add_development_dependency(%q<rspec>, [">= 2"])
s.add_development_dependency(%q<bundler>, [">= 0"])
s.add_dependency(%q<open4>, [">= 0"])
end