1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-sodium

Клонировать/Скачать
sodium.gemspec 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Stephen Touset Отправлено 09.07.2013 02:27 b92a497
Gem::Specification.new do |gem|
gem.name = 'sodium'
gem.version = File.read('VERSION') rescue '0.0.0'
gem.author = 'Stephen Touset'
gem.email = 'stephen@touset.org'
gem.homepage = 'https://github.com/stouset/sodium'
gem.summary = 'A Ruby binding to the easy-to-use high-speed crypto library libsodium'
gem.description = 'A library for performing cryptography based on modern ciphers and protocols'
gem.license = 'MIT'
gem.bindir = 'bin'
gem.files = `git ls-files` .split("\n")
gem.executables = `git ls-files -- bin/*` .split("\n").map {|e| File.basename(e) }
gem.extensions = `git ls-files -- ext/**/*.rb`.split("\n")
gem.test_files = `git ls-files -- spec/*` .split("\n")
gem.requirements << 'libsodium ~> 0.5'
gem.add_dependency 'ffi', '~> 1'
gem.add_development_dependency 'rake', '~> 10'
gem.add_development_dependency 'minitest', '~> 5'
gem.add_development_dependency 'version', '~> 1'
# bundler tries to build the gem on load, so only sign if the key is
# present; however, we still warn just in case we're legitimately
# packaging the gem for release but they key isn't available
if File.exist?('/Volumes/Sensitive/Keys/Gems/sodium@touset.org.key')
gem.signing_key = '/Volumes/Sensitive/Keys/Gems/sodium@touset.org.key'
gem.cert_chain = [ 'certs/sodium@touset.org.cert' ]
else
warn 'Building the sodium gem without a signature...'
end
end

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-sodium.git
git@api.gitlife.ru:oschina-mirror/mirrors-sodium.git
oschina-mirror
mirrors-sodium
mirrors-sodium
master