af 0.3.19 → 0.3.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/lib/cli/version.rb +1 -1
  3. metadata +32 -18
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZmMzNGVjZTBiN2M4Mjk0NWRjZTM4NTcxNjFlODA5OTgxYjI3ZTMzMw==
5
- data.tar.gz: !binary |-
6
- ZTAwZTFlYzhhNTViODc3YWQ5ODZlNGQ2ZDNmMTNkZjM1MDRlNjE5MA==
2
+ SHA1:
3
+ metadata.gz: 9497c2e5dfba0fc1f8a941e4e3e01aeb14dcd773
4
+ data.tar.gz: 62169d1381e7a614db948d69b7878e236c3b4a25
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NWRjYTFlMjEzMjMyMWI2NTdlNDdkMDJhNDU3ZTY2MDFlZmJhZjM4Yjk2Y2M0
10
- Y2FkMzlhZTViMDA5ZDdhMjZhNTcyYTE0MWQxNDVmYzUzMzg4NTQ5NDIwMDdj
11
- MjI3NjJlMjMwNmE2ZGQzNDZhZTNlMzczYjFmYzJlMzQ4Y2JlNTg=
12
- data.tar.gz: !binary |-
13
- OGRiZWI3NzFkZmRlMjRkM2MyNjMzOTAyNTkwOGFiYzE4YzY5OGRlNmU5OGE4
14
- YmM4ZWU5ZmZhMDI0N2JkYWMzNmZjNDMwYTNiNDZmMGVmNzQ0ZWMxNWEwZmY0
15
- MGQzNjBmNWZiNjY3MDVmN2EzYzlmY2Y0MWU2MjljYzhjN2UzM2U=
6
+ metadata.gz: fb8318c7b2c94e2d274b3e7890eb9faea8805254bfa4e6081ed67c9c425633e5863b343d178be87806832239efba45fa0f62515ae5b71e597d1c008da44cd1fd
7
+ data.tar.gz: a890a322cddab6f923e39fbc10adc02d0dd4e1d5da56608c59c9081870c2f44bcec15c004d84422f8ff328d5c5a8b870171c11362facd1ed7471dae92ba5b0c9
@@ -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.19'
5
+ VERSION = '0.3.20'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,20 +1,34 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: af
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.19
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFog
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-28 00:00:00.000000000 Z
11
+ date: 2014-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: caldecott
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 0.0.5
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 0.0.5
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: json_pure
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
- - - ! '>='
31
+ - - '>='
18
32
  - !ruby/object:Gem::Version
19
33
  version: 1.5.1
20
34
  - - <
@@ -24,7 +38,7 @@ dependencies:
24
38
  prerelease: false
25
39
  version_requirements: !ruby/object:Gem::Requirement
26
40
  requirements:
27
- - - ! '>='
41
+ - - '>='
28
42
  - !ruby/object:Gem::Version
29
43
  version: 1.5.1
30
44
  - - <
@@ -48,7 +62,7 @@ dependencies:
48
62
  name: rest-client
49
63
  requirement: !ruby/object:Gem::Requirement
50
64
  requirements:
51
- - - ! '>='
65
+ - - '>='
52
66
  - !ruby/object:Gem::Version
53
67
  version: 1.6.1
54
68
  - - <
@@ -58,7 +72,7 @@ dependencies:
58
72
  prerelease: false
59
73
  version_requirements: !ruby/object:Gem::Requirement
60
74
  requirements:
61
- - - ! '>='
75
+ - - '>='
62
76
  - !ruby/object:Gem::Version
63
77
  version: 1.6.1
64
78
  - - <
@@ -138,14 +152,14 @@ dependencies:
138
152
  name: rake
139
153
  requirement: !ruby/object:Gem::Requirement
140
154
  requirements:
141
- - - ! '>='
155
+ - - '>='
142
156
  - !ruby/object:Gem::Version
143
157
  version: '0'
144
158
  type: :development
145
159
  prerelease: false
146
160
  version_requirements: !ruby/object:Gem::Requirement
147
161
  requirements:
148
- - - ! '>='
162
+ - - '>='
149
163
  - !ruby/object:Gem::Version
150
164
  version: '0'
151
165
  - !ruby/object:Gem::Dependency
@@ -188,15 +202,10 @@ files:
188
202
  - LICENSE
189
203
  - README.md
190
204
  - Rakefile
191
- - bin/af
192
- - caldecott_helper/Gemfile
193
- - caldecott_helper/Gemfile.lock
194
- - caldecott_helper/server.rb
195
205
  - config/clients.yml
196
206
  - config/micro/offline.conf
197
207
  - config/micro/paths.yml
198
208
  - config/micro/refresh_ip.rb
199
- - lib/cli.rb
200
209
  - lib/cli/commands/admin.rb
201
210
  - lib/cli/commands/apps.rb
202
211
  - lib/cli/commands/base.rb
@@ -218,16 +227,21 @@ files:
218
227
  - lib/cli/usage.rb
219
228
  - lib/cli/version.rb
220
229
  - lib/cli/zip_util.rb
221
- - lib/vmc.rb
230
+ - lib/cli.rb
222
231
  - lib/vmc/client.rb
223
232
  - lib/vmc/const.rb
224
- - lib/vmc/micro.rb
225
233
  - lib/vmc/micro/switcher/base.rb
226
234
  - lib/vmc/micro/switcher/darwin.rb
227
235
  - lib/vmc/micro/switcher/dummy.rb
228
236
  - lib/vmc/micro/switcher/linux.rb
229
237
  - lib/vmc/micro/switcher/windows.rb
230
238
  - lib/vmc/micro/vmrun.rb
239
+ - lib/vmc/micro.rb
240
+ - lib/vmc.rb
241
+ - caldecott_helper/Gemfile
242
+ - caldecott_helper/Gemfile.lock
243
+ - caldecott_helper/server.rb
244
+ - bin/af
231
245
  homepage: http://appfog.com
232
246
  licenses: []
233
247
  metadata: {}
@@ -237,17 +251,17 @@ require_paths:
237
251
  - lib
238
252
  required_ruby_version: !ruby/object:Gem::Requirement
239
253
  requirements:
240
- - - ! '>='
254
+ - - '>='
241
255
  - !ruby/object:Gem::Version
242
256
  version: '0'
243
257
  required_rubygems_version: !ruby/object:Gem::Requirement
244
258
  requirements:
245
- - - ! '>='
259
+ - - '>='
246
260
  - !ruby/object:Gem::Version
247
261
  version: '0'
248
262
  requirements: []
249
263
  rubyforge_project:
250
- rubygems_version: 2.2.1
264
+ rubygems_version: 2.0.14
251
265
  signing_key:
252
266
  specification_version: 4
253
267
  summary: AppFog.com CLI