diff options
author | elijah <elijah@riseup.net> | 2012-10-27 15:05:03 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-27 15:05:03 -0700 |
commit | b2cf2a761e29311a5d33c6ff2761e97931667d33 (patch) | |
tree | 1ed350019280e1d73b2fb2f576546c3b4f393265 /leap_cli.gemspec | |
parent | 20fd81ee91e44b3812d1aea0b45d0e7429b16d02 (diff) | |
download | leap_cli-b2cf2a761e29311a5d33c6ff2761e97931667d33.tar.gz leap_cli-b2cf2a761e29311a5d33c6ff2761e97931667d33.tar.bz2 |
switch to using ya2yaml
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r-- | leap_cli.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index 94c50a7..0368e6e 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -53,7 +53,8 @@ spec = Gem::Specification.new do |s| #s.add_runtime_dependency('supply_drop') # misc gems - s.add_runtime_dependency('json_pure') # we use this json library for output so we can keep the keys sorted. + s.add_runtime_dependency('ya2yaml') # pure ruby yaml, so we can better control output. + s.add_runtime_dependency('json_pure') # pure ruby json, so we can better control output. s.add_runtime_dependency('gpgme') # not essential, but used for some minor stuff in adding sysadmins end |