wmi-lite 1.0.0.rc.0 → 1.0.0.rc.1
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 +8 -8
- data/README.md +1 -1
- data/lib/wmi-lite/version.rb +1 -1
- data/wmi-lite.gemspec +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzcyYjNmOTQzMmMwNmU5MDYyZjdlNWY3N2UxMTAxMWE0ZGUyN2M3MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzBmZThjNzBiZjJlNjM1YzU1YzQwN2E2OWE2NmU4YjVjYjlmZjIxNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTY2Y2M4Nzk2ZTkyNjM3NmQwNjhiODQwM2JiNjUyNjBhYTQ0NDZhYjA5YjE3
|
|
10
|
+
MzYwNWY2NmIxZWZkM2EzN2QyNjllNDE0ZWI5OTQxMmViMzg2MWFhZGMzMWJh
|
|
11
|
+
MmFjNzZjZGQyOWNkNGYxMDIzODQzNTk4MTM4M2Y2OWEyMTZmYWY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGVlOWViNDFmZGE4NGNlMjUzNTMzNzFhZWE1MDIyODcwYzhmMjZlNjJhNzFm
|
|
14
|
+
OWRiZDUwNWZhYzY4MzFiMzU3ZGFmZDYxM2UwOGI2YWYwNmEzOTVkNmZkNGNk
|
|
15
|
+
MDE3Y2FhMDMwODM1NmMyMDg2MDZhMDA4MGNkYThlNTIxMzg5NGI=
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Wmi-Lite
|
|
|
3
3
|
|
|
4
4
|
`wmi-lite` is a lightweight Ruby gem utility library for accessing basic
|
|
5
5
|
[Windows Management Instrumentation (WMI)](http://msdn.microsoft.com/en-us/library/aa394582(v=vs.85).aspx)
|
|
6
|
-
functionality on Windows. It has no dependencies
|
|
6
|
+
functionality on Windows. It has no dependencies outside of the Ruby interpreter
|
|
7
7
|
and libraries and of course the Windows operating system.
|
|
8
8
|
|
|
9
9
|
Installation
|
data/lib/wmi-lite/version.rb
CHANGED
data/wmi-lite.gemspec
CHANGED
|
@@ -18,8 +18,6 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.homepage = 'https://github.com/opscode/wmi-lite'
|
|
19
19
|
spec.license = 'Apache 2.0'
|
|
20
20
|
|
|
21
|
-
spec.required_ruby_version = '>= 1.9'
|
|
22
|
-
|
|
23
21
|
spec.files = `git ls-files`.split($/)
|
|
24
22
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
25
23
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wmi-lite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.rc.
|
|
4
|
+
version: 1.0.0.rc.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Edwards
|
|
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
120
120
|
requirements:
|
|
121
121
|
- - ! '>='
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: '
|
|
123
|
+
version: '0'
|
|
124
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
requirements:
|
|
126
126
|
- - ! '>'
|