vmc_knife 0.0.53 → 0.0.60

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a52be64d652ba465fdea6425e608fdd87d0c7a27
4
- data.tar.gz: 0e0c62133faf0374e7c1d72b55112df24224394b
3
+ metadata.gz: 6c2f6a74925a2327dbb7082aefea413925108ac3
4
+ data.tar.gz: ad21828138204a5a0665ac9c06ddb11ad7b7615e
5
5
  SHA512:
6
- metadata.gz: ea5bf3359eef87e5cefd09d79416f17c46c0428ce61d37a815df7acfa53b13a712d7c747ff5d5d3a67345c5127f522bc33ae12e482ae91e470b618d24fa98026
7
- data.tar.gz: dca222a6e9972d8b656f5880448dde0293c94e109d7757c782292d7479b24a70085c93eb78b2c7324f10a60a4cf442e7c141b936466a80ee7b127ca1ff06ff42
6
+ metadata.gz: a1ce4165eabd8dfbf03e30953b7d19ab39edf13d8bbea642688ccbeb0e4999806f08564eaa8d96559eaf059fc9b984fa29fcc4e8bfe0037c9f4f8cc07d8ce195
7
+ data.tar.gz: d46dc2ab1b0ef55dab499d30ab5d49a3b2f3660e1cc5ca3a5d31be12d9996e3026a5573957bb26bf997702031a8edcba5be9901b44727d4c54d211dc393ec2f8
@@ -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.53'
5
+ VERSION = '0.0.60'
6
6
  end
7
7
  end
8
8
  end
@@ -975,7 +975,7 @@ wget #{wget_args()} --output-document=$version_built_download #{version_availabl
975
975
  wget #{wget_args_str} --output-document=#{tmp_download_filename} #{url} --output-file=/tmp/wget_#{@application_json['name']}`
976
976
  raise "Unable to download #{url}" unless $? == 0
977
977
  if /\.tgz$/ =~ url || /\.tar\.gz$/ =~ url
978
- `tar zxvf #{tmp_download_filename}`
978
+ `tar zxvf #{tmp_download_filename} --strip 1`
979
979
  elsif /\.tar$/ =~ url
980
980
  `tar xvf #{tmp_download_filename}`
981
981
  else
@@ -998,7 +998,7 @@ wget #{wget_args()} --output-document=$version_built_download #{version_availabl
998
998
  p "Executing the post_download script : #{post_download_script}"
999
999
  success = system(post_download_script)
1000
1000
  p "Done executing the post_download script succcess #{success}"
1001
- exit unless success
1001
+ #exit unless success
1002
1002
  end
1003
1003
  upload_app_bits()
1004
1004
  end
@@ -1007,7 +1007,7 @@ wget #{wget_args()} --output-document=$version_built_download #{version_availabl
1007
1007
 
1008
1008
  def upload_app_bits()
1009
1009
  Dir.chdir(app_download_dir_path()) do
1010
- puts "upload_app_bits in #{app_download_dir_path()}"
1010
+ puts "upload_app_bits in #{app_download_dir_path()}"
1011
1011
  Dir.chdir(@application_json['repository']['sub_dir']) if @application_json['repository']['sub_dir']
1012
1012
  tmp_git = "/tmp/#{@application_json['name']}.git"
1013
1013
  if File.exists? ".git"
metadata CHANGED
@@ -1,61 +1,61 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc_knife
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.53
4
+ version: 0.0.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Intalio, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-31 00:00:00.000000000 Z
11
+ date: 2014-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vmc
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.3.18
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.3.18
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rest-client
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.6.1
34
- - - "<"
34
+ - - <
35
35
  - !ruby/object:Gem::Version
36
36
  version: 1.7.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ">="
41
+ - - '>='
42
42
  - !ruby/object:Gem::Version
43
43
  version: 1.6.1
44
- - - "<"
44
+ - - <
45
45
  - !ruby/object:Gem::Version
46
46
  version: 1.7.0
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rspec
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ~>
52
52
  - !ruby/object:Gem::Version
53
53
  version: 2.4.0
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - "~>"
58
+ - - ~>
59
59
  - !ruby/object:Gem::Version
60
60
  version: 2.4.0
61
61
  - !ruby/object:Gem::Dependency
@@ -83,9 +83,7 @@ extra_rdoc_files:
83
83
  files:
84
84
  - LICENSE
85
85
  - README.md
86
- - bin/vmc_knife
87
86
  - lib/restclient/restclient_add_timeout.rb
88
- - lib/vmc_knife.rb
89
87
  - lib/vmc_knife/cli_extensions.rb
90
88
  - lib/vmc_knife/commands/knife_cmds.rb
91
89
  - lib/vmc_knife/data_services.rb
@@ -94,6 +92,8 @@ files:
94
92
  - lib/vmc_knife/version.rb
95
93
  - lib/vmc_knife/vmc_helper.rb
96
94
  - lib/vmc_knife/vmc_knife.rb
95
+ - lib/vmc_knife.rb
96
+ - bin/vmc_knife
97
97
  homepage: http://intalio.com
98
98
  licenses: []
99
99
  metadata: {}
@@ -103,17 +103,17 @@ require_paths:
103
103
  - lib
104
104
  required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
- - - ">="
106
+ - - '>='
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ">="
111
+ - - '>='
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubyforge_project:
116
- rubygems_version: 2.2.2
116
+ rubygems_version: 2.0.14
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: Extensions for VMC the CLI of VMWare's Cloud Foundry