fauxhai 1.1.0 → 1.1.1

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.
@@ -1,10 +1,25 @@
1
- # 1.0.0 / 2013-05-09
1
+ Fauxhai Changelog
2
+ =================
3
+
4
+ v1.0.1
5
+ ------
6
+ Released: 2013-05-21
7
+
8
+ - Fix typo in README ([@mapleoin][], [#29][])
9
+ - Rename `gem` to `spec` in gemspec
10
+ - Use Ruby's built-in JSON class
11
+ - Handle use case where an entire new operating system is created (15708ce)
12
+ - Add openSUSE 12.3 ([@mapleoin][], [#30][])
13
+
14
+ v1.0.0
15
+ ------
16
+ Released: 2013-05-09
2
17
 
3
18
  - Support `path` option to specify the fixture data ([#21][])
4
19
  - Require `version` option for platform, drop (undocumented) support for default versions ([#25][], [#26][])
5
- - Update gem paths on Ubuntu 10.04 data ([#18][], [#19][])
6
- - Add SmartOS joyent_20130111T180733Z ([#23][])
7
- - Add Debian 7.0 (Wheezy) ([#24][])
20
+ - Update gem paths on Ubuntu 10.04 data ([@anujbiyani][], [#18][], [#19][])
21
+ - Add SmartOS joyent_20130111T180733Z ([@sax][], [#23][])
22
+ - Add Debian 7.0 (Wheezy) ([@tmatilai][], [#24][])
8
23
 
9
24
  <!--- The following link definition list is generated by PimpMyChangelog --->
10
25
  [#18]: https://github.com/customink/fauxhai/issues/18
@@ -14,3 +29,9 @@
14
29
  [#24]: https://github.com/customink/fauxhai/issues/24
15
30
  [#25]: https://github.com/customink/fauxhai/issues/25
16
31
  [#26]: https://github.com/customink/fauxhai/issues/26
32
+ [#29]: https://github.com/customink/fauxhai/issues/29
33
+ [#30]: https://github.com/customink/fauxhai/issues/30
34
+ [@anujbiyani]: https://github.com/anujbiyani
35
+ [@mapleoin]: https://github.com/mapleoin
36
+ [@sax]: https://github.com/sax
37
+ [@tmatilai]: https://github.com/tmatilai
data/README.md CHANGED
@@ -199,7 +199,7 @@ Fauxhai is community-maintained and updated. Aside from the initial files, all o
199
199
 
200
200
  **A:** No, but it helps in tracking problems and analyzing pull requests. Ultimately it just ensures your pull request is merged as quickly as possible.
201
201
 
202
- 8. Create a new json file in `fauxhai/platforms/[os]/[version].json` (e.g. `fauxhai/platforms/ubuntu/12.04.json`)
202
+ 8. Create a new json file in `lib/fauxhai/platforms/[os]/[version].json` (e.g. `lib/fauxhai/platforms/ubuntu/12.04.json`)
203
203
  9. Copy-paste the contents of the file from `Step 4` into this file and save
204
204
  10. Verify the installation was successful by doing the following:
205
205
 
@@ -3,7 +3,7 @@ $:.unshift(lib) unless $:.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'fauxhai'
6
- spec.version = '1.1.0'
6
+ spec.version = '1.1.1'
7
7
  spec.authors = ['Seth Vargo']
8
8
  spec.email = ['sethvargo@gmail.com']
9
9
  spec.description = %q{Easily mock out ohai data}
@@ -163,6 +163,12 @@
163
163
  "platform": "debian",
164
164
  "platform_version": "6.0.5",
165
165
  "platform_family": "debian",
166
+ "lsb": {
167
+ "id": "Debian",
168
+ "description": "Debian GNU/Linux 6.0.5 (squeeze)",
169
+ "release": "6.0.5",
170
+ "codename": "squeeze"
171
+ },
166
172
  "languages": {
167
173
  "ruby": {
168
174
  "bin_dir": "/usr/local/bin",
@@ -301,6 +301,12 @@
301
301
  "platform": "ubuntu",
302
302
  "platform_version": "10.04",
303
303
  "platform_family": "debian",
304
+ "lsb": {
305
+ "codename": "lucid",
306
+ "description": "Ubuntu 10.04 LTS",
307
+ "release": "10.04",
308
+ "id": "Ubuntu"
309
+ },
304
310
  "filesystem": {
305
311
  "/dev/sda1": {
306
312
  "kb_size": "37344816",
@@ -160,6 +160,12 @@
160
160
  "platform": "ubuntu",
161
161
  "platform_version": "12.04",
162
162
  "platform_family": "debian",
163
+ "lsb": {
164
+ "codename": "precise",
165
+ "description": "Ubuntu 12.04 LTS",
166
+ "release": "12.04",
167
+ "id": "Ubuntu"
168
+ },
163
169
  "ohai_time": 1344011611.7613227,
164
170
  "filesystem": {
165
171
  "/dev/mapper/precise64-root": {
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: 1.1.0
4
+ version: 1.1.1
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-05-21 00:00:00.000000000 Z
12
+ date: 2013-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty