wmi-lite 1.0.5 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8fac4e7ade745c1803017f03aa5a45ff3d175d2fcee5aabc7e701bcddde43b4a
4
- data.tar.gz: 0e9f9991a59ab9c812bce415ad15a039803fd9c03effe39a9ac1a352974f1ba1
3
+ metadata.gz: 1a87bf38d1fa9270106f918fa812173c90ed5dc882afbd034af25ae84f376bfb
4
+ data.tar.gz: 752360973ef723d07dba7c283238499980f771ad3d148d2cc4a80c225728abf2
5
5
  SHA512:
6
- metadata.gz: 510480c2bb5f55125162a04cfca123c2e8f259709d9db302c826793d407008322dbfa4d1179ff44fa540f79e752c143364f02a848d7daa17940886249cdbf8b2
7
- data.tar.gz: 191abe45433b9100fccb3142890d8458ec2f9a09323fcb337495fb07d3dae69d6d68f8d675dcfd34f2cd12f339e9dadeb8d9afd12202a0a7be2fd2c26c865cd0
6
+ metadata.gz: 4a3cbcadf1342db61072b146bf15d3b5426b43c3a0328caeeea7af006c319e141e8b7450ea2c66d96da713f7d7d8d2e09c14998432852952d76bb5b93d5d721d
7
+ data.tar.gz: 7269d3de9965726c181b5947406e41e0a71db827f3dc3df13db6e60f4daeae1a03e709ba53e1e64302a9dc1305302ce2f2ce26fb49d9268082ba5e3333b6f58d
@@ -1,3 +1,3 @@
1
1
  module WmiLite
2
- VERSION = "1.0.5".freeze
2
+ VERSION = "1.0.7".freeze
3
3
  end
data/lib/wmi-lite/wmi.rb CHANGED
@@ -16,9 +16,9 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require 'win32ole' if RUBY_PLATFORM =~ /mswin|mingw32|windows/
20
- require_relative 'wmi_instance'
21
- require_relative 'wmi_exception'
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
@@ -16,4 +16,4 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require_relative 'wmi-lite/wmi'
19
+ require_relative "wmi-lite/wmi"
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.5
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: 2019-12-30 00:00:00.000000000 Z
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.0.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