tiny_tds 0.5.2.rc4-x86-mingw32 → 0.6.0.rc1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
- * 0.5.2 *
2
+ * 0.6.0 *
3
+
4
+ * Remove need to specify username for Windows Authentication.
3
5
 
4
6
  * Use proper SQL for returning IDENTITY with Sybase. Fixes #95.
5
7
 
@@ -58,7 +58,6 @@ module TinyTds
58
58
  opts[:password] = opts[:password].to_s
59
59
  warn 'FreeTDS may have issues with passwords longer than 30 characters!' if opts[:password].length > 30
60
60
  end
61
- raise ArgumentError, 'missing :username option' if opts[:username].to_s.empty?
62
61
  raise ArgumentError, 'missing :host option if no :dataserver given' if opts[:dataserver].to_s.empty? && opts[:host].to_s.empty?
63
62
  @query_options = @@default_query_options.dup
64
63
  opts[:appname] ||= 'TinyTds'
@@ -1,3 +1,3 @@
1
1
  module TinyTds
2
- VERSION = '0.5.2.rc4'
2
+ VERSION = '0.6.0.rc1'
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_tds
3
3
  version: !ruby/object:Gem::Version
4
- hash: 2270804295
4
+ hash: 911843707
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
- - 5
9
- - 2
8
+ - 6
9
+ - 0
10
10
  - rc
11
- - 4
12
- version: 0.5.2.rc4
11
+ - 1
12
+ version: 0.6.0.rc1
13
13
  platform: x86-mingw32
14
14
  authors:
15
15
  - Ken Collins
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2012-11-17 00:00:00 -05:00
21
+ date: 2012-11-21 00:00:00 -05:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
@@ -45,12 +45,12 @@ dependencies:
45
45
  requirements:
46
46
  - - ~>
47
47
  - !ruby/object:Gem::Version
48
- hash: 15
48
+ hash: 11
49
49
  segments:
50
50
  - 0
51
- - 4
51
+ - 5
52
52
  - 0
53
- version: 0.4.0
53
+ version: 0.5.0
54
54
  type: :development
55
55
  version_requirements: *id002
56
56
  - !ruby/object:Gem::Dependency