lachlan-sprinkle 0.0.3 → 0.0.4

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.
@@ -184,7 +184,8 @@ module Sprinkle
184
184
 
185
185
  def process(deployment, roles)
186
186
  return if meta_package?
187
-
187
+
188
+ logger.info "\n#{self.name}"
188
189
  # Run a pre-test to see if the software is already installed. If so,
189
190
  # we can skip it, unless we have the force option turned on!
190
191
  unless @verifications.empty? || Sprinkle::OPTIONS[:force]
@@ -208,7 +209,6 @@ module Sprinkle
208
209
  return if @verifications.blank?
209
210
 
210
211
  if pre
211
- logger.info "\n#{self.name}"
212
212
  logger.debug "--> Checking if already installed for roles: #{roles}"
213
213
  else
214
214
  logger.info "--> Verifying if properly installed for roles: #{roles}"
@@ -2,7 +2,7 @@ module Sprinkle #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/sprinkle.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{sprinkle}
3
- s.version = "0.0.3"
3
+ s.version = "0.0.4"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Marcus Crafter", "Mitchell Hashimoto"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lachlan-sprinkle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Crafter