swift.gemspec in swift-0.6.1 vs swift.gemspec in swift-0.7.0
- 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.6.1"
+ s.version = "0.7.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{2010-09-02}
+ s.date = %q{2010-09-20}
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",
@@ -23,9 +23,11 @@
"README.rdoc",
"Rakefile",
"VERSION",
"ext/adapter.cc",
"ext/adapter.h",
+ "ext/attribute.cc",
+ "ext/attribute.h",
"ext/extconf.rb",
"ext/iostream.cc",
"ext/iostream.h",
"ext/pool.cc",
"ext/pool.h",