Skip to content

Commit 47603b2

Browse files
committed
Prepare for 3.0.7 release
1 parent 94dd35a commit 47603b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG

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

2-
* master *
2+
* 3.0.7 *
33

44
* Properly quote table names when reflecting on views.
55

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.6"
5+
s.version = "3.0.7"
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
@@ -163,7 +163,7 @@ class SQLServerAdapter < AbstractAdapter
163163
include Sqlserver::Errors
164164

165165
ADAPTER_NAME = 'SQLServer'.freeze
166-
VERSION = '3.0.6'.freeze
166+
VERSION = '3.0.7'.freeze
167167
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
168168
SUPPORTED_VERSIONS = [2005,2008].freeze
169169

0 commit comments

Comments
 (0)