wukong.gemspec in wukong-1.5.2 vs wukong.gemspec in wukong-1.5.3

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{wukong} - s.version = "1.5.2" + s.version = "1.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Philip (flip) Kromer"] - s.date = %q{2010-08-11} + s.date = %q{2010-08-19} 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 @@ -35,10 +35,11 @@ "bin/cuttab", "bin/greptrue", "bin/hdp-bzip", "bin/hdp-cat", "bin/hdp-catd", + "bin/hdp-cp", "bin/hdp-du", "bin/hdp-get", "bin/hdp-kill", "bin/hdp-kill-task", "bin/hdp-ls", @@ -136,10 +137,11 @@ "examples/contrib/jeans/sizes.rb", "examples/corpus/words_to_bigrams.rb", "examples/count_keys.rb", "examples/count_keys_at_mapper.rb", "examples/emr/elastic_mapreduce_example.rb", + "examples/emr/emr.yaml", "examples/keystore/cassandra_batch_test.rb", "examples/keystore/conditional_outputter_example.rb", "examples/network_graph/adjacency_list.rb", "examples/network_graph/breadth_first_search.rb", "examples/network_graph/gen_2paths.rb", @@ -183,10 +185,11 @@ "lib/wukong/extensions/module.rb", "lib/wukong/extensions/pathname.rb", "lib/wukong/extensions/string.rb", "lib/wukong/extensions/struct.rb", "lib/wukong/extensions/symbol.rb", + "lib/wukong/filename_pattern.rb", "lib/wukong/keystore/cassandra_conditional_outputter.rb", "lib/wukong/keystore/redis_db.rb", "lib/wukong/keystore/tyrant_db.rb", "lib/wukong/keystore/tyrant_notes.textile", "lib/wukong/logger.rb", @@ -203,10 +206,11 @@ "lib/wukong/script/emr_command.rb", "lib/wukong/script/hadoop_command.rb", "lib/wukong/script/local_command.rb", "lib/wukong/store.rb", "lib/wukong/store/base.rb", + "lib/wukong/store/chh_chunked_flat_file_store.rb", "lib/wukong/store/chunked_flat_file_store.rb", "lib/wukong/store/conditional_store.rb", "lib/wukong/store/factory.rb", "lib/wukong/store/flat_file_store.rb", "lib/wukong/store/key_store.rb", @@ -220,9 +224,10 @@ "lib/wukong/streamer/base.rb", "lib/wukong/streamer/cassandra_streamer.rb", "lib/wukong/streamer/count_keys.rb", "lib/wukong/streamer/count_lines.rb", "lib/wukong/streamer/counting_reducer.rb", + "lib/wukong/streamer/em_streamer.rb", "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",