lolcat 42.0.99 → 42.1.0
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 +7 -0
- data/LICENSE +8 -8
- data/bin/lolcat +8 -8
- data/lib/lolcat.rb +8 -8
- data/lib/lolcat/cat.rb +2 -2
- data/lib/lolcat/lol.rb +9 -8
- data/lib/lolcat/version.rb +1 -1
- data/lolcat.gemspec +1 -1
- metadata +58 -65
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 57920318b6b03635cc2231862beb86b521607f1e
|
|
4
|
+
data.tar.gz: 9257e0578fc9328efccb6da6dd658778bdd15e58
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 8ece653df0f24e2fb1f7e455b544fdfc1668c82addc253b07e165e104d9b865a4bae814daad09bf5b15b4c7cff68d9a3a41750b0cf558efee49ebcd16aba5486
|
|
7
|
+
data.tar.gz: 02056b3107e05abc0380b34c440f6fa2375db4c5c58ca6fd92d22087209aa51bfa7beb2d77fec2a423bff0ee9f6b143368e11b62f44a93316a4b7a5c805b1e83
|
data/LICENSE
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
2
|
-
Version 2, December 2004
|
|
1
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
2
|
+
Version 2, December 2004
|
|
3
3
|
|
|
4
|
-
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
4
|
+
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
5
5
|
|
|
6
|
-
Everyone is permitted to copy and distribute verbatim or modified
|
|
7
|
-
copies of this license document, and changing it is allowed as long
|
|
8
|
-
as the name is changed.
|
|
6
|
+
Everyone is permitted to copy and distribute verbatim or modified
|
|
7
|
+
copies of this license document, and changing it is allowed as long
|
|
8
|
+
as the name is changed.
|
|
9
9
|
|
|
10
|
-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
11
|
-
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
10
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
11
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
12
12
|
|
|
13
13
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
14
14
|
|
data/bin/lolcat
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
# lolcat (c)2011 moe@busyloop.net
|
|
5
5
|
#
|
|
6
6
|
|
|
7
|
-
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
8
|
-
# Version 2, December 2004
|
|
7
|
+
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
8
|
+
# Version 2, December 2004
|
|
9
9
|
#
|
|
10
|
-
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
10
|
+
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
11
11
|
#
|
|
12
|
-
# Everyone is permitted to copy and distribute verbatim or modified
|
|
13
|
-
# copies of this license document, and changing it is allowed as long
|
|
14
|
-
# as the name is changed.
|
|
12
|
+
# Everyone is permitted to copy and distribute verbatim or modified
|
|
13
|
+
# copies of this license document, and changing it is allowed as long
|
|
14
|
+
# as the name is changed.
|
|
15
15
|
#
|
|
16
|
-
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
17
|
-
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
16
|
+
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
17
|
+
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
18
18
|
#
|
|
19
19
|
# 0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
20
20
|
|
data/lib/lolcat.rb
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
# lolcat (c)2011 moe@busyloop.net
|
|
3
3
|
#
|
|
4
4
|
|
|
5
|
-
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
6
|
-
# Version 2, December 2004
|
|
5
|
+
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
6
|
+
# Version 2, December 2004
|
|
7
7
|
#
|
|
8
|
-
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
8
|
+
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
9
9
|
#
|
|
10
|
-
# Everyone is permitted to copy and distribute verbatim or modified
|
|
11
|
-
# copies of this license document, and changing it is allowed as long
|
|
12
|
-
# as the name is changed.
|
|
10
|
+
# Everyone is permitted to copy and distribute verbatim or modified
|
|
11
|
+
# copies of this license document, and changing it is allowed as long
|
|
12
|
+
# as the name is changed.
|
|
13
13
|
#
|
|
14
|
-
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
15
|
-
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
14
|
+
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
15
|
+
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
16
16
|
#
|
|
17
17
|
# 0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
18
18
|
|
data/lib/lolcat/cat.rb
CHANGED
|
@@ -75,8 +75,8 @@ Examples:
|
|
|
75
75
|
lolcat Copy standard input to standard output.
|
|
76
76
|
fortune | lolcat Display a rainbow cookie.
|
|
77
77
|
|
|
78
|
-
Report lolcat bugs to <
|
|
79
|
-
lolcat home page: <
|
|
78
|
+
Report lolcat bugs to <https://github.com/busyloop/lolcat/issues>
|
|
79
|
+
lolcat home page: <https://github.com/busyloop/lolcat/>
|
|
80
80
|
Report lolcat translation bugs to <http://speaklolcat.com/>
|
|
81
81
|
|
|
82
82
|
FOOTER
|
data/lib/lolcat/lol.rb
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
# lolcat (c)2011 moe@busyloop.net
|
|
3
3
|
#
|
|
4
4
|
|
|
5
|
-
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
6
|
-
# Version 2, December 2004
|
|
5
|
+
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
6
|
+
# Version 2, December 2004
|
|
7
7
|
#
|
|
8
|
-
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
8
|
+
# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
9
9
|
#
|
|
10
|
-
# Everyone is permitted to copy and distribute verbatim or modified
|
|
11
|
-
# copies of this license document, and changing it is allowed as long
|
|
12
|
-
# as the name is changed.
|
|
10
|
+
# Everyone is permitted to copy and distribute verbatim or modified
|
|
11
|
+
# copies of this license document, and changing it is allowed as long
|
|
12
|
+
# as the name is changed.
|
|
13
13
|
#
|
|
14
|
-
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
15
|
-
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
14
|
+
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
15
|
+
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
16
16
|
#
|
|
17
17
|
# 0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
18
18
|
|
|
@@ -43,6 +43,7 @@ module Lol
|
|
|
43
43
|
opts.merge!(defaults)
|
|
44
44
|
str.chomp!
|
|
45
45
|
str.gsub! STRIP_ANSI, '' if !str.nil? and ($stdout.tty? or opts[:force])
|
|
46
|
+
str.gsub! "\t", " "
|
|
46
47
|
opts[:animate] ? println_ani(str, opts) : println_plain(str, opts)
|
|
47
48
|
puts
|
|
48
49
|
end
|
data/lib/lolcat/version.rb
CHANGED
data/lolcat.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.description = %q{Rainbows and unicorns!}
|
|
12
12
|
s.summary = %q{Okay, no unicorns. But rainbows!!}
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
s.add_development_dependency "rake"
|
|
15
15
|
s.add_dependency "paint", "~> 0.8.3"
|
|
16
16
|
s.add_dependency "trollop", "~> 1.16.2"
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,63 +1,66 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcat
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
segments:
|
|
6
|
-
- 42
|
|
7
|
-
- 0
|
|
8
|
-
- 99
|
|
9
|
-
version: 42.0.99
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 42.1.0
|
|
10
5
|
platform: ruby
|
|
11
|
-
authors:
|
|
6
|
+
authors:
|
|
12
7
|
- Moe
|
|
13
8
|
autorequire:
|
|
14
9
|
bindir: bin
|
|
15
10
|
cert_chain: []
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
11
|
+
date: 2014-03-30 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rake
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :development
|
|
22
21
|
prerelease: false
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: paint
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
32
33
|
version: 0.8.3
|
|
33
34
|
type: :runtime
|
|
34
|
-
version_requirements: *id001
|
|
35
|
-
- !ruby/object:Gem::Dependency
|
|
36
|
-
name: trollop
|
|
37
35
|
prerelease: false
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "~>"
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: 0.8.3
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: trollop
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
47
|
version: 1.16.2
|
|
48
48
|
type: :runtime
|
|
49
|
-
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: 1.16.2
|
|
50
55
|
description: Rainbows and unicorns!
|
|
51
|
-
email:
|
|
56
|
+
email:
|
|
52
57
|
- moe@busyloop.net
|
|
53
|
-
executables:
|
|
58
|
+
executables:
|
|
54
59
|
- lolcat
|
|
55
60
|
extensions: []
|
|
56
|
-
|
|
57
61
|
extra_rdoc_files: []
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
- .gitignore
|
|
62
|
+
files:
|
|
63
|
+
- ".gitignore"
|
|
61
64
|
- Gemfile
|
|
62
65
|
- LICENSE
|
|
63
66
|
- README.md
|
|
@@ -69,37 +72,27 @@ files:
|
|
|
69
72
|
- lib/lolcat/lol.rb
|
|
70
73
|
- lib/lolcat/version.rb
|
|
71
74
|
- lolcat.gemspec
|
|
72
|
-
has_rdoc: true
|
|
73
75
|
homepage: https://github.com/busyloop/lolcat
|
|
74
76
|
licenses: []
|
|
75
|
-
|
|
77
|
+
metadata: {}
|
|
76
78
|
post_install_message:
|
|
77
79
|
rdoc_options: []
|
|
78
|
-
|
|
79
|
-
require_paths:
|
|
80
|
+
require_paths:
|
|
80
81
|
- lib
|
|
81
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
82
|
-
|
|
83
|
-
requirements:
|
|
82
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
|
+
requirements:
|
|
84
84
|
- - ">="
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
|
-
none: false
|
|
91
|
-
requirements:
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '0'
|
|
87
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
|
+
requirements:
|
|
92
89
|
- - ">="
|
|
93
|
-
- !ruby/object:Gem::Version
|
|
94
|
-
|
|
95
|
-
- 0
|
|
96
|
-
version: "0"
|
|
90
|
+
- !ruby/object:Gem::Version
|
|
91
|
+
version: '0'
|
|
97
92
|
requirements: []
|
|
98
|
-
|
|
99
93
|
rubyforge_project:
|
|
100
|
-
rubygems_version:
|
|
94
|
+
rubygems_version: 2.2.2
|
|
101
95
|
signing_key:
|
|
102
|
-
specification_version:
|
|
96
|
+
specification_version: 4
|
|
103
97
|
summary: Okay, no unicorns. But rainbows!!
|
|
104
98
|
test_files: []
|
|
105
|
-
|