tiny_tds 0.9.5.rc.1-x64-mingw32 → 0.9.5.rc.2-x64-mingw32

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/ext/tiny_tds/extconf.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8882b39aa25fec333b8e6e63989562e035df5527
4
- data.tar.gz: a2ece437f6b4032653c25298fc44896e28fd3294
3
+ metadata.gz: 0787cc171646d394efb3ab76efd8b84e172b21b3
4
+ data.tar.gz: 392746082fbc7104fe3fb60848a33a4402a41557
5
5
  SHA512:
6
- metadata.gz: e8ec23b8c90e30d5a243553875b73bfd22eb520b2516f1be097ab3914597ac774707bd6e543923eea38eb248e59c4d80e85497fa19b83eb29a21d88b11371937
7
- data.tar.gz: c2d942e591dba7d3137599ad9ec0b93897aa92f7f28312de89667a2c2448fcbc0f78759efeaff4afe98a56ea653d94691a9f88287b2438943a911024543b6bf5
6
+ metadata.gz: d31b59a9f49f3ece8b57aa101d946c57ee80a0d91845a012f0be3e57c98a61d7a33ef60c6e237cfba73a673723d65032307a6927ebe406e8b753607ae267cbd6
7
+ data.tar.gz: c3d54fbc97c21395608e06f55b08a5ee8542b3485e4c4af0e8cede031b99733ec9970ff6851c888b0bf79c14b0a21ac90e141e80f3f4b7c0963dd717fbbf3691
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.5.rc.1
1
+ 0.9.5.rc.2
@@ -207,7 +207,7 @@ def define_freetds_recipe(host, libiconv, libssl, gnutls)
207
207
  recipe.configure_options << "--with-openssl=#{libssl.path}"
208
208
  end
209
209
  recipe.configure_options << "--with-gnutls" if gnutls
210
- recipe.configure_options << '--sysconfdir=C:/Sites' if for_windows
210
+ recipe.configure_options << '--sysconfdir=C:\Sites' if for_windows
211
211
  recipe.configure_options << '--enable-sspi' if for_windows
212
212
  recipe.configure_options << "--disable-odbc"
213
213
  recipe.configure_options << with_tdsver
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: 0.9.5.rc.1
4
+ version: 0.9.5.rc.2
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: 2016-02-06 00:00:00.000000000 Z
13
+ date: 2016-02-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mini_portile2