swift.gemspec in swift-0.7.1 vs swift.gemspec in swift-0.7.2

- 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{swift} - s.version = "0.7.1" + s.version = "0.7.2" 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-09-24} + s.date = %q{2010-10-02} s.description = %q{A rational rudimentary database abstraction.} s.email = ["shane.hanna@gmail.com", "deepfryed@gmail.com"] s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [ "LICENSE", @@ -72,23 +72,23 @@ s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{A rational rudimentary database abstraction.} s.test_files = [ - "test/test_pool.rb", - "test/test_io.rb", - "test/test_validations.rb", - "test/test_transactions.rb", - "test/test_adapter.rb", - "test/test_identity_map.rb", + "test/test_adapter.rb", + "test/test_scheme.rb", + "test/test_types.rb", "test/test_error.rb", - "test/helper.rb", + "test/test_io.rb", "test/test_encoding.rb", + "test/test_transactions.rb", + "test/test_validations.rb", "test/test_timestamps.rb", - "test/test_scheme.rb", - "test/test_types.rb", - "examples/scheme.rb", + "test/helper.rb", + "test/test_identity_map.rb", + "test/test_pool.rb", "examples/async.rb", + "examples/scheme.rb", "examples/db.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION