-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzombie-chaser.gemspec
88 lines (83 loc) · 3.16 KB
/
zombie-chaser.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{zombie-chaser}
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew Grimm", "Ryan Davis", "Eric Hodel", "Kevin Clark"]
s.date = %q{2010-04-11}
s.default_executable = %q{zombie-chaser}
s.description = %q{A zombie-themed graphic(al) user interface for mutation testing}
s.email = %q{[email protected]}
s.executables = ["zombie-chaser"]
s.extra_rdoc_files = [
"README.txt"
]
s.files = [
"History.txt",
"README.txt",
"Rakefile",
"bin/zombie-chaser",
"lib/zombie-chaser/chaser.rb",
"lib/zombie-chaser/human.rb",
"lib/zombie-chaser/icons/death.png",
"lib/zombie-chaser/icons/robot.png",
"lib/zombie-chaser/interface.rb",
"lib/zombie-chaser/sprites/robot-attacking.png",
"lib/zombie-chaser/sprites/robot-dead.png",
"lib/zombie-chaser/sprites/robot-dying.png",
"lib/zombie-chaser/sprites/robot-idle.png",
"lib/zombie-chaser/sprites/robot-moving.png",
"lib/zombie-chaser/sprites/robot-turning.png",
"lib/zombie-chaser/sprites/tank-attacking.png",
"lib/zombie-chaser/sprites/tank-dead.png",
"lib/zombie-chaser/sprites/tank-idle.png",
"lib/zombie-chaser/sprites/tank-moving.png",
"lib/zombie-chaser/sprites/tank-turning.png",
"lib/zombie-chaser/sprites/witch-attacking.png",
"lib/zombie-chaser/sprites/witch-dead.png",
"lib/zombie-chaser/sprites/witch-idle.png",
"lib/zombie-chaser/sprites/witch-moving.png",
"lib/zombie-chaser/sprites/witch-turning.png",
"lib/zombie-chaser/sprites/zombie-attacking.png",
"lib/zombie-chaser/sprites/zombie-dead.png",
"lib/zombie-chaser/sprites/zombie-dying.png",
"lib/zombie-chaser/sprites/zombie-idle.png",
"lib/zombie-chaser/sprites/zombie-moving.png",
"lib/zombie-chaser/sprites/zombie-turning.png",
"lib/zombie-chaser/test_unit_handler.rb",
"lib/zombie-chaser/tiles/grass.png",
"lib/zombie-chaser/tiles/shrubbery.png",
"lib/zombie-chaser/ui.rb",
"lib/zombie-chaser/world.rb",
"lib/zombie-chaser/zombie_test_chaser.rb",
"test/fixtures/chased.rb",
"test/integration.rb",
"test/test_chaser.rb",
"test/test_unit.rb",
"test/test_zombie.rb",
"zombie-chaser.gemspec"
]
s.homepage = %q{http://andrewjgrimm.wordpress.com/2009/11/08/declare-war-on-everything-with-chaser/}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Lightweight mutation testing ... with ZOMBIES!!!}
s.test_files = [
"test/fixtures/chased.rb",
"test/integration.rb",
"test/test_chaser.rb",
"test/test_unit.rb",
"test/test_zombie.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end