swift.gemspec in swift-0.4.2 vs swift.gemspec in swift-0.4.3

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{swift} - s.version = "0.4.2" + s.version = "0.4.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Shane Hanna", "Bharanee 'Barney' Rathna"] s.date = %q{2010-08-07} s.description = %q{A rational rudimentary database abstraction.} @@ -38,10 +38,11 @@ "test/house-explode.jpg", "test/test_adapter.rb", "test/test_encoding.rb", "test/test_identity_map.rb", "test/test_io.rb", + "test/test_pool.rb", "test/test_timestamps.rb" ] s.homepage = %q{http://github.com/shanna/swift} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] @@ -52,9 +53,10 @@ "test/test_io.rb", "test/test_encoding.rb", "test/test_timestamps.rb", "test/helper.rb", "test/test_identity_map.rb", + "test/test_pool.rb", "examples/async.rb", "examples/scheme.rb", "examples/db.rb" ]