beaker-hostgenerator 1.1.31 → 1.1.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4f7e0583056c0cbf9d5deee9cd72b55bb1f27f4
4
- data.tar.gz: 39e2a759550a8e6708c1d82f7943ec5b783f1759
3
+ metadata.gz: 3ef5adcc9090c2a325e62415dca77e610d501af4
4
+ data.tar.gz: 513af9f10a3cdc2f894ae3b549db7a75b718582d
5
5
  SHA512:
6
- metadata.gz: add429652918acf07f91ade490b5317ec339c9dc1ad9af590f51bfe86318146a56a16c71f487cc009d94a47c7c8dea8be5052d2f853ee988fa75dab97d863567
7
- data.tar.gz: 4781799a17fa92ad54c68b68cb6a6536ba711055501a7ff40d98e744244d1db34c11ff1623ad5bcf1e8b0b8f56ba79c5fada32723cb0c3a638e24b3994a80593
6
+ metadata.gz: 75ce160a2e2013c3da3253c526ede27951929580f16da5e663ed68b885e265a5d3f46ebe7ed5ae40433f98101a6853266608f07c490795c676e97fb0951e825b
7
+ data.tar.gz: c26c83e8b5e9e799b617369ca14869d4a78299bb2fdc5e1c69fd723ff8ddc61e3a2b315276f13546f1009d47208d7e81470f83167c35858eca6f3c55a61ea31c
@@ -1335,56 +1335,6 @@ module BeakerHostGenerator
1335
1335
  'template' => 'vro-74-x86_64'
1336
1336
  }
1337
1337
  },
1338
- 'windows2003-64' => {
1339
- :general => {
1340
- 'platform' => 'windows-2003-64',
1341
- 'packaging_platform' => 'windows-2012-x64',
1342
- 'ruby_arch' => 'x64'
1343
- },
1344
- :vmpooler => {
1345
- 'template' => 'win-2003-x86_64'
1346
- }
1347
- },
1348
- 'windows2003-6432' => {
1349
- :general => {
1350
- 'platform' => 'windows-2003-64',
1351
- 'packaging_platform' => 'windows-2012-x64',
1352
- 'ruby_arch' => 'x86'
1353
- },
1354
- :vmpooler => {
1355
- 'template' => 'win-2003-x86_64'
1356
- }
1357
- },
1358
- 'windows2003r2-32' => {
1359
- :general => {
1360
- 'platform' => 'windows-2003r2-32',
1361
- 'packaging_platform' => 'windows-2012-x86',
1362
- 'ruby_arch' => 'x86'
1363
- },
1364
- :vmpooler => {
1365
- 'template' => 'win-2003r2-i386'
1366
- }
1367
- },
1368
- 'windows2003r2-64' => {
1369
- :general => {
1370
- 'platform' => 'windows-2003r2-64',
1371
- 'packaging_platform' => 'windows-2012-x64',
1372
- 'ruby_arch' => 'x64'
1373
- },
1374
- :vmpooler => {
1375
- 'template' => 'win-2003r2-x86_64'
1376
- }
1377
- },
1378
- 'windows2003r2-6432' => {
1379
- :general => {
1380
- 'platform' => 'windows-2003r2-64',
1381
- 'packaging_platform' => 'windows-2012-x64',
1382
- 'ruby_arch' => 'x86'
1383
- },
1384
- :vmpooler => {
1385
- 'template' => 'win-2003r2-x86_64'
1386
- }
1387
- },
1388
1338
  'windows2008-64' => {
1389
1339
  :general => {
1390
1340
  'platform' => 'windows-2008-64',
@@ -1619,6 +1569,48 @@ module BeakerHostGenerator
1619
1569
  'template' => 'win-2019-x86_64'
1620
1570
  }
1621
1571
  },
1572
+ 'windows2019_ja-64' => {
1573
+ :general => {
1574
+ 'platform' => 'windows-2019-64',
1575
+ 'packaging_platform' => 'windows-2012-x64',
1576
+ 'ruby_arch' => 'x64'
1577
+ },
1578
+ :vmpooler => {
1579
+ 'template' => 'win-2019-ja-x86_64'
1580
+ }
1581
+ },
1582
+ 'windows2019_ja-6432' => {
1583
+ :general => {
1584
+ 'platform' => 'windows-2019-64',
1585
+ 'packaging_platform' => 'windows-2012-x64',
1586
+ 'ruby_arch' => 'x86'
1587
+ },
1588
+ :vmpooler => {
1589
+ 'template' => 'win-2019-ja-x86_64'
1590
+ }
1591
+ },
1592
+ 'windows2019_fr-64' => {
1593
+ :general => {
1594
+ 'platform' => 'windows-2019-64',
1595
+ 'packaging_platform' => 'windows-2012-x64',
1596
+ 'ruby_arch' => 'x64'
1597
+ },
1598
+ :vmpooler => {
1599
+ 'template' => 'win-2019-fr-x86_64',
1600
+ 'user' => 'Administrateur'
1601
+ }
1602
+ },
1603
+ 'windows2019_fr-6432' => {
1604
+ :general => {
1605
+ 'platform' => 'windows-2019-64',
1606
+ 'packaging_platform' => 'windows-2012-x64',
1607
+ 'ruby_arch' => 'x86'
1608
+ },
1609
+ :vmpooler => {
1610
+ 'template' => 'win-2019-fr-x86_64',
1611
+ 'user' => 'Administrateur'
1612
+ }
1613
+ },
1622
1614
  'windows2019_core-64' => {
1623
1615
  :general => {
1624
1616
  'platform' => 'windows-2019-64',
@@ -1649,54 +1641,54 @@ module BeakerHostGenerator
1649
1641
  'template' => 'win-7-x86_64'
1650
1642
  }
1651
1643
  },
1652
- 'windows8-64' => {
1644
+ 'windows81-64' => {
1653
1645
  :general => {
1654
- 'platform' => 'windows-8-64',
1646
+ 'platform' => 'windows-8.1-64',
1655
1647
  'packaging_platform' => 'windows-2012-x64',
1656
1648
  'ruby_arch' => 'x64'
1657
1649
  },
1658
1650
  :vmpooler => {
1659
- 'template' => 'win-8-x86_64'
1651
+ 'template' => 'win-81-x86_64'
1660
1652
  }
1661
1653
  },
1662
- 'windows81-64' => {
1654
+ 'windows10ent-32' => {
1663
1655
  :general => {
1664
- 'platform' => 'windows-8.1-64',
1665
- 'packaging_platform' => 'windows-2012-x64',
1666
- 'ruby_arch' => 'x64'
1656
+ 'platform' => 'windows-10ent-32',
1657
+ 'packaging_platform' => 'windows-2012-x86',
1658
+ 'ruby_arch' => 'x86'
1667
1659
  },
1668
1660
  :vmpooler => {
1669
- 'template' => 'win-81-x86_64'
1661
+ 'template' => 'win-10-ent-i386'
1670
1662
  }
1671
1663
  },
1672
- 'windowsvista-64' => {
1664
+ 'windows10ent-64' => {
1673
1665
  :general => {
1674
- 'platform' => 'windows-vista-64',
1666
+ 'platform' => 'windows-10ent-64',
1675
1667
  'packaging_platform' => 'windows-2012-x64',
1676
1668
  'ruby_arch' => 'x64'
1677
1669
  },
1678
1670
  :vmpooler => {
1679
- 'template' => 'win-vista-x86_64'
1671
+ 'template' => 'win-10-ent-x86_64'
1680
1672
  }
1681
1673
  },
1682
- 'windows10ent-32' => {
1674
+ 'windows10next-32' => {
1683
1675
  :general => {
1684
1676
  'platform' => 'windows-10ent-32',
1685
1677
  'packaging_platform' => 'windows-2012-x86',
1686
1678
  'ruby_arch' => 'x86'
1687
1679
  },
1688
1680
  :vmpooler => {
1689
- 'template' => 'win-10-ent-i386'
1681
+ 'template' => 'win-10-next-i386'
1690
1682
  }
1691
1683
  },
1692
- 'windows10ent-64' => {
1684
+ 'windows10next-64' => {
1693
1685
  :general => {
1694
1686
  'platform' => 'windows-10ent-64',
1695
1687
  'packaging_platform' => 'windows-2012-x64',
1696
1688
  'ruby_arch' => 'x64'
1697
1689
  },
1698
1690
  :vmpooler => {
1699
- 'template' => 'win-10-ent-x86_64'
1691
+ 'template' => 'win-10-next-x86_64'
1700
1692
  }
1701
1693
  },
1702
1694
  'windows10pro-64' => {
@@ -1707,7 +1699,37 @@ module BeakerHostGenerator
1707
1699
  },
1708
1700
  :vmpooler => {
1709
1701
  'template' => 'win-10-pro-x86_64'
1702
+ }
1703
+ },
1704
+ 'windows10_1511-64' => {
1705
+ :general => {
1706
+ 'platform' => 'windows-10ent-64',
1707
+ 'packaging_platform' => 'windows-2012-x64',
1708
+ 'ruby_arch' => 'x64'
1709
+ },
1710
+ :vmpooler => {
1711
+ 'template' => 'win-10-1511-x86_64'
1712
+ }
1713
+ },
1714
+ 'windows10_1607-64' => {
1715
+ :general => {
1716
+ 'platform' => 'windows-10ent-64',
1717
+ 'packaging_platform' => 'windows-2012-x64',
1718
+ 'ruby_arch' => 'x64'
1719
+ },
1720
+ :vmpooler => {
1721
+ 'template' => 'win-10-1607-x86_64'
1722
+ }
1723
+ },
1724
+ 'windows10_1809-64' => {
1725
+ :general => {
1726
+ 'platform' => 'windows-10ent-64',
1727
+ 'packaging_platform' => 'windows-2012-x64',
1728
+ 'ruby_arch' => 'x64'
1710
1729
  },
1730
+ :vmpooler => {
1731
+ 'template' => 'win-10-1809-x86_64'
1732
+ }
1711
1733
  }
1712
1734
  }
1713
1735
  end
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '1.1.31'
3
+ STRING = '1.1.32'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-hostgenerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.31
4
+ version: 1.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branan Purvine-Riley
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-06-13 00:00:00.000000000 Z
13
+ date: 2019-07-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest