Skip to content

Commit e8cc196

Browse files
committed
Tests passing for 3.1.0.rc8
1 parent c9bf152 commit e8cc196

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

activerecord-sqlserver-adapter.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.platform = Gem::Platform::RUBY
44
s.name = "activerecord-sqlserver-adapter"
5-
s.version = "3.1.0.rc6"
5+
s.version = "3.1.0.rc8"
66
s.summary = "SQL Server 2005 and 2008 Adapter For ActiveRecord."
77
s.description = "SQL Server 2005 and 2008 Adapter For ActiveRecord"
88

@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
1616
s.rdoc_options.concat ['--main', 'README.rdoc']
1717
s.rubyforge_project = 'activerecord-sqlserver-adapter'
1818

19-
s.add_dependency('activerecord', '~> 3.1.0.rc6')
19+
s.add_dependency('activerecord', '~> 3.1.0.rc8')
2020
end
2121

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class SQLServerAdapter < AbstractAdapter
167167
include Sqlserver::Errors
168168

169169
ADAPTER_NAME = 'SQLServer'.freeze
170-
VERSION = '3.1.0.rc6'.freeze
170+
VERSION = '3.1.0.rc8'.freeze
171171
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+"?(\d{4}|\w+)"?/
172172
SUPPORTED_VERSIONS = [2005,2008,2010,2011].freeze
173173

0 commit comments

Comments
 (0)