tiny_tds 2.0.0.pre1 → 2.0.0
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
- 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: e7084d049851fdd79e13ea2374f02e7db213dcd1
|
4
|
+
data.tar.gz: 55dc1f52301013838e64d27cd6c1f06fd72d5982
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebede915a805cd34d6e372a0eb7dacaf8b773dbb5a9823d36df26b0bd21cfa268cb9c041e6e8169f578257c01e0858011fc6f48ae521814bcce7867b650fbc8f
|
7
|
+
data.tar.gz: 5b1f60df1eb039c09d504033b4985c62ac914677470700717507024a860ce062425dcf69fb1fc4844dfc2d9872869dc79caddb1404ff57be36e350f0f412cf88
|
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
|
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: ruby
|
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-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: mini_portile2
|
@@ -191,9 +191,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
191
191
|
version: 2.0.0
|
192
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
193
193
|
requirements:
|
194
|
-
- - "
|
194
|
+
- - ">="
|
195
195
|
- !ruby/object:Gem::Version
|
196
|
-
version:
|
196
|
+
version: '0'
|
197
197
|
requirements: []
|
198
198
|
rubyforge_project:
|
199
199
|
rubygems_version: 2.6.8
|