vagrant-mos 0.9.15 → 0.9.16

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: f3f6c9dd772c7c7f605c38831934e35fa7f7566f
4
- data.tar.gz: 75d55f8612ee2d3248c0d9f7307fc2bedd452a4b
3
+ metadata.gz: f89aa649aed33c404287f973a5649ac462f5c0b6
4
+ data.tar.gz: 1431f3d47799fb6f825f593ee005e99df1544d11
5
5
  SHA512:
6
- metadata.gz: 18c148414821dcd816717dc14ad3a6156d92a27e0848243872f8d7e871de4d6bcd7a39a4f12a88277bbae65e4bea7e520db11ad15ea59f42770d0c3013a86454
7
- data.tar.gz: c1e684d26762ef3c0f4b5b92e1d1a6ca04b568befb78638875149458aae6009b764e0993db796b13b00de1112ebc36c2e9d605f605a3a73e1784fa26d91ca62a
6
+ metadata.gz: 412707bf9b8604336c321258cb7a45317941581b60bd5a755266baf35d20f3d6ade2d312ba2e4ed96faab927cbdb50539b2b4cf30293269eeca79ac6648610c7
7
+ data.tar.gz: c32e08d5b17a9615fb103b3aa4b9ae4014794547a7d8d71a1654734e68650f2d1f19a0dcb653eb21a6ecf7328b851f411721904ece5ba19e5e3cb80a8d7c82f8
@@ -2,6 +2,7 @@ require "pathname"
2
2
  require_relative "action/connect_mos"
3
3
  require_relative "action/describe_templates"
4
4
  #require "vagrant/action/builder"
5
+ require "pp"
5
6
  require "mos-sdk"
6
7
  include MOS
7
8
 
@@ -27,7 +28,7 @@ module VagrantPlugins
27
28
  #env[:mos_compute] = Fog::Compute.new(fog_config)
28
29
  mos_compute = Client.new(region_config.access_key_id, region_config.secret_access_key, region_config.secret_access_url)
29
30
  result = mos_compute.describe_templates['Template']
30
- puts result.inspect
31
+ pp result
31
32
 
32
33
  0
33
34
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.9.15'
3
+ VERSION = '0.9.16'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.15
4
+ version: 0.9.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009