Skip to content

Commit 95346aa

Browse files
committed
Prepare for 3.0.9
1 parent 59c3e29 commit 95346aa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
* 3.0.9 *
3+
4+
* Fix array literal parsing bug for ruby 1.9.
5+
6+
27
* 3.0.8 *
38

49
* Support for ActiveRecord v3.0.3 and ARel v2.0.7

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.0.8"
5+
s.version = "3.0.9"
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
@@ -164,7 +164,7 @@ class SQLServerAdapter < AbstractAdapter
164164
include Sqlserver::Errors
165165

166166
ADAPTER_NAME = 'SQLServer'.freeze
167-
VERSION = '3.0.8'.freeze
167+
VERSION = '3.0.9'.freeze
168168
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
169169
SUPPORTED_VERSIONS = [2005,2008].freeze
170170

0 commit comments

Comments
 (0)