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 +2 -2
- data/lib/cli/version.rb +1 -1
- data/lib/vmc/const.rb +3 -3
- metadata +3 -3
data/lib/cli/config.rb
CHANGED
data/lib/cli/version.rb
CHANGED
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
|
|
5
|
+
VERSION = '0.3.12.2'
|
|
6
6
|
|
|
7
7
|
# Targets
|
|
8
|
-
DEFAULT_TARGET = '
|
|
9
|
-
DEFAULT_LOCAL_TARGET = '
|
|
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
|
-
-
|
|
10
|
-
version: 0.3.12.
|
|
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-
|
|
18
|
+
date: 2011-10-03 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|