diff options
author | irregulator <irregulator@riseup.net> | 2014-05-22 03:48:32 +0300 |
---|---|---|
committer | irregulator <irregulator@riseup.net> | 2014-05-22 03:48:32 +0300 |
commit | 91f32c7261a4c1d5a8a2e00100fbc8ee577aa0ac (patch) | |
tree | 111e28477cca567d730487d01869e8a0f1324070 /leap_cli.gemspec | |
parent | f59706a4b1a309f6c3e614ded7cbd359335e7960 (diff) | |
download | leap_cli-91f32c7261a4c1d5a8a2e00100fbc8ee577aa0ac.tar.gz leap_cli-91f32c7261a4c1d5a8a2e00100fbc8ee577aa0ac.tar.bz2 |
Change macro name to rand_range, add base32 gem dependency
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r-- | leap_cli.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index 829309a..d0b9a99 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -70,6 +70,7 @@ spec = Gem::Specification.new do |s| s.add_runtime_dependency('ya2yaml') # pure ruby yaml, so we can better control output. see https://github.com/afunai/ya2yaml s.add_runtime_dependency('json_pure') # pure ruby json, so we can better control output. s.add_runtime_dependency('versionomy') # compare version strings + s.add_runtime_dependency('base32') # base32 encoding ## ## DEPENDENCIES for VENDORED GEMS |