diff options
| author | elijah <elijah@riseup.net> | 2013-05-05 10:58:05 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2013-05-05 10:58:05 -0700 | 
| commit | a84e7088454754205f9631e216065e28a51a4ba4 (patch) | |
| tree | b528d1814a14ec564a8b0434af8096a5ba628edb | |
| parent | 8397ae0ec61c0ce17f794a843bf91c96df13f255 (diff) | |
| download | leap_cli-a84e7088454754205f9631e216065e28a51a4ba4.tar.gz leap_cli-a84e7088454754205f9631e216065e28a51a4ba4.tar.bz2  | |
added soledad-service.json and incremented version (due to backward incompatibility)
| -rw-r--r-- | lib/leap_cli/path.rb | 1 | ||||
| -rw-r--r-- | lib/leap_cli/version.rb | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index 7bd583e..fdc7f27 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -25,6 +25,7 @@ module LeapCli; module Path      # input templates      :provider_json_template => 'files/service-definitions/provider.json.erb',      :eip_service_json_template => 'files/service-definitions/#{arg}/eip-service.json.erb', +    :soledad_service_json_template => 'files/service-definitions/#{arg}/soledad-service.json.erb',      # output files      :user_ssh         => 'users/#{arg}/#{arg}_ssh.pub', diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb index 47dc19c..df45ec6 100644 --- a/lib/leap_cli/version.rb +++ b/lib/leap_cli/version.rb @@ -1,6 +1,6 @@  module LeapCli    unless defined?(LeapCli::VERSION) -    VERSION = '0.2.1' +    VERSION = '0.3.0'      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.'      LOAD_PATHS = ['lib', 'vendor/certificate_authority/lib', 'vendor/rsync_command/lib']  | 
