wukong.gemspec in wukong-0.1.1 vs wukong.gemspec in wukong-0.1.4

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{wukong} - s.version = "0.1.1" + s.version = "0.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Philip (flip) Kromer"] - s.date = %q{2009-09-28} + s.date = %q{2009-10-05} 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 @@ -95,9 +95,10 @@ "lib/wukong/and_pig/utils.rb", "lib/wukong/bad_record.rb", "lib/wukong/boot.rb", "lib/wukong/datatypes.rb", "lib/wukong/datatypes/enum.rb", + "lib/wukong/datatypes/fake_types.rb", "lib/wukong/dfs.rb", "lib/wukong/encoding.rb", "lib/wukong/extensions.rb", "lib/wukong/extensions/array.rb", "lib/wukong/extensions/blank.rb",