Sha256: 52cf072d8892af5135a260ebcb54e427d865bd77f2838c9470dd1abdca706227

Contents?: true

Size: 761 Bytes

Versions: 12

Compression:

Stored size: 761 Bytes

Contents

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

OPENSSL_VERSION = ENV['TINYTDS_OPENSSL_VERSION'] || '1.0.2e'
OPENSSL_SOURCE_URI = "http://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"

FREETDS_VERSION = ENV['TINYTDS_FREETDS_VERSION'] || "0.95.78"
FREETDS_VERSION_INFO = Hash.new { |h,k|
  h[k] = {files: "ftp://ftp.freetds.org/pub/freetds/stable/freetds-#{k}.tar.bz2"}
}
FREETDS_VERSION_INFO['0.99'] = {files: 'ftp://ftp.freetds.org/pub/freetds/current/freetds-dev.0.99.479.tar.bz2'}
FREETDS_VERSION_INFO['current'] = {files: 'https://github.com/FreeTDS/freetds/archive/master.zip'}
FREETDS_SOURCE_URI = FREETDS_VERSION_INFO[FREETDS_VERSION][:files]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tiny_tds-0.9.5.beta.7-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.7-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.7 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.6-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.6-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.6 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.5-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.5-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.5 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.4-x86-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.4-x64-mingw32 ext/tiny_tds/extconsts.rb
tiny_tds-0.9.5.beta.4 ext/tiny_tds/extconsts.rb