fauxhai 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -157,7 +157,8 @@ module Fauxhai
157
157
  'gem_bin' => gem_bin,
158
158
  'gems_dir' => gems_dir,
159
159
  'ruby_bin' => ruby_bin,
160
- })
160
+ }),
161
+ 'powershell' => @system.data['languages']['powershell']
161
162
  }
162
163
  end
163
164
 
@@ -1,3 +1,3 @@
1
1
  module Fauxhai
2
- VERSION = '2.2.0'
2
+ VERSION = '2.3.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fauxhai
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Vargo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-17 00:00:00.000000000 Z
11
+ date: 2015-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh
@@ -79,10 +79,15 @@ files:
79
79
  - lib/fauxhai/keys/id_rsa
80
80
  - lib/fauxhai/keys/id_rsa.pub
81
81
  - lib/fauxhai/mocker.rb
82
+ - lib/fauxhai/platforms/aix/6.1.json
83
+ - lib/fauxhai/platforms/aix/7.1.json
82
84
  - lib/fauxhai/platforms/amazon/2012.09.json
83
85
  - lib/fauxhai/platforms/amazon/2013.09.json
84
86
  - lib/fauxhai/platforms/amazon/2014.03.json
87
+ - lib/fauxhai/platforms/amazon/2014.09.json
88
+ - lib/fauxhai/platforms/arch/3.10.5-1-ARCH.json
85
89
  - lib/fauxhai/platforms/centos/5.10.json
90
+ - lib/fauxhai/platforms/centos/5.11.json
86
91
  - lib/fauxhai/platforms/centos/5.8.json
87
92
  - lib/fauxhai/platforms/centos/5.9.json
88
93
  - lib/fauxhai/platforms/centos/6.0.json
@@ -90,6 +95,8 @@ files:
90
95
  - lib/fauxhai/platforms/centos/6.3.json
91
96
  - lib/fauxhai/platforms/centos/6.4.json
92
97
  - lib/fauxhai/platforms/centos/6.5.json
98
+ - lib/fauxhai/platforms/centos/6.6.json
99
+ - lib/fauxhai/platforms/centos/7.0.1406.json
93
100
  - lib/fauxhai/platforms/centos/7.0.json
94
101
  - lib/fauxhai/platforms/chefspec/0.6.1.json
95
102
  - lib/fauxhai/platforms/debian/6.0.5.json
@@ -98,15 +105,18 @@ files:
98
105
  - lib/fauxhai/platforms/debian/7.2.json
99
106
  - lib/fauxhai/platforms/debian/7.4.json
100
107
  - lib/fauxhai/platforms/debian/7.5.json
108
+ - lib/fauxhai/platforms/debian/7.6.json
101
109
  - lib/fauxhai/platforms/debian/jessie/sid.json
102
110
  - lib/fauxhai/platforms/fedora/18.json
103
111
  - lib/fauxhai/platforms/fedora/19.json
104
112
  - lib/fauxhai/platforms/fedora/20.json
113
+ - lib/fauxhai/platforms/fedora/21.json
105
114
  - lib/fauxhai/platforms/freebsd/10.0.json
106
115
  - lib/fauxhai/platforms/freebsd/8.4.json
107
116
  - lib/fauxhai/platforms/freebsd/9.1.json
108
117
  - lib/fauxhai/platforms/freebsd/9.2.json
109
118
  - lib/fauxhai/platforms/gentoo/2.1.json
119
+ - lib/fauxhai/platforms/mac_os_x/10.10.json
110
120
  - lib/fauxhai/platforms/mac_os_x/10.6.8.json
111
121
  - lib/fauxhai/platforms/mac_os_x/10.7.4.json
112
122
  - lib/fauxhai/platforms/mac_os_x/10.8.2.json
@@ -131,19 +141,24 @@ files:
131
141
  - lib/fauxhai/platforms/redhat/6.4.json
132
142
  - lib/fauxhai/platforms/redhat/6.5.json
133
143
  - lib/fauxhai/platforms/redhat/7.0.json
144
+ - lib/fauxhai/platforms/slackware/14.1.json
134
145
  - lib/fauxhai/platforms/smartos/5.11.json
135
146
  - lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json
136
147
  - lib/fauxhai/platforms/solaris2/5.11.json
137
148
  - lib/fauxhai/platforms/suse/11.1.json
138
149
  - lib/fauxhai/platforms/suse/11.2.json
139
150
  - lib/fauxhai/platforms/suse/11.3.json
151
+ - lib/fauxhai/platforms/suse/12.0.json
140
152
  - lib/fauxhai/platforms/ubuntu/10.04.json
141
153
  - lib/fauxhai/platforms/ubuntu/12.04.json
142
154
  - lib/fauxhai/platforms/ubuntu/13.04.json
143
155
  - lib/fauxhai/platforms/ubuntu/13.10.json
144
156
  - lib/fauxhai/platforms/ubuntu/14.04.json
157
+ - lib/fauxhai/platforms/ubuntu/14.10.json
158
+ - lib/fauxhai/platforms/windows/2003R2.json
145
159
  - lib/fauxhai/platforms/windows/2008R2.json
146
160
  - lib/fauxhai/platforms/windows/2012.json
161
+ - lib/fauxhai/platforms/windows/2012R2.json
147
162
  - lib/fauxhai/runner.rb
148
163
  - lib/fauxhai/version.rb
149
164
  - tmp/.gitkeep
@@ -167,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
182
  version: '0'
168
183
  requirements: []
169
184
  rubyforge_project:
170
- rubygems_version: 2.3.0
185
+ rubygems_version: 2.4.5
171
186
  signing_key:
172
187
  specification_version: 4
173
188
  summary: Fauxhai provides an easy way to mock out your ohai data for testing with