tiny_tds 0.4.0 → 0.4.1
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 +5 -0
- data/ext/tiny_tds/tiny_tds_ext.h +1 -0
- data/lib/tiny_tds.rb +1 -2
- metadata +4 -4
data/CHANGELOG
CHANGED
data/ext/tiny_tds/tiny_tds_ext.h
CHANGED
data/lib/tiny_tds.rb
CHANGED
|
@@ -4,7 +4,6 @@ require 'bigdecimal'
|
|
|
4
4
|
require 'rational' unless RUBY_VERSION >= '1.9.2'
|
|
5
5
|
|
|
6
6
|
require 'tiny_tds/error'
|
|
7
|
-
require 'tiny_tds/tiny_tds'
|
|
8
7
|
require 'tiny_tds/client'
|
|
9
8
|
require 'tiny_tds/result'
|
|
10
9
|
|
|
@@ -15,5 +14,5 @@ require 'tiny_tds/tiny_tds'
|
|
|
15
14
|
#
|
|
16
15
|
# Tiny Ruby Wrapper For FreeTDS Using DB-Library
|
|
17
16
|
module TinyTds
|
|
18
|
-
VERSION = '0.4.
|
|
17
|
+
VERSION = '0.4.1'
|
|
19
18
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tiny_tds
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.4.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ken Collins
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-03-
|
|
19
|
+
date: 2011-03-24 00:00:00 -04:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies: []
|
|
22
22
|
|