Sha256: f4781cc8cdb07d8f88fa154e049d30395fc2f432ac77014e8fe9733e70ce68b4

Contents?: true

Size: 851 Bytes

Versions: 15

Compression:

Stored size: 851 Bytes

Contents

ICONV_VERSION = ENV['TINYTDS_ICONV_VERSION'] || "1.15"
ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ICONV_VERSION}.tar.gz"

OPENSSL_VERSION = ENV['TINYTDS_OPENSSL_VERSION'] || '1.1.1d'
OPENSSL_SOURCE_URI = "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"

FREETDS_VERSION = ENV['TINYTDS_FREETDS_VERSION'] || "1.1.24"
FREETDS_VERSION_INFO = Hash.new { |h,k|
  h[k] = {files: "http://www.freetds.org/files/stable/freetds-#{k}.tar.bz2"}
}
FREETDS_VERSION_INFO['1.00'] = {files: 'http://www.freetds.org/files/stable/freetds-1.00.tar.bz2'}
FREETDS_VERSION_INFO['0.99'] = {files: 'http://www.freetds.org/files/current/freetds-dev.0.99.678.tar.gz'}
FREETDS_VERSION_INFO['0.95'] = {files: 'http://www.freetds.org/files/stable/freetds-0.95.92.tar.gz'}
FREETDS_SOURCE_URI = FREETDS_VERSION_INFO[FREETDS_VERSION][:files]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tiny_tds-2.1.5-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.5-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.5 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4.pre2-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4.pre2-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4.pre2 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4.pre-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4.pre-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.4.pre ext/tiny_tds/extconsts.rb
tiny_tds-2.1.3-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.3-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.3 ext/tiny_tds/extconsts.rb