wukong.gemspec in wukong-1.4.0 vs wukong.gemspec in wukong-1.4.1
- old
+ new
@@ -3,25 +3,25 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{wukong}
- s.version = "1.4.0"
+ s.version = "1.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Philip (flip) Kromer"]
- s.date = %q{2009-10-12}
+ s.date = %q{2009-12-15}
s.description = %q{ Treat your dataset like a:
* stream of lines when it’s efficient to process by lines
* stream of field arrays when it’s efficient to deal directly with fields
* stream of lightweight objects when it’s efficient to deal with objects
Wukong is friends with Hadoop the elephant, Pig the query language, and the cat on your command line.
}
s.email = %q{flip@infochimps.org}
- s.executables = ["cutc", "cuttab", "greptrue", "hdp-cat", "hdp-catd", "hdp-du", "hdp-get", "hdp-kill", "hdp-ls", "hdp-mkdir", "hdp-mv", "hdp-parts_to_keys.rb", "hdp-ps", "hdp-put", "hdp-rm", "hdp-sort", "hdp-stream", "hdp-stream-flat", "hdp-sync", "hdp-wc", "md5sort", "tabchar", "uniqc", "wu-hist", "wu-lign", "wu-sum"]
+ s.executables = ["hdp-du", "hdp-sync", "hdp-wc", "wu-lign", "wu-sum", "hdp-parts_to_keys.rb"]
s.extra_rdoc_files = [
"LICENSE.textile",
"README.textile"
]
s.files = [
@@ -44,17 +44,21 @@
"bin/hdp-put",
"bin/hdp-rm",
"bin/hdp-sort",
"bin/hdp-stream",
"bin/hdp-stream-flat",
+ "bin/hdp-stream2",
"bin/hdp-sync",
"bin/hdp-wc",
"bin/md5sort",
"bin/tabchar",
"bin/uniqc",
+ "bin/wu-date",
+ "bin/wu-datetime",
"bin/wu-hist",
"bin/wu-lign",
+ "bin/wu-plus",
"bin/wu-sum",
"docpages/INSTALL.textile",
"docpages/INSTALL.textile",
"docpages/LICENSE.textile",
"docpages/LICENSE.textile",
@@ -127,10 +131,11 @@
"lib/wukong/extensions/blank.rb",
"lib/wukong/extensions/class.rb",
"lib/wukong/extensions/date_time.rb",
"lib/wukong/extensions/emittable.rb",
"lib/wukong/extensions/hash.rb",
+ "lib/wukong/extensions/hash_keys.rb",
"lib/wukong/extensions/hash_like.rb",
"lib/wukong/extensions/hashlike_class.rb",
"lib/wukong/extensions/module.rb",
"lib/wukong/extensions/pathname.rb",
"lib/wukong/extensions/string.rb",
@@ -151,16 +156,21 @@
"lib/wukong/streamer/filter.rb",
"lib/wukong/streamer/line_streamer.rb",
"lib/wukong/streamer/list_reducer.rb",
"lib/wukong/streamer/preprocess_with_pipe_streamer.rb",
"lib/wukong/streamer/rank_and_bin_reducer.rb",
+ "lib/wukong/streamer/record_streamer.rb",
"lib/wukong/streamer/set_reducer.rb",
"lib/wukong/streamer/struct_streamer.rb",
"lib/wukong/streamer/summing_reducer.rb",
"lib/wukong/streamer/uniq_by_last_reducer.rb",
"lib/wukong/typed_struct.rb",
"lib/wukong/wukong_class.rb",
"spec/bin/hdp-wc_spec.rb",
+ "spec/data/a_atsigns_b.tsv",
+ "spec/data/a_follows_b.tsv",
+ "spec/data/tweet.tsv",
+ "spec/data/twitter_user.tsv",
"spec/spec_helper.rb",
"wukong.gemspec"
]
s.homepage = %q{http://mrflip.github.com/wukong}
s.rdoc_options = ["--charset=UTF-8"]