Skip to content

Commit d776d59

Browse files
committed
Prepare version 3.0.1
1 parent f9a6c24 commit d776d59

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG

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

2-
MASTER
3-
42
* 3.0.1
53

64
* Support DSN'less connections. Resolves ticket 38.

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.0"
5+
s.version = "3.0.1"
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
@@ -181,7 +181,7 @@ class SQLServerAdapter < AbstractAdapter
181181
include Sqlserver::Errors
182182

183183
ADAPTER_NAME = 'SQLServer'.freeze
184-
VERSION = '3.0.0'.freeze
184+
VERSION = '3.0.1'.freeze
185185
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
186186
SUPPORTED_VERSIONS = [2005,2008].freeze
187187

0 commit comments

Comments
 (0)