puppet-ghostbuster 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe22eeb59f0091363b234940fd33e7a59891d985
4
- data.tar.gz: 9926ca96ceda0199032d3e0b5ae5e832eb1488b8
3
+ metadata.gz: 1f3357c27a77664b4af1c45fa7943a8dfd6d9935
4
+ data.tar.gz: 057c4bb7ebb02a44ff8285b4da51846261905d9c
5
5
  SHA512:
6
- metadata.gz: 2ee740dc1a4e7dbd549c1e1d22197916a5365bdbd3df9af45e127805f7cf84b2005f8df3cbdc9f9447381718e30931d751184030147571f52818998e434b3870
7
- data.tar.gz: 76cf2ad9801df5220493994e3b2b34cf49096f46eb16869a668a29a4fda4a8cbce560d9c1da390b4f0b45f7b8fb5d89e3d47324b870928f7abb5d7d7496dbc4d
6
+ metadata.gz: 53a0b0da32058254f01027bdc00d5830490b7fcc48d22e56d6414f712faca80e28f1ef402d7426f364ff3fd34592efa9a16c3535b1a1026891f7c37ec72a93ef
7
+ data.tar.gz: 472a5d32cfec6c148d7f71811ed095308e11e8a385e6f724f0b7152b71759fa68ee31c7aa719fd9939e0888adb3c97ab42120adca46f4763010211da2fbdcd03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [0.4.4](https://rubygems.org/gems/puppet-ghostbuster/versions/0.4.4) (2016-05-04)
4
+ [Full Changelog](https://github.com/camptocamp/puppet-ghostbuster/compare/0.4.3...0.4.4)
5
+
6
+ **Fixed bugs:**
7
+
8
+ - Fix unless/if issue
9
+
3
10
  ## [0.4.3](https://rubygems.org/gems/puppet-ghostbuster/versions/0.4.3) (2016-05-04)
4
11
  [Full Changelog](https://github.com/camptocamp/puppet-ghostbuster/compare/0.4.2...0.4.3)
5
12
 
@@ -1,3 +1,3 @@
1
1
  class PuppetGhostbuster
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
@@ -179,7 +179,7 @@ class PuppetGhostbuster
179
179
  break if found
180
180
  end
181
181
 
182
- @@issues << { :title => "[GhostBuster] File #{module_name}/#{file_name} seems unused", :body => file } if found
182
+ @@issues << { :title => "[GhostBuster] File #{module_name}/#{file_name} seems unused", :body => file } unless found
183
183
  end
184
184
  end
185
185
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-ghostbuster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Camptocamp