]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
remove runtime dependency for certificate_authority gem, since this gem is vendored...
authorelijah <elijah@riseup.net>
Thu, 7 Feb 2013 09:16:28 +0000 (01:16 -0800)
committerelijah <elijah@riseup.net>
Thu, 7 Feb 2013 09:16:28 +0000 (01:16 -0800)
leap_cli.gemspec
lib/leap_cli/version.rb

index 1b899bc3f247b835d79e5f0e273d721b51e16e5d..f7bcbc08e20732a467b6440869831ac758f1b7cc 100644 (file)
@@ -55,9 +55,11 @@ spec = Gem::Specification.new do |s|
   # network gems
   s.add_runtime_dependency('capistrano', '>= 2.13.5')
   #s.add_runtime_dependency('supply_drop')
+  # ^^ currently vendored
 
   # crypto gems
-  s.add_runtime_dependency('certificate_authority') # this gem pulls in ActiveModel, but it just uses it for validation logic.
+  #s.add_runtime_dependency('certificate_authority', '>= 0.2.0')  # fyi, this gem pulls in ActiveModel, but it just uses it for validation logic.
+  # ^^ currently vendored
   s.add_runtime_dependency('net-ssh')
   s.add_runtime_dependency('gpgme')     # not essential, but used for some minor stuff in adding sysadmins
 
index 7851676e223208f73ee447bca14af470190162bf..ced0836436eb4f1bfceb1e74261531393c2cb76f 100644 (file)
@@ -1,6 +1,6 @@
 module LeapCli
   unless defined?(LeapCli::VERSION)
-    VERSION = '0.1.4'
+    VERSION = '0.1.5'
     SUMMARY = 'Command line interface to the LEAP platform'
     DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.'
     REQUIRE_PATHS = ['lib', 'vendor/supply_drop/lib', 'vendor/certificate_authority/lib']