lacerda 0.6.1 → 0.6.2

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: 322ae1cf280fd1575b67fb9423525245e657b987
4
- data.tar.gz: ab9416b4d1a10d2bef1187ae58b9284f753ecde0
3
+ metadata.gz: 6428616b8b151e935f781acb33f2035eeb80d005
4
+ data.tar.gz: 794fb69705f42044d7429ebf3b655726af8b3312
5
5
  SHA512:
6
- metadata.gz: 93c385fe049be72afa341b67ce03b41dea4fb7cc128b0f25827227b4ca56a8927ffa2c054ebd152016e3da10ef485b2aabcfc13074ab9b44320f0a0bae42ddd7
7
- data.tar.gz: ddb0ae87136af9aa1e12e444927474cfede888b9866c9e6eb85bbb4dc007e5d957f08cc3abde2497e1c8cef908f7653ce8970fa482962ce0449739440c65f61b
6
+ metadata.gz: 916d0c9a2b9fbcf502a5f0f9f5786cad20a8f9c09b5f7cc343b0712554fc554ad820062c8aefbf0965addc1caaa8db32a0817e9532b1fa562ab0bddbda2b9cca
7
+ data.tar.gz: 0d583d8e1d7c67de052f470dfc28d11a24a48ae807ba2d760b8a1ae84e7c68c61ad1c99b400c5ce395495ad7073af27a3ccf12e6361d56daf603f14df831bcc0
@@ -1,3 +1,7 @@
1
+ # 0.6.2 (30-Oct-15)
2
+ - fix some forgotten ruby 2.0 syntax
3
+ - my name is Jannis and I am a compulsive obsessive rake releaser
4
+
1
5
  # 0.6.1 (30-Oct-15)
2
6
  - fix some forgotten ruby 2.0 syntax
3
7
 
data/circle.yml CHANGED
@@ -1,3 +1,3 @@
1
- achine:
1
+ machine:
2
2
  ruby:
3
- version: 1.9
3
+ version: '1.9'
@@ -39,7 +39,8 @@ module Lacerda
39
39
  @publish.satisfies?(service)
40
40
  end
41
41
 
42
- def satisfies_consumers?(verbose: false)
42
+ def satisfies_consumers?(options = {})
43
+ verbose = options.fetch(:verbose, false)
43
44
  @errors = {}
44
45
  print "#{name.camelize} satisfies: " if verbose
45
46
  consumers.each do |consumer|
@@ -1,3 +1,3 @@
1
1
  module Lacerda
2
- VERSION = '0.6.1'
2
+ VERSION = '0.6.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lacerda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jannis Hermanns