1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 05:47:53 +00:00

update gemspec file

This commit is contained in:
nishiki 2016-06-30 22:24:51 +02:00
parent 4ea4376149
commit 8d73f9cf47

View file

@ -5,22 +5,23 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = 'mpw'
spec.version = File.open('VERSION').read
spec.authors = ['nishiki']
spec.email = ['gems@yae.im']
spec.summary = 'Manage your password'
spec.description = 'Save and read your password with gpg'
spec.authors = ['Adrien Waksberg']
spec.email = ['mpw@yae.im']
spec.summary = 'MPW is a software to crypt and manage your passwords'
spec.description = 'Manage your passwords in all security with MPW, we use GPG to crypt your passwords'
spec.homepage = 'https://github.com/nishiki/manage-password'
spec.license = 'GPL'
spec.license = 'GPL-2.0'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = ['mpw', 'mpw-server', 'mpw-ssh']
spec.executables = ['mpw']
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_dependency "i18n", "~> 0.6", ">= 0.6.9"
spec.add_dependency "i18n"
spec.add_dependency "gpgme"
spec.add_dependency "highline"
spec.add_dependency "locale"
spec.add_dependency "colorize"
spec.add_dependency "net-sftp"
spec.add_dependency "net-ssh"
spec.add_dependency "net-scp"
end