-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathruby-tokyotyrant.gemspec
29 lines (25 loc) · 1.81 KB
/
ruby-tokyotyrant.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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{ruby-tokyotyrant}
s.version = "0.5.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Flinn"]
s.date = %q{2011-10-10}
s.email = %q{[email protected]}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["COPYING", "Rakefile", "README.rdoc", "ext/tokyo_tyrant.c", "ext/tokyo_tyrant.h", "ext/tokyo_tyrant_bdb.c", "ext/tokyo_tyrant_bdb.h", "ext/tokyo_tyrant_consistent_hash.c", "ext/tokyo_tyrant_consistent_hash.h", "ext/tokyo_tyrant_db.c", "ext/tokyo_tyrant_db.h", "ext/tokyo_tyrant_module.c", "ext/tokyo_tyrant_module.h", "ext/tokyo_tyrant_query.c", "ext/tokyo_tyrant_query.h", "ext/tokyo_tyrant_table.c", "ext/tokyo_tyrant_table.h", "ext/tokyo_tyrant/balancer.rb", "ext/tokyo_tyrant/rails/tokyo_tyrant_store.rb", "spec/ext.lua", "spec/plu_db.rb", "spec/spec.rb", "spec/spec_base.rb", "spec/start_tyrants.sh", "spec/stop_tyrants.sh", "spec/tokyo_tyrant_balancer_db_spec.rb", "spec/tokyo_tyrant_balancer_table_spec.rb", "spec/tokyo_tyrant_bdb_spec.rb", "spec/tokyo_tyrant_query_spec.rb", "spec/tokyo_tyrant_spec.rb", "spec/tokyo_tyrant_table_spec.rb", "benchmarks/balancer.rb", "benchmarks/bulk_db.rb", "benchmarks/bulk_table.rb", "benchmarks/db.rb", "benchmarks/table.rb", "ext/extconf.rb"]
s.homepage = %q{http://github.com/actsasflinn/ruby-tokyotyrant/}
s.require_paths = ["ext"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A C based TokyoTyrant Ruby binding}
s.test_files = ["spec/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