cleanfb 0.2.1.8 → 0.2.1.9

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
  SHA1:
3
- metadata.gz: e1664f2aa9867a262778380e713ceeb36062af83
4
- data.tar.gz: cdb57002fc04a2d101512b0fb2605386b576177b
3
+ metadata.gz: c95025d6e6eeb63110d63333a0d1eda6dcdf2503
4
+ data.tar.gz: 4364de2ebb6d0140da5ff0b716086e3883574466
5
5
  SHA512:
6
- metadata.gz: e295db6d48ed3af774af0168469003d4b6aaefc9b0ec466ae1c93cec287f10a16d2585f7ae65586e32315bacb7ac7f95bdbb1e5fdb2a2d497b1fb331cc5c1ce6
7
- data.tar.gz: 3bf0cc74a22cb04485ada015c83335ae34f1bead2145fdfae2d336f409c47edd4734e63cf1306d52fc5f128d5e95c125fda37c7b43ab10d31c566e5c833177c7
6
+ metadata.gz: 10d2ab7c94c4eccc27477e126f07f0c7df3257246962cd3af5f207f37bbd28e549a191e5b4ff0881ef12227166bdf33394a6b64c9eb9b232567e4aec7350720f
7
+ data.tar.gz: a78fffefffa0c36908b23b9b4e660c79c9fe2256a6356dd514b1cb5611f9f632e0b6be08d1fe0bd61b682c2c54a2c73d7bcd217b67fa000644055e8b4113d0e8
data/cleanfb.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["lhoffl"]
10
10
  spec.email = ["hoffmatt@mail.gvsu.edu"]
11
11
 
12
- spec.summary = %q{Cleans the filebucket}
12
+ spec.summary = %q{Cleans the filebucket of a Puppet server}
13
13
  spec.homepage = ""
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.2.1.8"
2
+ VERSION = "0.2.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cleanfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.8
4
+ version: 0.2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl
@@ -79,5 +79,5 @@ rubyforge_project:
79
79
  rubygems_version: 2.6.6
80
80
  signing_key:
81
81
  specification_version: 4
82
- summary: Cleans the filebucket
82
+ summary: Cleans the filebucket of a Puppet server
83
83
  test_files: []