facter 3.12.0.cfacter.20181001 → 3.12.0.cfacter.20181004
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7e3f09b89d6dd6008f50ee2edbb1fcbc68fa06acddbb55b78c13df67cd919f2
|
4
|
+
data.tar.gz: dcf0f092bbe3ab62b80f1056a9da60f1654e175e40d2da6796844be4fdc2da81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f568fe0aca25ba832d7b8e6f5eb5d57f536ef3d989b69d7f7462b523c5f6b2b9cd4e51a99d8dd6d8858f5b243deced45e2c6ba6ec774cc157295ab1a2257fe47
|
7
|
+
data.tar.gz: 41b86b3f3e7088adc07469192ab0973ab44b362e73bc10560500808b971227a047b4c9397f23ad7f89b7d0f53b7680169c2f2e220cacbbf06fc3c9e9620b10b3
|
@@ -207,6 +207,10 @@ namespace leatherman { namespace ruby {
|
|
207
207
|
* See MRI documentation.
|
208
208
|
*/
|
209
209
|
VALUE (* const rb_gv_get)(char const*);
|
210
|
+
/**
|
211
|
+
* See MRI documentation.
|
212
|
+
*/
|
213
|
+
VALUE (* const rb_gv_set)(char const*, VALUE);
|
210
214
|
/**
|
211
215
|
* See MRI documentation.
|
212
216
|
*/
|
@@ -51,6 +51,7 @@ namespace leatherman { namespace ruby {
|
|
51
51
|
LOAD_SYMBOL(rb_define_singleton_method),
|
52
52
|
LOAD_SYMBOL(rb_class_new_instance),
|
53
53
|
LOAD_SYMBOL(rb_gv_get),
|
54
|
+
LOAD_SYMBOL(rb_gv_set),
|
54
55
|
LOAD_SYMBOL(rb_eval_string),
|
55
56
|
LOAD_SYMBOL(rb_funcall),
|
56
57
|
LOAD_ALIASED_SYMBOL(rb_funcallv, rb_funcall2),
|
@@ -43,6 +43,11 @@ namespace leatherman { namespace windows {
|
|
43
43
|
*/
|
44
44
|
constexpr static char const* computersystemproduct = "Win32_ComputerSystemProduct";
|
45
45
|
|
46
|
+
/**
|
47
|
+
* Identifier for the WMI property UUID
|
48
|
+
*/
|
49
|
+
constexpr static char const* uuid = "UUID";
|
50
|
+
|
46
51
|
/**
|
47
52
|
* Identifier for the WMI class Win32_OperatingSystem
|
48
53
|
*/
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.12.0.cfacter.
|
4
|
+
version: 3.12.0.cfacter.20181004
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-10-
|
12
|
+
date: 2018-10-04 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email: info@puppet.com
|