af 0.3.12 → 0.3.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,10 +10,10 @@ module VMC::Cli
10
10
  DEFAULT_TARGET = 'aws.af.cm'
11
11
  DEFAULT_SUGGEST = 'af.cm'
12
12
 
13
- TARGET_FILE = '~/.vmc_target'
14
- TOKEN_FILE = '~/.vmc_token'
15
- INSTANCES_FILE = '~/.vmc_instances'
16
- ALIASES_FILE = '~/.vmc_aliases'
13
+ TARGET_FILE = '~/.af_target'
14
+ TOKEN_FILE = '~/.af_token'
15
+ INSTANCES_FILE = '~/.af_instances'
16
+ ALIASES_FILE = '~/.af_aliases'
17
17
 
18
18
  class << self
19
19
  attr_accessor :colorize
@@ -2,6 +2,6 @@ module VMC
2
2
  module Cli
3
3
  # This version number is used as the RubyGem release version.
4
4
  # The internal VMC version number is VMC::VERSION.
5
- VERSION = '0.3.12'
5
+ VERSION = '0.3.12.1'
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@ module VMC
2
2
 
3
3
  # This is the internal VMC version number, and is not necessarily
4
4
  # the same as the RubyGem version (VMC::Cli::VERSION).
5
- VERSION = '0.3.2'
5
+ VERSION = '0.3.2.1'
6
6
 
7
7
  # Targets
8
8
  DEFAULT_TARGET = 'https://api.cloudfoundry.com'
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 3
8
8
  - 12
9
- version: 0.3.12
9
+ - 1
10
+ version: 0.3.12.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - AppFog