wukong.gemspec in wukong-1.5.0 vs wukong.gemspec in wukong-1.5.1
- old
+ new
@@ -3,14 +3,14 @@
# 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.0"
+ s.version = "1.5.1"
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-10}
+ s.date = %q{2010-08-11}
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