Skip to content

Commit

Permalink
Remove deps for active record and bump test gem version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Nov 20, 2008
1 parent c5791cf commit 2a70d90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2000-2005-adapter.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "2000-2005-adapter"
s.version = "1.0.0"
s.version = "1.0.1"
s.date = "2008-11-19"
s.summary = "SQL Server 2000 & 2005 Adapter For Rails."
s.email = "ken@metaskills.net"
Expand Down Expand Up @@ -43,5 +43,4 @@ Gem::Specification.new do |s|
"test/schema/sqlserver_specific_schema.rb" ]
s.rdoc_options = ["--line-numbers", "--inline-source", "--main", "README.textile"]
s.extra_rdoc_files = ["README.textile"]
s.add_dependency("activerecord", [">= 2.2.0"])
end

0 comments on commit 2a70d90

Please sign in to comment.