tiny_tds 0.9.5.rc.1 → 0.9.5.rc.2

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: 07a0184f85c2131086ea55cd1104fe4a0291cafc
4
- data.tar.gz: 49ae44fae033a96f45c7bf4ddd5e832f3a03e150
3
+ metadata.gz: 01d29794d718ca81a8258c44ee28e3ca3d94f19b
4
+ data.tar.gz: c3746588c7b7cc4cd9514c6983a01b754e7517cf
5
5
  SHA512:
6
- metadata.gz: 256cd5fe34309cf82777dda53b3d962606bc40086a1cc008a3b0b5151fa4a6a98bfe02a6b3a5434b5471046b2b15311b943af3a641a67eadf40ebcf0c9133e42
7
- data.tar.gz: f6ba139e7d27b91d17fd49ba51f6da20817e9bb8094fdf1b2dcd7868bb9b11efe0f18bcf67a5218255bca918a1adbaed61f5030821f6ba74f625aa2141a5358f
6
+ metadata.gz: 5e83e775408f3c1dc1dda50528f4875ca5e13423726d96b371af4c689cf9a96efd7d47d565b6fccfb5f9d03c734f8ad34363fd5698e3d1a10aa546d05d788ed2
7
+ data.tar.gz: 333057373ed2fccf1bed4d3bd3b731c13c91254774cdb0f25358367f1c8868013f38eba649c63b7ea5311f079cf167f0078c8beb56aec1d9a015672de16637aa
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: 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: 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