tiny_tds 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +5 -0
- data/VERSION +1 -1
- metadata +1 -3
- data/exe/defncopy.exe +0 -0
- data/exe/tsql.exe +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1762775525c7ae30fe05e9bd4a3a8281d092fe79
|
4
|
+
data.tar.gz: 582ede8fec651af20ddd8ad3b6c99358b6ea0c52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a431d620f4d8c197c3c4f8b87bd1b7ff052b01c6853f19a91197178b9df3a5e995f35e90194cf4663283fd58c887a591ba19a60d0b25a4d0ebbaaa1537f66fe
|
7
|
+
data.tar.gz: ac61b7414e4ab7fc23df575bc57967deffea67759dbcebecfbebcaa4b7040468fd9a924e83600a98a64a195948ce8ea2d6f3fc5e9e45a84bd3067a2bce68dea4
|
data/CHANGELOG
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiny_tds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ken Collins
|
@@ -120,8 +120,6 @@ files:
|
|
120
120
|
- bin/defncopy
|
121
121
|
- bin/tsql
|
122
122
|
- exe/.keep
|
123
|
-
- exe/defncopy.exe
|
124
|
-
- exe/tsql.exe
|
125
123
|
- ext/tiny_tds/client.c
|
126
124
|
- ext/tiny_tds/client.h
|
127
125
|
- ext/tiny_tds/extconf.rb
|
data/exe/defncopy.exe
DELETED
Binary file
|
data/exe/tsql.exe
DELETED
Binary file
|