swift.gemspec in swift-1.0.3 vs swift.gemspec in swift-1.1.0

- 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 = "swift" - s.version = "1.0.3" + s.version = "1.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Shane Hanna", "Bharanee 'Barney' Rathna"] - s.date = "2012-09-21" + s.date = "2013-02-18" s.description = "A rational rudimentary database abstraction." s.email = ["shane.hanna@gmail.com", "deepfryed@gmail.com"] s.extra_rdoc_files = [ "LICENSE", "README.md" @@ -28,10 +28,11 @@ "lib/swift/adapter/postgres.rb", "lib/swift/adapter/sql.rb", "lib/swift/adapter/sqlite3.rb", "lib/swift/attribute.rb", "lib/swift/eventmachine.rb", + "lib/swift/fiber_connection_pool.rb", "lib/swift/header.rb", "lib/swift/identity_map.rb", "lib/swift/migrations.rb", "lib/swift/record.rb", "lib/swift/result.rb", @@ -50,9 +51,10 @@ "test/test_error.rb", "test/test_identity_map.rb", "test/test_io.rb", "test/test_record.rb", "test/test_swift.rb", + "test/test_synchrony.rb", "test/test_timestamps.rb", "test/test_transactions.rb", "test/test_types.rb", "test/test_validations.rb" ]