vmc_knife 0.0.48 → 0.0.49

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.
@@ -2,7 +2,7 @@ module VMC
2
2
  module KNIFE
3
3
  module Cli
4
4
  # This version number is used as the RubyGem release version.
5
- VERSION = '0.0.48'
5
+ VERSION = '0.0.49'
6
6
  end
7
7
  end
8
8
  end
@@ -502,7 +502,7 @@ module VMC
502
502
  end
503
503
  name_prefix||="cflogs-"
504
504
  parent_output_folder||="/tmp"
505
- name="#{name_prefix}#{Time.now.strftime("%Y%m%d-%H%M")}"
505
+ name="#{name_prefix}#{Time.now.strftime("%Y%m%d-%H%M%S")}"
506
506
  output_file||="#{name}.zip"
507
507
  output_folder="#{parent_output_folder}/#{name}"
508
508
  FileUtils.rm_rf(output_folder) if File.exist? output_folder
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc_knife
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.48
4
+ version: 0.0.49
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-21 00:00:00.000000000 Z
12
+ date: 2013-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vmc