forked from twitter-archive/gizzmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgizzmo.gemspec
105 lines (100 loc) · 3.41 KB
/
gizzmo.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# 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{gizzmo}
s.version = "0.11.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kyle Maxwell"]
s.date = %q{2011-01-26}
s.description = %q{Gizzmo is a command-line client for managing gizzard clusters.}
s.email = %q{[email protected]}
s.executables = ["gizzmo", "setup_shards"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/gizzmo",
"bin/setup_shards",
"gizzmo.gemspec",
"lib/gizzard.rb",
"lib/gizzard/commands.rb",
"lib/gizzard/digest.rb",
"lib/gizzard/migrator.rb",
"lib/gizzard/nameserver.rb",
"lib/gizzard/rebalancer.rb",
"lib/gizzard/shard_template.rb",
"lib/gizzard/thrift.rb",
"lib/gizzard/transformation.rb",
"lib/gizzard/transformation_op.rb",
"lib/gizzard/transformation_scheduler.rb",
"lib/gizzmo.rb",
"lib/vendor/thrift_client/simple.rb",
"test/config.yaml",
"test/expected/deep.txt",
"test/expected/dry-wrap-table_b_0.txt",
"test/expected/empty-file.txt",
"test/expected/find-only-sql-shard-type.txt",
"test/expected/forwardings.txt",
"test/expected/help-info.txt",
"test/expected/info.txt",
"test/expected/links-for-replicating_table_b_0.txt",
"test/expected/links-for-table_b_0.txt",
"test/expected/links-for-table_repl_0.txt",
"test/expected/original-find.txt",
"test/expected/subtree-info.txt",
"test/expected/subtree.txt",
"test/expected/unwrapped-replicating_table_b_0.txt",
"test/expected/unwrapped-table_b_0.txt",
"test/expected/wrap-table_b_0.txt",
"test/gizzmo_spec.rb",
"test/helper.rb",
"test/nameserver_spec.rb",
"test/recreate.sql",
"test/scheduler_spec.rb",
"test/shard_template_spec.rb",
"test/spec.opts",
"test/spec_helper.rb",
"test/test.sh",
"test/test_server/.gitignore",
"test/test_server/project/build.properties",
"test/test_server/project/build/Project.scala",
"test/test_server/project/plugins/Plugins.scala",
"test/test_server/src/main/scala/Main.scala",
"test/test_server/src/main/scala/TestServer.scala",
"test/test_server/src/main/thrift/TestServer.thrift",
"test/transformation_spec.rb"
]
s.homepage = %q{http://github.com/twitter/gizzmo}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Gizzmo is a command-line client for managing gizzard clusters.}
s.test_files = [
"test/gizzmo_spec.rb",
"test/helper.rb",
"test/nameserver_spec.rb",
"test/scheduler_spec.rb",
"test/shard_template_spec.rb",
"test/spec_helper.rb",
"test/test_server/target/gen-rb/test_server.rb",
"test/test_server/target/gen-rb/test_server_constants.rb",
"test/test_server/target/gen-rb/test_server_types.rb",
"test/transformation_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end