Skip to content

Commit 9648492

Browse files
committed
No changes for 3.1.0.rc1
1 parent c19374a commit 9648492

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
* 3.1.0.beta *
2+
* 3.1.0.rc *
33

44
It just works! Uses "EXEC sp_executesql ..." for just about everything now!
55

activerecord-sqlserver-adapter.gemspec

Lines changed: 1 addition & 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.beta2"
5+
s.version = "3.1.0.rc1"
66
s.summary = "SQL Server 2005 and 2008 Adapter For ActiveRecord."
77
s.description = "SQL Server 2005 and 2008 Adapter For ActiveRecord"
88

@@ -17,6 +17,5 @@ Gem::Specification.new do |s|
1717
s.rubyforge_project = 'activerecord-sqlserver-adapter'
1818

1919
s.add_dependency('activerecord', '~> 3.1.0')
20-
s.add_dependency('arel', '~> 2.1.0')
2120
end
2221

lib/active_record/connection_adapters/sqlserver_adapter.rb

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

163163
ADAPTER_NAME = 'SQLServer'.freeze
164-
VERSION = '3.1.0.beta2'.freeze
164+
VERSION = '3.1.0.rc1'.freeze
165165
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+"?(\d{4}|\w+)"?/
166166
SUPPORTED_VERSIONS = [2005,2008,2010,2011].freeze
167167

0 commit comments

Comments
 (0)