sprinkle 0.7 → 0.7.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.
@@ -20,7 +20,7 @@ module Sprinkle
20
20
 
21
21
  class LocalCommandError < StandardError; end
22
22
 
23
- def servers_for_role?
23
+ def servers_for_role?(role)
24
24
  true
25
25
  end
26
26
 
@@ -64,6 +64,8 @@ module Sprinkle
64
64
 
65
65
  delegate :opts, :to => :package
66
66
  delegate :args, :to => :package
67
+ delegate :version, :to => :package
68
+ delegate :description, :to => :package
67
69
 
68
70
  class <<self
69
71
  # Register a verification module
@@ -1,3 +1,3 @@
1
1
  module Sprinkle
2
- Version = "0.7"
2
+ Version = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprinkle
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: