From a84e7088454754205f9631e216065e28a51a4ba4 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 5 May 2013 10:58:05 -0700 Subject: added soledad-service.json and incremented version (due to backward incompatibility) --- lib/leap_cli/path.rb | 1 + lib/leap_cli/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'] -- cgit v1.2.3