sql_tree.gemspec in sql_tree-0.0.2 vs sql_tree.gemspec in sql_tree-0.0.3

- old
+ new

@@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = 'sql_tree' # Do not modify the version and date values by hand, because this will # automatically by them gem release script. - s.version = "0.0.2" + s.version = "0.0.3" s.date = "2009-10-09" s.summary = "A pure Ruby library to represent SQL queries with a syntax tree for inspection and modification." s.description = <<-EOS The library can parse an SQL query (a string) to represent the query using