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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTNmZWM2YTNkNDc3MDljMDM0YTc1ZGY1YzU2MTUwOTE4ZWIwYTA2Yw==
4
+ NzcyYjNmOTQzMmMwNmU5MDYyZjdlNWY3N2UxMTAxMWE0ZGUyN2M3MQ==
5
5
  data.tar.gz: !binary |-
6
- YzZiOTUyMzJlMDAwOWExZDRkZGMzOGRkOGU4YTFiNWUwYWQ0OTc0YQ==
6
+ MzBmZThjNzBiZjJlNjM1YzU1YzQwN2E2OWE2NmU4YjVjYjlmZjIxNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2NiNzRkMzAyYzBiOWEwMzU5OTAyNzU1ODZjYWQxZDExMWVkYzczYjY3NjI5
10
- ZWQ3YjFhNjUwNmVkODVmZDUwYmE5ODNjN2I5YTc1MjNmOGJhYTg0ZTZiOGNh
11
- MjY0NjJkZjkwOGM1YTEzYmZiOWU0NWVjYjJjZWYzNjQ5ZmM5ZmI=
9
+ YTY2Y2M4Nzk2ZTkyNjM3NmQwNjhiODQwM2JiNjUyNjBhYTQ0NDZhYjA5YjE3
10
+ MzYwNWY2NmIxZWZkM2EzN2QyNjllNDE0ZWI5OTQxMmViMzg2MWFhZGMzMWJh
11
+ MmFjNzZjZGQyOWNkNGYxMDIzODQzNTk4MTM4M2Y2OWEyMTZmYWY=
12
12
  data.tar.gz: !binary |-
13
- ZWQ1YTVhMzQ3OGI2Y2Q5YmQ5NThiMGY2N2M2ZTgzMDBkMzA5ZDIyZmZkYzg0
14
- YjVmOGFlYjg4YjI4ZWQxOWRkZDY2NTY1MWY4NTVhZjQ1ZDgxOWViNjUwZWVi
15
- ZmNmNDY3MDBlNzE0YTMwNDg3NDBiYzJlNjlhNjhlMmYxNDc2Zjg=
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 other than version 1.9 or greater of the Ruby interpreter
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
@@ -1,3 +1,3 @@
1
1
  module WmiLite
2
- VERSION = '1.0.0.rc.0'
2
+ VERSION = '1.0.0.rc.1'
3
3
  end
@@ -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.0
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: '1.9'
123
+ version: '0'
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - ! '>'