mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
fix dependancy
This commit is contained in:
parent
eb0847b16b
commit
631f693d06
2 changed files with 8 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.1
|
||||
2.0.2
|
||||
|
|
|
@ -16,4 +16,11 @@ Gem::Specification.new do |spec|
|
|||
spec.executables = ['mpw', 'mpw-server', 'mpw-ssh']
|
||||
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 "gpgme"
|
||||
spec.add_dependency "highline"
|
||||
spec.add_dependency "locale"
|
||||
spec.add_dependency "colorize"
|
||||
spec.add_dependency "net-sftp"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue