fauxhai 1.1.1 → 2.0.0
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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +16 -1
- data/CONTRIBUTING.md +47 -0
- data/README.md +1 -37
- data/fauxhai.gemspec +3 -2
- data/lib/fauxhai/mocker.rb +14 -3
- data/lib/fauxhai/platforms/centos/5.9.json +757 -0
- data/lib/fauxhai/platforms/centos/6.4.json +284 -0
- data/lib/fauxhai/platforms/debian/7.0.json +6 -0
- data/lib/fauxhai/platforms/debian/7.1.json +591 -0
- data/lib/fauxhai/platforms/fedora/18.json +463 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +593 -0
- data/lib/fauxhai/platforms/gentoo/2.1.json +401 -0
- data/lib/fauxhai/platforms/suse/11.03.json +578 -0
- data/lib/fauxhai/runner.rb +1 -0
- metadata +22 -39
- data/.ruby-version +0 -1
data/lib/fauxhai/runner.rb
CHANGED
metadata
CHANGED
@@ -1,78 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
5
|
-
prerelease:
|
4
|
+
version: 2.0.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Seth Vargo
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-06
|
11
|
+
date: 2013-11-06 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
|
-
- !ruby/object:Gem::Dependency
|
15
|
-
name: httparty
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '0'
|
22
|
-
type: :runtime
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
|
-
requirements:
|
27
|
-
- - ! '>='
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '0'
|
30
13
|
- !ruby/object:Gem::Dependency
|
31
14
|
name: net-ssh
|
32
15
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
16
|
requirements:
|
35
|
-
- -
|
17
|
+
- - '>='
|
36
18
|
- !ruby/object:Gem::Version
|
37
19
|
version: '0'
|
38
20
|
type: :runtime
|
39
21
|
prerelease: false
|
40
22
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
23
|
requirements:
|
43
|
-
- -
|
24
|
+
- - '>='
|
44
25
|
- !ruby/object:Gem::Version
|
45
26
|
version: '0'
|
46
27
|
- !ruby/object:Gem::Dependency
|
47
28
|
name: ohai
|
48
29
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
30
|
requirements:
|
51
|
-
- -
|
31
|
+
- - '>='
|
52
32
|
- !ruby/object:Gem::Version
|
53
33
|
version: '0'
|
54
34
|
type: :runtime
|
55
35
|
prerelease: false
|
56
36
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
37
|
requirements:
|
59
|
-
- -
|
38
|
+
- - '>='
|
60
39
|
- !ruby/object:Gem::Version
|
61
40
|
version: '0'
|
62
41
|
- !ruby/object:Gem::Dependency
|
63
42
|
name: rake
|
64
43
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
44
|
requirements:
|
67
|
-
- -
|
45
|
+
- - '>='
|
68
46
|
- !ruby/object:Gem::Version
|
69
47
|
version: '0'
|
70
48
|
type: :development
|
71
49
|
prerelease: false
|
72
50
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
51
|
requirements:
|
75
|
-
- -
|
52
|
+
- - '>='
|
76
53
|
- !ruby/object:Gem::Version
|
77
54
|
version: '0'
|
78
55
|
description: Easily mock out ohai data
|
@@ -84,8 +61,8 @@ extensions: []
|
|
84
61
|
extra_rdoc_files: []
|
85
62
|
files:
|
86
63
|
- .gitignore
|
87
|
-
- .ruby-version
|
88
64
|
- CHANGELOG.md
|
65
|
+
- CONTRIBUTING.md
|
89
66
|
- Gemfile
|
90
67
|
- LICENSE
|
91
68
|
- README.md
|
@@ -104,12 +81,18 @@ files:
|
|
104
81
|
- lib/fauxhai/mocker.rb
|
105
82
|
- lib/fauxhai/platforms/amazon/2012.09.json
|
106
83
|
- lib/fauxhai/platforms/centos/5.8.json
|
84
|
+
- lib/fauxhai/platforms/centos/5.9.json
|
107
85
|
- lib/fauxhai/platforms/centos/6.0.json
|
108
86
|
- lib/fauxhai/platforms/centos/6.2.json
|
109
87
|
- lib/fauxhai/platforms/centos/6.3.json
|
88
|
+
- lib/fauxhai/platforms/centos/6.4.json
|
110
89
|
- lib/fauxhai/platforms/chefspec/0.6.1.json
|
111
90
|
- lib/fauxhai/platforms/debian/6.0.5.json
|
112
91
|
- lib/fauxhai/platforms/debian/7.0.json
|
92
|
+
- lib/fauxhai/platforms/debian/7.1.json
|
93
|
+
- lib/fauxhai/platforms/fedora/18.json
|
94
|
+
- lib/fauxhai/platforms/freebsd/9.1.json
|
95
|
+
- lib/fauxhai/platforms/gentoo/2.1.json
|
113
96
|
- lib/fauxhai/platforms/mac_os_x/10.6.8.json
|
114
97
|
- lib/fauxhai/platforms/mac_os_x/10.7.4.json
|
115
98
|
- lib/fauxhai/platforms/mac_os_x/10.8.2.json
|
@@ -118,6 +101,7 @@ files:
|
|
118
101
|
- lib/fauxhai/platforms/redhat/5.8.json
|
119
102
|
- lib/fauxhai/platforms/redhat/6.3.json
|
120
103
|
- lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json
|
104
|
+
- lib/fauxhai/platforms/suse/11.03.json
|
121
105
|
- lib/fauxhai/platforms/ubuntu/10.04.json
|
122
106
|
- lib/fauxhai/platforms/ubuntu/12.04.json
|
123
107
|
- lib/fauxhai/platforms/windows/2008R2.json
|
@@ -125,27 +109,26 @@ files:
|
|
125
109
|
- tmp/.gitkeep
|
126
110
|
homepage: https://github.com/customink/fauxhai
|
127
111
|
licenses: []
|
112
|
+
metadata: {}
|
128
113
|
post_install_message:
|
129
114
|
rdoc_options: []
|
130
115
|
require_paths:
|
131
116
|
- lib
|
132
117
|
required_ruby_version: !ruby/object:Gem::Requirement
|
133
|
-
none: false
|
134
118
|
requirements:
|
135
|
-
- -
|
119
|
+
- - '>='
|
136
120
|
- !ruby/object:Gem::Version
|
137
|
-
version: '
|
121
|
+
version: '1.9'
|
138
122
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
|
-
none: false
|
140
123
|
requirements:
|
141
|
-
- -
|
124
|
+
- - '>='
|
142
125
|
- !ruby/object:Gem::Version
|
143
126
|
version: '0'
|
144
127
|
requirements: []
|
145
128
|
rubyforge_project:
|
146
|
-
rubygems_version: 1.
|
129
|
+
rubygems_version: 2.1.10
|
147
130
|
signing_key:
|
148
|
-
specification_version:
|
131
|
+
specification_version: 4
|
149
132
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|
150
133
|
chefspec!
|
151
134
|
test_files: []
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
1.9.3-p429
|