tiny_tds 2.0.0.pre1-x64-mingw32 → 2.0.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -8
  3. data/VERSION +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d610f8a144b7d69dc557b7754e5d8cb249663a40
4
- data.tar.gz: e503544545922b8f044aad93f301dc1d96d518a8
3
+ metadata.gz: 96e0f794d5f6320714c627ea3622b12acaac16ae
4
+ data.tar.gz: 9724434d4da62b23f710d502247960ba9ccbaf2d
5
5
  SHA512:
6
- metadata.gz: 379ad79e11421917921c79f39f3cdf2c95ac1fd42a53be43842b4a9b331f752de85c9edffe734d2d43bd0d0ec49ebb901d33d1d9f1abf2135e1e7cc93849c110
7
- data.tar.gz: bb35d5094c95e79a7a0d9218c5f091a2ce550e035a19ead43304c178b4921066740da755300668268a762ce7e23ada6aec66c18e4f1def389408d1fac0b24600
6
+ metadata.gz: a58bdc15efef90e8e040bb7306bb8440d6851ed810ae638a2881cbf230fd53c7e112521e9aaf147341e0709ce6eab9b86fe5432394eac2d9e40c7e03a34eca63
7
+ data.tar.gz: 66a2bd2a34dbad0a952223867727e85811a002876974a9895342035c8ed8c6f67363df94c714d30ca6b10c8725764f296e6fc757daf23a9d6262a9bce8f034ea
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. 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.
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.pre1
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.pre1
4
+ version: 2.0.0
5
5
  platform: x64-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-03 00:00:00.000000000 Z
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: 1.3.1
229
+ version: '0'
230
230
  requirements: []
231
231
  rubyforge_project:
232
232
  rubygems_version: 2.6.12