CloudyScripts 2.12.49 → 2.12.50

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/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'CloudyScripts'
15
- s.version = '2.12.49' #<number cloud-stacks supported>.<number cloud-scripts>.<counting releases>
15
+ s.version = '2.12.50' #<number cloud-stacks supported>.<number cloud-scripts>.<counting releases>
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README.rdoc', 'LICENSE']
18
18
  s.summary = 'Scripts to facilitate programming for infrastructure clouds.'
@@ -1028,10 +1028,10 @@ module StateTransitionHelper
1028
1028
  'aki-66c06a67' => 'aki-rhel-i386',
1029
1029
  'aki-68c06a69' => 'aki-rhel-x86_64'
1030
1030
  },
1031
- 'sa-east-1' => {'' => 'pv-grub-hd00-V1.01-i386',
1032
- '' => 'pv-grub-hd00-V1.01-x86_64',
1033
- '' => 'pv-grub-hd0-V1.01-i386',
1034
- '' => 'pv-grub-hd0-V1.01-x86_64',
1031
+ 'sa-east-1' => {'aki-803ce39d' => 'pv-grub-hd00-V1.01-i386',
1032
+ 'aki-d03ce3cd' => 'pv-grub-hd00-V1.01-x86_64',
1033
+ 'aki-863ce39b' => 'pv-grub-hd0-V1.01-i386',
1034
+ 'aki-d63ce3cb' => 'pv-grub-hd0-V1.01-x86_64',
1035
1035
  'aki-bc3ce3a1' => 'pv-grub-hd00_1.02-i386',
1036
1036
  'aki-cc3ce3d1' => 'pv-grub-hd00_1.02-x86_64',
1037
1037
  'aki-823ce39f' => 'pv-grub-hd0_1.02-i386',
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CloudyScripts
3
3
  version: !ruby/object:Gem::Version
4
- hash: 93
4
+ hash: 91
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 12
9
- - 49
10
- version: 2.12.49
9
+ - 50
10
+ version: 2.12.50
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthias Jung