Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Mar 11, 2011
1 parent e5ab1b6 commit 664df18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm-sqlite-adapter.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Kubb"]
s.date = %q{2011-03-01}
s.date = %q{2011-03-10}
s.description = %q{Sqlite3 Adapter for DataMapper}
s.email = %q{dan.kubb@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/datamapper/dm-sqlite-adapter}
s.require_paths = ["lib"]
s.rubyforge_project = %q{datamapper}
s.rubygems_version = %q{1.5.2}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Sqlite3 Adapter for DataMapper}
s.test_files = [
"spec/adapter_spec.rb",
Expand Down

0 comments on commit 664df18

Please sign in to comment.