wmi-lite 1.0.5 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/wmi-lite/version.rb +1 -1
- data/lib/wmi-lite/wmi.rb +3 -3
- data/lib/wmi-lite.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a87bf38d1fa9270106f918fa812173c90ed5dc882afbd034af25ae84f376bfb
|
4
|
+
data.tar.gz: 752360973ef723d07dba7c283238499980f771ad3d148d2cc4a80c225728abf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a3cbcadf1342db61072b146bf15d3b5426b43c3a0328caeeea7af006c319e141e8b7450ea2c66d96da713f7d7d8d2e09c14998432852952d76bb5b93d5d721d
|
7
|
+
data.tar.gz: 7269d3de9965726c181b5947406e41e0a71db827f3dc3df13db6e60f4daeae1a03e709ba53e1e64302a9dc1305302ce2f2ce26fb49d9268082ba5e3333b6f58d
|
data/lib/wmi-lite/version.rb
CHANGED
data/lib/wmi-lite/wmi.rb
CHANGED
@@ -16,9 +16,9 @@
|
|
16
16
|
# limitations under the License.
|
17
17
|
#
|
18
18
|
|
19
|
-
require
|
20
|
-
require_relative
|
21
|
-
require_relative
|
19
|
+
require "win32ole" if RUBY_PLATFORM =~ /mswin|mingw32|mingw|windows/
|
20
|
+
require_relative "wmi_instance"
|
21
|
+
require_relative "wmi_exception"
|
22
22
|
|
23
23
|
module WmiLite
|
24
24
|
class Wmi
|
data/lib/wmi-lite.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wmi-lite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Edwards
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A lightweight utility over win32ole for accessing basic WMI (Windows
|
14
14
|
Management Instrumentation) functionality in the Microsoft Windows operating system.
|
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
|
-
rubygems_version: 3.
|
48
|
+
rubygems_version: 3.1.4
|
49
49
|
signing_key:
|
50
50
|
specification_version: 4
|
51
51
|
summary: A lightweight utility library for accessing basic WMI (Windows Management
|