tiny_tds 2.0.0.pre1-x86-mingw32 → 2.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -8
- data/VERSION +1 -1
- data/lib/tiny_tds/2.0/tiny_tds.so +0 -0
- data/lib/tiny_tds/2.1/tiny_tds.so +0 -0
- data/lib/tiny_tds/2.2/tiny_tds.so +0 -0
- data/lib/tiny_tds/2.3/tiny_tds.so +0 -0
- data/lib/tiny_tds/2.4/tiny_tds.so +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/bsqldb.exe +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/datacopy.exe +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/defncopy.exe +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/freebcp.exe +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/libct-4.dll +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/libsybdb-5.dll +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/tdspool.exe +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/bin/tsql.exe +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/lib/libct.dll.a +0 -0
- data/ports/i686-w64-mingw32/freetds/1.00.27/lib/libsybdb.dll.a +0 -0
- data/ports/i686-w64-mingw32/libiconv/1.14/bin/iconv.exe +0 -0
- data/ports/i686-w64-mingw32/libiconv/1.14/bin/libcharset-1.dll +0 -0
- data/ports/i686-w64-mingw32/libiconv/1.14/bin/libiconv-2.dll +0 -0
- data/ports/i686-w64-mingw32/libiconv/1.14/lib/libcharset.dll.a +0 -0
- data/ports/i686-w64-mingw32/libiconv/1.14/lib/libiconv.dll.a +0 -0
- data/ports/i686-w64-mingw32/openssl/1.1.0e/bin/libcrypto-1_1.dll +0 -0
- data/ports/i686-w64-mingw32/openssl/1.1.0e/bin/libssl-1_1.dll +0 -0
- data/ports/i686-w64-mingw32/openssl/1.1.0e/bin/openssl.exe +0 -0
- data/ports/i686-w64-mingw32/openssl/1.1.0e/lib/libcrypto.dll.a +0 -0
- data/ports/i686-w64-mingw32/openssl/1.1.0e/lib/libssl.dll.a +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63f4a4b55ed3ada2526b8951976880c43bc94cc9
|
4
|
+
data.tar.gz: f3e018c6e78eba48160faeb84afbfd7d9648f787
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee45c234bea04a263aa8fc7373926c1d321f757f8a9cbd625645dd70482784e1ca5243b12897aa2d7871030d473d62706abe3e4da86c139169e4664052c94619
|
7
|
+
data.tar.gz: b9399b0262462fbb23cbce92f1a8a1624fbf1c3226afd299472bad37021be3349e1125c9b79fe9b3f9da73a64a8becc6561a00627fab45c0c6a8b6877a6b7815
|
data/README.md
CHANGED
@@ -34,7 +34,10 @@ Installing with rubygems should just work. TinyTDS is currently tested on Ruby v
|
|
34
34
|
$ gem install tiny_tds
|
35
35
|
```
|
36
36
|
|
37
|
-
If you use Windows, we pre-compile TinyTDS with static versions of FreeTDS and supporting libraries.
|
37
|
+
If you use Windows, we pre-compile TinyTDS with static versions of FreeTDS and supporting libraries.
|
38
|
+
If you're using RubyInstaller the binary gem will require that devkit is installed and in your path to operate properly.
|
39
|
+
|
40
|
+
On all other platforms, we will find these dependencies. It is recommended that you install the latest FreeTDS via your method of choice. For example, here is how to install FreeTDS on Ubuntu. You might also need the `build-essential` and possibly the `libc6-dev` packages.
|
38
41
|
|
39
42
|
```shell
|
40
43
|
$ apt-get wget
|
@@ -445,13 +448,6 @@ $ bundle install
|
|
445
448
|
$ bundle exec rake
|
446
449
|
```
|
447
450
|
|
448
|
-
If you don't have FreeTDS installed on your system you can let the MiniPortile build tasks build and link all the dependencies for you.
|
449
|
-
```shell
|
450
|
-
$ bundle install
|
451
|
-
$ bundle exec rake ports build
|
452
|
-
$ bundle exec rake ports test
|
453
|
-
```
|
454
|
-
|
455
451
|
Examples us using enviornment variables to customize the test task.
|
456
452
|
|
457
453
|
```
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.0
|
1
|
+
2.0.0
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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: 2.0.0
|
4
|
+
version: 2.0.0
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Ken Collins
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-07-
|
13
|
+
date: 2017-07-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: mini_portile2
|
@@ -224,9 +224,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
224
224
|
version: 2.0.0
|
225
225
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
226
226
|
requirements:
|
227
|
-
- - "
|
227
|
+
- - ">="
|
228
228
|
- !ruby/object:Gem::Version
|
229
|
-
version:
|
229
|
+
version: '0'
|
230
230
|
requirements: []
|
231
231
|
rubyforge_project:
|
232
232
|
rubygems_version: 2.6.12
|