Skip to content

Commit fb09dc5

Browse files
committed
Prepare for 3.1.0 release.
1 parent 59c71a7 commit fb09dc5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

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

2-
* 3.1.0.rc *
2+
* 3.1.0 *
3+
4+
* Default unicode datatypes!
35

46
* New #lowercase_schema_reflection configuration that allows you to downcase all tables and columns.
57
Good for legacy databases. Fixes #86. Thanks @dmajkic.

activerecord-sqlserver-adapter.gemspec

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

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.rc1'.freeze
164+
VERSION = '3.1.0'.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)