ansible-powerplay 1.0.3 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f5cec055c4a0b8e9530e857832a5ac739a5f0a2
4
- data.tar.gz: 71a943a42d3da17e4f5c944194b7411dfcc52327
3
+ metadata.gz: 4515d68a3324c3e557b781530685e846618767a2
4
+ data.tar.gz: 6531a27624ecbc388461b8246cf1abfc1909eae4
5
5
  SHA512:
6
- metadata.gz: 8aed020d62b8acb8d00d3438f03a5e84cdee9e4a9e60b7807d1376d3aa6236a75d0f0e8b132c44ddccf3b7abfb349686e0d1e19a38c37eb6a13112dd86ddea37
7
- data.tar.gz: 8eda228cf51b1c9bb0364b96ba7abba0684fe0c30031d981b70413692b653d1d6996ff245fff6c35ba292c8f9428a90c9d7f568be8787266ff87048fabb8611d
6
+ metadata.gz: 5f538f559a5eaa92b0b6f00405d54ad798350690bf9498e1006ed2de36a586cc8d91fff0b1ae54e5461ef3661bbc74e832b9f6cd7d9b2ad3bd3b2a228172277c
7
+ data.tar.gz: 400a51377157779f7a6b8000a88d2b1686c64b2a8aaf7f90ff0c0aa9806b88ad9439b8910a838591bf38401e03af0181f61c92e012c1dddd5f0f23a1366a07b7
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 3
4
+ :patch: 4
5
5
  :special: ''
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: ansible-powerplay 1.0.3 ruby lib
5
+ # stub: ansible-powerplay 1.0.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "ansible-powerplay"
9
- s.version = "1.0.3"
9
+ s.version = "1.0.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -66,7 +66,7 @@ module Powerplay
66
66
  @config[type] = DslConfiguration.new(type, desc, &block).config
67
67
  end
68
68
 
69
- def book(type, yaml, desc: nil, plan: :sync, &block)
69
+ def book(type, yaml, desc = nil, plan: :sync, &block)
70
70
  @books ||= []
71
71
  _enqueue DslBook.new(type, yaml, desc: desc, plan: plan, &block)
72
72
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ansible-powerplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Mitchell