hwid 0.1.6 → 0.1.7
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/hwid/base.rb +16 -7
- data/test/coverage/assets/0.8.0/application.css +799 -0
- data/test/coverage/assets/0.8.0/application.js +1559 -0
- data/test/coverage/assets/0.8.0/colorbox/border.png +0 -0
- data/test/coverage/assets/0.8.0/colorbox/controls.png +0 -0
- data/test/coverage/assets/0.8.0/colorbox/loading.gif +0 -0
- data/test/coverage/assets/0.8.0/colorbox/loading_background.png +0 -0
- data/test/coverage/assets/0.8.0/favicon_green.png +0 -0
- data/test/coverage/assets/0.8.0/favicon_red.png +0 -0
- data/test/coverage/assets/0.8.0/favicon_yellow.png +0 -0
- data/test/coverage/assets/0.8.0/loading.gif +0 -0
- data/test/coverage/assets/0.8.0/magnify.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/test/coverage/assets/0.8.0/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/test/coverage/index.html +8 -8
- data/test/test_hwid.rb +1 -0
- metadata +26 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/coverage/index.html
CHANGED
@@ -3,18 +3,18 @@
|
|
3
3
|
<head>
|
4
4
|
<title>Code coverage for Test</title>
|
5
5
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
6
|
-
<script src='./assets/0.
|
7
|
-
<link href='./assets/0.
|
8
|
-
<link rel="shortcut icon" type="image/png" href="./assets/0.
|
9
|
-
<link rel="icon" type="image/png" href="./assets/0.
|
6
|
+
<script src='./assets/0.8.0/application.js' type='text/javascript'></script>
|
7
|
+
<link href='./assets/0.8.0/application.css' media='screen, projection, print' rel='stylesheet' type='text/css'>
|
8
|
+
<link rel="shortcut icon" type="image/png" href="./assets/0.8.0/favicon_green.png" />
|
9
|
+
<link rel="icon" type="image/png" href="./assets/0.8.0/favicon.png" />
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<div id="loading">
|
14
|
-
<img src="./assets/0.
|
14
|
+
<img src="./assets/0.8.0/loading.gif" alt="loading"/>
|
15
15
|
</div>
|
16
16
|
<div id="wrapper" style="display:none;">
|
17
|
-
<div class="timestamp">Generated <abbr class="timeago" title="
|
17
|
+
<div class="timestamp">Generated <abbr class="timeago" title="2015-11-07T10:48:19+08:00">2015-11-07T10:48:19+08:00</abbr></div>
|
18
18
|
<ul class="group_tabs"></ul>
|
19
19
|
|
20
20
|
<div id="content">
|
@@ -59,8 +59,8 @@
|
|
59
59
|
</div>
|
60
60
|
|
61
61
|
<div id="footer">
|
62
|
-
Generated by <a href="http://github.com/colszowka/simplecov">simplecov</a> v0.
|
63
|
-
and simplecov-html v0.
|
62
|
+
Generated by <a href="http://github.com/colszowka/simplecov">simplecov</a> v0.9.0
|
63
|
+
and simplecov-html v0.8.0<br/>
|
64
64
|
using test
|
65
65
|
</div>
|
66
66
|
|
data/test/test_hwid.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hwid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Sproule
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Get a rough hardware id of the system that the gem is running on
|
14
14
|
email: scott.sproule@ficonab.com
|
@@ -63,6 +63,30 @@ files:
|
|
63
63
|
- test/coverage/assets/0.7.1/smoothness/images/ui-icons_454545_256x240.png
|
64
64
|
- test/coverage/assets/0.7.1/smoothness/images/ui-icons_888888_256x240.png
|
65
65
|
- test/coverage/assets/0.7.1/smoothness/images/ui-icons_cd0a0a_256x240.png
|
66
|
+
- test/coverage/assets/0.8.0/application.css
|
67
|
+
- test/coverage/assets/0.8.0/application.js
|
68
|
+
- test/coverage/assets/0.8.0/colorbox/border.png
|
69
|
+
- test/coverage/assets/0.8.0/colorbox/controls.png
|
70
|
+
- test/coverage/assets/0.8.0/colorbox/loading.gif
|
71
|
+
- test/coverage/assets/0.8.0/colorbox/loading_background.png
|
72
|
+
- test/coverage/assets/0.8.0/favicon_green.png
|
73
|
+
- test/coverage/assets/0.8.0/favicon_red.png
|
74
|
+
- test/coverage/assets/0.8.0/favicon_yellow.png
|
75
|
+
- test/coverage/assets/0.8.0/loading.gif
|
76
|
+
- test/coverage/assets/0.8.0/magnify.png
|
77
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
78
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
79
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
80
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
81
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
82
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
83
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
84
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
85
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-icons_222222_256x240.png
|
86
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-icons_2e83ff_256x240.png
|
87
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-icons_454545_256x240.png
|
88
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-icons_888888_256x240.png
|
89
|
+
- test/coverage/assets/0.8.0/smoothness/images/ui-icons_cd0a0a_256x240.png
|
66
90
|
- test/coverage/index.html
|
67
91
|
- test/test_helper.rb
|
68
92
|
- test/test_hwid.rb
|