Sha256: 7a9232a6b3faf62a0348b2909e6dc6ba6fff1f2558d20b4fe6f936d792e2ddc9

Contents?: true

Size: 851 Bytes

Versions: 8

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.1s'
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

8 entries across 8 versions & 1 rubygems

Version Path
tiny_tds-2.1.7-x64-mingw-ucrt ext/tiny_tds/extconsts.rb
tiny_tds-2.1.7-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.7-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.7 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.6-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.6-x64-mingw-ucrt ext/tiny_tds/extconsts.rb
tiny_tds-2.1.6-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-2.1.6 ext/tiny_tds/extconsts.rb