facter 3.12.0.cfacter.20181001 → 3.12.0.cfacter.20181004

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1693d52bc191ac810a740359a39d7d72f3995d62ac0bd1e7bac90f8ba7e799b
4
- data.tar.gz: 2dbfe8518be3c005350e53e475d5b5c90103886f1db32c3f65e789b4334fd826
3
+ metadata.gz: a7e3f09b89d6dd6008f50ee2edbb1fcbc68fa06acddbb55b78c13df67cd919f2
4
+ data.tar.gz: dcf0f092bbe3ab62b80f1056a9da60f1654e175e40d2da6796844be4fdc2da81
5
5
  SHA512:
6
- metadata.gz: 02e685a108cbce6c2e23fe7d24510de44af9879cbeea12ded02f0304a7fb9490eff8b31b836027939bca4fae43773204b38597f425c34172945e969f5b9a2750
7
- data.tar.gz: 032c91d4e31ad3162ff86a2b9a0b2da477f325be0df1a5294c00f6f4aab5bf0d8dbdba9d5a8891ca851ff7860524ee7e8b0308471005eb86583b239d2ab589c3
6
+ metadata.gz: f568fe0aca25ba832d7b8e6f5eb5d57f536ef3d989b69d7f7462b523c5f6b2b9cd4e51a99d8dd6d8858f5b243deced45e2c6ba6ec774cc157295ab1a2257fe47
7
+ data.tar.gz: 41b86b3f3e7088adc07469192ab0973ab44b362e73bc10560500808b971227a047b4c9397f23ad7f89b7d0f53b7680169c2f2e220cacbbf06fc3c9e9620b10b3
@@ -1,5 +1,5 @@
1
1
  cmake_minimum_required(VERSION 3.2.2)
2
- project(leatherman VERSION 1.5.0)
2
+ project(leatherman VERSION 1.5.1)
3
3
 
4
4
  if (WIN32)
5
5
  link_libraries("-Wl,--nxcompat -Wl,--dynamicbase")
@@ -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.20181001
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-01 00:00:00.000000000 Z
12
+ date: 2018-10-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: info@puppet.com