tiny_tds 0.9.5.rc.1-x86-mingw32 → 0.9.5.rc.2-x86-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/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: f90e434a2ce529189b9027ca27015e027a1be53f
4
- data.tar.gz: b55ce782b62ca09019ac2c28e1cf77e85a862d12
3
+ metadata.gz: e9eac3ebfb34eae1cb1123994a56f3484fc29f19
4
+ data.tar.gz: f684dc40a08c8904224d0992336ab127f4fcd072
5
5
  SHA512:
6
- metadata.gz: a2b59883b7ecd4c3dce0f28af14dd1129b6818503c5938b364cd4d339fb8432b519f9c66d57cd5339a5072727c2aafeba56c21710702aaa8cde1d06ccc7f6768
7
- data.tar.gz: e8e0a429644302aa31ae6323f1283170063b523eaa75818a93bae23ce0d272679fbd652318c1f77ac4bf57edee0af06d521ea30cee8f70093c5c46b1718b9610
6
+ metadata.gz: c9f1259ddaf668f7a355c9c989988bcf9bec89fe6f0395ceeba16bd10fb7cff900ed5b101655fb5c9a8988c2833ee640629da6d026ea0e6629dbab204f45aa55
7
+ data.tar.gz: e423deb6f974fcb8c859976bf375e0179ba6d7600c0c43386df92bb991ed0a03502065e146a6e1a377a793cea7cace87ce3f16b457568a7e77a96b81c6ba55a7
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: 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: 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