screenplay 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/screenplay.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a95ba6ead19e8a30a517ff94ea7616598bf5bb65
4
- data.tar.gz: acda5c62d8456b8f9bff4b925b36965cc82ef6e0
3
+ metadata.gz: 978d59ffaab5e6635ebfc55b85e964d9fd8d943d
4
+ data.tar.gz: dd2f14e525c632d471439bc20a351533623b3de1
5
5
  SHA512:
6
- metadata.gz: e7cc1dc7b6b9348a38a98c5bc7c5fcd9556266a909febb3faf915e7b29b04ec37a693a3abbe4bac17a74982e99f0b11f995ed55ef48186ef2a4f46ea121eedea
7
- data.tar.gz: 495367c4a4da1847bcd59c7197f318f811595be3b12d4aead02ec955b813ded14dd35e63aa843149e67dcf030375e99ff32342a1ce16ac58a69b2a14b385acf4
6
+ metadata.gz: 3b4be4150788dae292f0b701453970bad1fe1990d773a2aabf9b791982a7a2c86311c9b4221a786baeba1646cc20176cbd5410e8923723f8f33dcbc450db930b
7
+ data.tar.gz: acb4d65ad157d9e742189bf02178005ef02a086728395eb7726eb9ad53bd253d1278dddaa58345cb56c9ae3e83baa4c9de453dbe3eb03198860ac6d2c2b34dae
@@ -43,7 +43,7 @@ module Screenplay
43
43
  output.symbolize_keys!
44
44
  unless (@options[:quiet])
45
45
  if (@options[:show_output])
46
- puts "output = " + @options[:human_friendly] ? JSON.pretty_generate(output) : output.to_s
46
+ puts 'output = ' + (@options[:human_friendly] ? JSON.pretty_generate(output) : output).to_s
47
47
  puts ''
48
48
  else
49
49
  STDOUT << '.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: screenplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taco Jan Osinga