swift.gemspec in swift-1.1.0 vs swift.gemspec in swift-1.2.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.1.0"
+ s.version = "1.2.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 = "2013-02-18"
+ s.date = "2013-03-10"
s.description = "A rational rudimentary database abstraction."
s.email = ["shane.hanna@gmail.com", "deepfryed@gmail.com"]
s.extra_rdoc_files = [
"LICENSE",
"README.md"
@@ -22,23 +22,27 @@
"README.md",
"Rakefile",
"VERSION",
"lib/swift.rb",
"lib/swift/adapter.rb",
+ "lib/swift/adapter/em/mysql.rb",
+ "lib/swift/adapter/em/postgres.rb",
+ "lib/swift/adapter/eventmachine.rb",
"lib/swift/adapter/mysql.rb",
"lib/swift/adapter/postgres.rb",
"lib/swift/adapter/sql.rb",
"lib/swift/adapter/sqlite3.rb",
+ "lib/swift/adapter/synchrony.rb",
+ "lib/swift/adapter/synchrony/mysql.rb",
+ "lib/swift/adapter/synchrony/postgres.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",
"lib/swift/statement.rb",
- "lib/swift/synchrony.rb",
"lib/swift/type.rb",
"lib/swift/validations.rb",
"swift.gemspec",
"test/helper.rb",
"test/house-explode.jpg",