lolcat 42.0.85 → 42.0.99

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -71,7 +71,7 @@ HEADER
71
71
  banner <<FOOTER
72
72
 
73
73
  Examples:
74
- lolcat f - g Output f's contents, then standard input, then g's contents.
74
+ lolcat f - g Output f's contents, then stdin, then g's contents.
75
75
  lolcat Copy standard input to standard output.
76
76
  fortune | lolcat Display a rainbow cookie.
77
77
 
@@ -97,7 +97,7 @@ FOOTER
97
97
 
98
98
  p.die :spread, "must be > 0" if opts[:spread] < 0.1
99
99
  p.die :duration, "must be > 0" if opts[:duration] < 0.1
100
- p.die :speed, "must be > 0.1" if opts[:duration] < 0.1
100
+ p.die :speed, "must be > 0.1" if opts[:speed] < 0.1
101
101
 
102
102
  opts[:os] = opts[:seed]
103
103
  opts[:os] = rand(256) if opts[:os] == 0
@@ -1,3 +1,3 @@
1
1
  module Lolcat
2
- VERSION = "42.0.85"
2
+ VERSION = "42.0.99"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 42
7
7
  - 0
8
- - 85
9
- version: 42.0.85
8
+ - 99
9
+ version: 42.0.99
10
10
  platform: ruby
11
11
  authors:
12
12
  - Moe