fauxhai-ng 8.0.0 → 8.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/.DS_Store +0 -0
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/2.json +3135 -3119
- data/lib/fauxhai/platforms/amazon/2016.03.json +2335 -2325
- data/lib/fauxhai/platforms/amazon/2016.09.json +2352 -2342
- data/lib/fauxhai/platforms/amazon/2017.03.json +2348 -2338
- data/lib/fauxhai/platforms/amazon/2017.09.json +2379 -2369
- data/lib/fauxhai/platforms/amazon/2018.03.json +2421 -2411
- data/lib/fauxhai/platforms/centos/.DS_Store +0 -0
- data/lib/fauxhai/platforms/centos/5.11.json +1 -0
- data/lib/fauxhai/platforms/centos/6.10.json +314 -314
- data/lib/fauxhai/platforms/centos/7.6.1810.json +40 -40
- data/lib/fauxhai/platforms/centos/7.7.1908.json +38 -39
- data/lib/fauxhai/platforms/centos/8.json +1069 -2511
- data/lib/fauxhai/platforms/debian/10.json +34 -34
- data/lib/fauxhai/platforms/debian/9.11.json +41 -41
- data/lib/fauxhai/platforms/debian/9.8.json +43 -43
- data/lib/fauxhai/platforms/debian/9.9.json +38 -38
- data/lib/fauxhai/platforms/fedora/29.json +1 -1
- data/lib/fauxhai/platforms/fedora/30.json +513 -506
- data/lib/fauxhai/platforms/fedora/31.json +613 -606
- data/lib/fauxhai/platforms/mac_os_x/10.15.json +268 -392
- data/lib/fauxhai/platforms/opensuse/15.0.json +4382 -37
- data/lib/fauxhai/platforms/opensuse/15.1.json +5777 -0
- data/lib/fauxhai/platforms/oracle/5.11.json +1 -0
- data/lib/fauxhai/platforms/oracle/6.10.json +19 -19
- data/lib/fauxhai/platforms/oracle/7.5.json +35 -35
- data/lib/fauxhai/platforms/oracle/7.6.json +39 -39
- data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
- data/lib/fauxhai/platforms/redhat/5.11.json +1 -0
- data/lib/fauxhai/platforms/redhat/6.10.json +36 -36
- data/lib/fauxhai/platforms/redhat/6.9.json +36 -36
- data/lib/fauxhai/platforms/redhat/7.4.json +41 -41
- data/lib/fauxhai/platforms/redhat/7.5.json +41 -41
- data/lib/fauxhai/platforms/redhat/7.6.json +40 -40
- data/lib/fauxhai/platforms/redhat/7.7.json +45 -45
- data/lib/fauxhai/platforms/redhat/8.json +49 -49
- data/lib/fauxhai/platforms/suse/.DS_Store +0 -0
- data/lib/fauxhai/platforms/suse/12.3.json +42 -43
- data/lib/fauxhai/platforms/suse/12.4.json +45 -45
- data/lib/fauxhai/platforms/suse/15.json +42 -42
- data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
- data/lib/fauxhai/platforms/ubuntu/16.04.json +1975 -2035
- data/lib/fauxhai/platforms/ubuntu/18.04.json +2101 -2093
- data/lib/fauxhai/platforms/ubuntu/20.04.json +4127 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +4 -12
- data/lib/fauxhai/platforms/aix/.DS_Store +0 -0
- data/lib/fauxhai/platforms/clearos/.DS_Store +0 -0
- data/lib/fauxhai/platforms/freebsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/gentoo/.DS_Store +0 -0
- data/lib/fauxhai/platforms/linuxmint/.DS_Store +0 -0
- data/lib/fauxhai/platforms/mac_os_x/.DS_Store +0 -0
- data/lib/fauxhai/platforms/openbsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
- data/lib/fauxhai/platforms/solaris2/.DS_Store +0 -0
- data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai-ng
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-04-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -117,7 +117,6 @@ files:
|
|
117
117
|
- lib/fauxhai/keys/id_rsa.pub
|
118
118
|
- lib/fauxhai/mocker.rb
|
119
119
|
- lib/fauxhai/platforms/.DS_Store
|
120
|
-
- lib/fauxhai/platforms/aix/.DS_Store
|
121
120
|
- lib/fauxhai/platforms/aix/6.1.json
|
122
121
|
- lib/fauxhai/platforms/aix/7.1.json
|
123
122
|
- lib/fauxhai/platforms/amazon/.DS_Store
|
@@ -139,7 +138,6 @@ files:
|
|
139
138
|
- lib/fauxhai/platforms/centos/7.7.1908.json
|
140
139
|
- lib/fauxhai/platforms/centos/8.json
|
141
140
|
- lib/fauxhai/platforms/chefspec/0.6.1.json
|
142
|
-
- lib/fauxhai/platforms/clearos/.DS_Store
|
143
141
|
- lib/fauxhai/platforms/clearos/7.4.json
|
144
142
|
- lib/fauxhai/platforms/debian/.DS_Store
|
145
143
|
- lib/fauxhai/platforms/debian/10.json
|
@@ -154,30 +152,25 @@ files:
|
|
154
152
|
- lib/fauxhai/platforms/fedora/29.json
|
155
153
|
- lib/fauxhai/platforms/fedora/30.json
|
156
154
|
- lib/fauxhai/platforms/fedora/31.json
|
157
|
-
- lib/fauxhai/platforms/freebsd/.DS_Store
|
158
155
|
- lib/fauxhai/platforms/freebsd/11.1.json
|
159
156
|
- lib/fauxhai/platforms/freebsd/11.2.json
|
160
157
|
- lib/fauxhai/platforms/freebsd/12.1.json
|
161
|
-
- lib/fauxhai/platforms/gentoo/.DS_Store
|
162
158
|
- lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json
|
163
|
-
- lib/fauxhai/platforms/linuxmint/.DS_Store
|
164
159
|
- lib/fauxhai/platforms/linuxmint/18.3.json
|
165
160
|
- lib/fauxhai/platforms/linuxmint/19.0.json
|
166
|
-
- lib/fauxhai/platforms/mac_os_x/.DS_Store
|
167
161
|
- lib/fauxhai/platforms/mac_os_x/10.13.json
|
168
162
|
- lib/fauxhai/platforms/mac_os_x/10.14.json
|
169
163
|
- lib/fauxhai/platforms/mac_os_x/10.15.json
|
170
|
-
- lib/fauxhai/platforms/openbsd/.DS_Store
|
171
164
|
- lib/fauxhai/platforms/openbsd/6.2.json
|
172
165
|
- lib/fauxhai/platforms/opensuse/.DS_Store
|
173
166
|
- lib/fauxhai/platforms/opensuse/15.0.json
|
167
|
+
- lib/fauxhai/platforms/opensuse/15.1.json
|
174
168
|
- lib/fauxhai/platforms/oracle/.DS_Store
|
175
169
|
- lib/fauxhai/platforms/oracle/5.11.json
|
176
170
|
- lib/fauxhai/platforms/oracle/6.10.json
|
177
171
|
- lib/fauxhai/platforms/oracle/6.9.json
|
178
172
|
- lib/fauxhai/platforms/oracle/7.5.json
|
179
173
|
- lib/fauxhai/platforms/oracle/7.6.json
|
180
|
-
- lib/fauxhai/platforms/raspbian/.DS_Store
|
181
174
|
- lib/fauxhai/platforms/raspbian/10.json
|
182
175
|
- lib/fauxhai/platforms/redhat/.DS_Store
|
183
176
|
- lib/fauxhai/platforms/redhat/5.11.json
|
@@ -189,7 +182,6 @@ files:
|
|
189
182
|
- lib/fauxhai/platforms/redhat/7.7.json
|
190
183
|
- lib/fauxhai/platforms/redhat/8.json
|
191
184
|
- lib/fauxhai/platforms/smartos/5.11.json
|
192
|
-
- lib/fauxhai/platforms/solaris2/.DS_Store
|
193
185
|
- lib/fauxhai/platforms/solaris2/5.11.json
|
194
186
|
- lib/fauxhai/platforms/suse/.DS_Store
|
195
187
|
- lib/fauxhai/platforms/suse/12.3.json
|
@@ -199,7 +191,7 @@ files:
|
|
199
191
|
- lib/fauxhai/platforms/ubuntu/14.04.json
|
200
192
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
201
193
|
- lib/fauxhai/platforms/ubuntu/18.04.json
|
202
|
-
- lib/fauxhai/platforms/
|
194
|
+
- lib/fauxhai/platforms/ubuntu/20.04.json
|
203
195
|
- lib/fauxhai/platforms/windows/10.json
|
204
196
|
- lib/fauxhai/platforms/windows/2008R2.json
|
205
197
|
- lib/fauxhai/platforms/windows/2012.json
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|