aboutsummaryrefslogtreecommitdiff
path: root/leap_cli.gemspec
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-02 23:32:21 -0700
committerelijah <elijah@riseup.net>2013-06-02 23:32:21 -0700
commit93123466e50e24d1bbef9e819a45518981361d5d (patch)
treef47af837e4e722e77d4dbf8132f72d37060fb53a /leap_cli.gemspec
parent407282d3730a64c8395e3a05822b49f7e4ce4793 (diff)
downloadleap_cli-93123466e50e24d1bbef9e819a45518981361d5d.tar.gz
leap_cli-93123466e50e24d1bbef9e819a45518981361d5d.tar.bz2
now we require a leap_platform/platform.rb config file.
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r--leap_cli.gemspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec
index b13c90d..1a37ef3 100644
--- a/leap_cli.gemspec
+++ b/leap_cli.gemspec
@@ -68,8 +68,9 @@ spec = Gem::Specification.new do |s|
s.add_runtime_dependency('gpgme') # not essential, but used for some minor stuff in adding sysadmins
# misc gems
- 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('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
##
## DEPENDENCIES for VENDORED GEMS