WindowsInstaller 0.1.10 → 0.1.11

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/WindowsInstaller.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 683c60b69d5f020cfd1cf953e6077f19571af140
4
- data.tar.gz: b954c250465a26ba7651d451299e45b80b6eefe8
3
+ metadata.gz: b2b9022658da152e32f5deb740deec5781cedb9e
4
+ data.tar.gz: 874d9d9b356b9b5bedfd1f6442c0d3572c8ca88a
5
5
  SHA512:
6
- metadata.gz: f6ab754ea7b3e7d2f3d9d1ab58c0c8ee1c4ccdf3e4929e45561d6826e814947794ac5e9894fcae432b1f44fb4cd520f1a672924ac2e04d4edac6237792421bfe
7
- data.tar.gz: db0088c0aec7651c74015877a981b224b2bec0a706eafc5305137d4777f0edd671c5d3fd2e6469306e3c847dc92656d90701a27dbedd4c397f9ef295da24f36c
6
+ metadata.gz: ea6b0505fc1bf7ec4635bf0eca98007612555af2e226fe59bd0ddbaf65224832a6659a9d2076a58592eab79f54ebc295f54ee83f601d9f037a6e6851da467f00
7
+ data.tar.gz: b7d2f618278b6c03f3adcc2dc945a6881c721033f0628c477c5a38eecacc6d41bad5acc7ade70e99480ad96f2768347174a0165b23a0e49838be2cbbd62682f3
@@ -53,7 +53,7 @@ class WindowsInstaller < Hash
53
53
  end
54
54
 
55
55
  def uninstall_product(product_name)
56
- raise Exception.new("Product '#{product_name}' is not installed") unless(product_installed?(product_installed))
56
+ raise Exception.new("Product '#{product_name}' is not installed") unless(product_installed?(product_name))
57
57
 
58
58
  product_code = installed_get_product_code(product_name)
59
59
  uninstall_product_code(product_code)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: WindowsInstaller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Marshall