af 0.3.12.1 → 0.3.12.2

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.
data/lib/cli/config.rb CHANGED
@@ -7,8 +7,8 @@ require 'json/pure'
7
7
  module VMC::Cli
8
8
  class Config
9
9
 
10
- DEFAULT_TARGET = 'aws.af.cm'
11
- DEFAULT_SUGGEST = 'af.cm'
10
+ DEFAULT_TARGET = 'api.aws.af.cm'
11
+ DEFAULT_SUGGEST = 'aws.af.cm'
12
12
 
13
13
  TARGET_FILE = '~/.af_target'
14
14
  TOKEN_FILE = '~/.af_token'
data/lib/cli/version.rb CHANGED
@@ -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.1'
5
+ VERSION = '0.3.12.2'
6
6
  end
7
7
  end
data/lib/vmc/const.rb CHANGED
@@ -2,11 +2,11 @@ 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.1'
5
+ VERSION = '0.3.12.2'
6
6
 
7
7
  # Targets
8
- DEFAULT_TARGET = 'https://api.cloudfoundry.com'
9
- DEFAULT_LOCAL_TARGET = 'http://api.vcap.me'
8
+ DEFAULT_TARGET = 'api.aws.af.cm'
9
+ DEFAULT_LOCAL_TARGET = 'api.aws.af.cm'
10
10
 
11
11
  # General Paths
12
12
  INFO_PATH = '/info'
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 3
8
8
  - 12
9
- - 1
10
- version: 0.3.12.1
9
+ - 2
10
+ version: 0.3.12.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - AppFog
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-24 00:00:00 -07:00
18
+ date: 2011-10-03 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency