swift.gemspec in swift-0.10.0 vs swift.gemspec in swift-0.11.0

- old
+ new

@@ -3,18 +3,18 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{swift} - s.version = "0.10.0" + s.version = "0.11.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 = %q{2011-04-04} + s.authors = [%q{Shane Hanna}, %q{Bharanee 'Barney' Rathna}] + s.date = %q{2011-09-30} s.description = %q{A rational rudimentary database abstraction.} - s.email = ["shane.hanna@gmail.com", "deepfryed@gmail.com"] - s.extensions = ["ext/extconf.rb"] + s.email = [%q{shane.hanna@gmail.com}, %q{deepfryed@gmail.com}] + s.extensions = [%q{ext/extconf.rb}] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ @@ -42,10 +42,11 @@ "ext/statement.h", "ext/swift.cc", "ext/swift.h", "lib/swift.rb", "lib/swift/adapter.rb", + "lib/swift/adapter/sql.rb", "lib/swift/attribute.rb", "lib/swift/db.rb", "lib/swift/header.rb", "lib/swift/identity_map.rb", "lib/swift/migrations.rb", @@ -54,45 +55,29 @@ "lib/swift/type.rb", "lib/swift/validations.rb", "swift.gemspec", "test/helper.rb", "test/house-explode.jpg", + "test/minitest_teardown_hack.rb", "test/test_adapter.rb", "test/test_encoding.rb", "test/test_error.rb", "test/test_identity_map.rb", "test/test_io.rb", "test/test_pool.rb", "test/test_scheme.rb", + "test/test_swift.rb", "test/test_timestamps.rb", "test/test_transactions.rb", "test/test_types.rb", "test/test_validations.rb" ] s.homepage = %q{http://github.com/shanna/swift} - s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.require_paths = [%q{lib}] + s.rubygems_version = %q{1.8.5} s.summary = %q{A rational rudimentary database abstraction.} - s.test_files = [ - "examples/async.rb", - "examples/db.rb", - "examples/scheme.rb", - "test/helper.rb", - "test/test_adapter.rb", - "test/test_encoding.rb", - "test/test_error.rb", - "test/test_identity_map.rb", - "test/test_io.rb", - "test/test_pool.rb", - "test/test_scheme.rb", - "test/test_timestamps.rb", - "test/test_transactions.rb", - "test/test_types.rb", - "test/test_validations.rb" - ] if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<minitest>, [">= 1.7.0"]) s.add_development_dependency(%q<eventmachine>, [">= 0"])