fauxhai 0.1.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.ruby-version +1 -1
- data/Gemfile +1 -1
- data/README.md +34 -6
- data/fauxhai.gemspec +2 -2
- data/lib/fauxhai/exception.rb +1 -3
- data/lib/fauxhai/mocker.rb +18 -27
- data/lib/fauxhai/platforms/debian/7.0.json +585 -0
- data/lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json +1635 -0
- data/lib/fauxhai/platforms/ubuntu/10.04.json +4 -4
- metadata +6 -14
- data/lib/fauxhai/platforms/centos/default.json +0 -3
- data/lib/fauxhai/platforms/chefspec/default.json +0 -3
- data/lib/fauxhai/platforms/mac_os_x/default.json +0 -3
- data/lib/fauxhai/platforms/redhat/default.json +0 -3
- data/lib/fauxhai/platforms/ubuntu/default.json +0 -3
@@ -387,18 +387,18 @@
|
|
387
387
|
"host_vendor": "unknown",
|
388
388
|
"bin_dir": "/usr/local/bin",
|
389
389
|
"ruby_bin": "/usr/local/bin/ruby",
|
390
|
-
"gems_dir": "/usr/local/gems",
|
390
|
+
"gems_dir": "/usr/local/lib/ruby/gems/1.9.1",
|
391
391
|
"gem_bin": "/usr/local/bin/gem"
|
392
392
|
}
|
393
393
|
},
|
394
394
|
"chef_packages": {
|
395
395
|
"chef": {
|
396
|
-
"version": "
|
397
|
-
"chef_root": "/usr/local/gems/chef-
|
396
|
+
"version": "10.16.6",
|
397
|
+
"chef_root": "/usr/local/lib/ruby/gems/1.9.1/gems/chef-10.16.6/lib"
|
398
398
|
},
|
399
399
|
"ohai": {
|
400
400
|
"version": "6.14.0",
|
401
|
-
"ohai_root": "/usr/local/gems/ohai-6.14.0/lib/ohai"
|
401
|
+
"ohai_root": "/usr/local/lib/ruby/gems/1.9.1/gems/ohai-6.14.0/lib/ohai"
|
402
402
|
}
|
403
403
|
},
|
404
404
|
"counters": {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: chef
|
@@ -77,7 +77,7 @@ dependencies:
|
|
77
77
|
version: '0'
|
78
78
|
description: Easily mock out ohai data
|
79
79
|
email:
|
80
|
-
-
|
80
|
+
- sethvargo@gmail.com
|
81
81
|
executables:
|
82
82
|
- fauxhai
|
83
83
|
extensions: []
|
@@ -106,21 +106,18 @@ files:
|
|
106
106
|
- lib/fauxhai/platforms/centos/6.0.json
|
107
107
|
- lib/fauxhai/platforms/centos/6.2.json
|
108
108
|
- lib/fauxhai/platforms/centos/6.3.json
|
109
|
-
- lib/fauxhai/platforms/centos/default.json
|
110
109
|
- lib/fauxhai/platforms/chefspec/0.6.1.json
|
111
|
-
- lib/fauxhai/platforms/chefspec/default.json
|
112
110
|
- lib/fauxhai/platforms/debian/6.0.5.json
|
111
|
+
- lib/fauxhai/platforms/debian/7.0.json
|
113
112
|
- lib/fauxhai/platforms/mac_os_x/10.6.8.json
|
114
113
|
- lib/fauxhai/platforms/mac_os_x/10.7.4.json
|
115
114
|
- lib/fauxhai/platforms/mac_os_x/10.8.2.json
|
116
|
-
- lib/fauxhai/platforms/mac_os_x/default.json
|
117
115
|
- lib/fauxhai/platforms/omnios/151002.json
|
118
116
|
- lib/fauxhai/platforms/redhat/5.8.json
|
119
117
|
- lib/fauxhai/platforms/redhat/6.3.json
|
120
|
-
- lib/fauxhai/platforms/
|
118
|
+
- lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json
|
121
119
|
- lib/fauxhai/platforms/ubuntu/10.04.json
|
122
120
|
- lib/fauxhai/platforms/ubuntu/12.04.json
|
123
|
-
- lib/fauxhai/platforms/ubuntu/default.json
|
124
121
|
- lib/fauxhai/platforms/windows/2008R2.json
|
125
122
|
- lib/fauxhai/runner.rb
|
126
123
|
- tmp/.gitkeep
|
@@ -136,18 +133,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
136
133
|
- - ! '>='
|
137
134
|
- !ruby/object:Gem::Version
|
138
135
|
version: '0'
|
139
|
-
segments:
|
140
|
-
- 0
|
141
|
-
hash: -3060028809304705134
|
142
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
137
|
none: false
|
144
138
|
requirements:
|
145
139
|
- - ! '>='
|
146
140
|
- !ruby/object:Gem::Version
|
147
141
|
version: '0'
|
148
|
-
segments:
|
149
|
-
- 0
|
150
|
-
hash: -3060028809304705134
|
151
142
|
requirements: []
|
152
143
|
rubyforge_project:
|
153
144
|
rubygems_version: 1.8.23
|
@@ -156,3 +147,4 @@ specification_version: 3
|
|
156
147
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|
157
148
|
chefspec!
|
158
149
|
test_files: []
|
150
|
+
has_rdoc:
|