lolcat 42.0.18 → 42.0.19

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.
data/LICENSE ADDED
@@ -0,0 +1,14 @@
1
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
+ Version 2, December 2004
3
+
4
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
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.
9
+
10
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12
+
13
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
14
+
data/README.MD ADDED
@@ -0,0 +1,12 @@
1
+ # What?
2
+
3
+ ![](http://i3.photobucket.com/albums/y83/SpaceGirl3900/LOLCat-Rainbow.jpg)
4
+
5
+ ## Screenshot
6
+
7
+ ![](https://github.com/busyloop/lolcat/raw/master/lolcat/ass/screenshot.png)
8
+
9
+ ## Installation
10
+
11
+ `gem install lolcat`
12
+
Binary file
data/lib/lolcat/cat.rb CHANGED
@@ -40,7 +40,7 @@ module Lol
40
40
  Lol.whut " fortune | lolcat Display a rainbow cookie.", 14
41
41
 
42
42
  puts
43
- Lol.whut "Report lolcat bugs to <http://www.github.org/busyloop/lolcat/>", 13
43
+ Lol.whut "Report lolcat bugs to <http://www.github.org/busyloop/lolcat/issues>", 13
44
44
  Lol.whut "lolcat home page: <http://www.github.org/busyloop/lolcat/>", 12
45
45
  Lol.whut "Report lolcat translation bugs to <http://speaklolcat.com/>", 11
46
46
  Lol.whut "For complete documentation, read the source!", 10
@@ -1,3 +1,3 @@
1
1
  module Lolcat
2
- VERSION = "42.0.18"
2
+ VERSION = "42.0.19"
3
3
  end
data/lolcat.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Moe"]
9
9
  s.email = ["moe@busyloop.net"]
10
10
  s.homepage = "https://github.com/busyloop/lolcat"
11
- s.summary = %q{Rainbows and unicorns!}
12
- s.description = %q{Okay, no unicorns. But rainbows!!}
11
+ s.description = %q{Rainbows and unicorns!}
12
+ s.summary = %q{Okay, no unicorns. But rainbows!!}
13
13
 
14
14
  #s.rubyforge_project = "lolcat"
15
15
  s.add_dependency "paint", "~> 0.8.3"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 42
7
7
  - 0
8
- - 18
9
- version: 42.0.18
8
+ - 19
9
+ version: 42.0.19
10
10
  platform: ruby
11
11
  authors:
12
12
  - Moe
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 0.8.3
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
- description: Okay, no unicorns. But rainbows!!
35
+ description: Rainbows and unicorns!
36
36
  email:
37
37
  - moe@busyloop.net
38
38
  executables:
@@ -44,7 +44,10 @@ extra_rdoc_files: []
44
44
  files:
45
45
  - .gitignore
46
46
  - Gemfile
47
+ - LICENSE
48
+ - README.MD
47
49
  - Rakefile
50
+ - ass/screenshot.png
48
51
  - bin/lolcat
49
52
  - lib/lolcat.rb
50
53
  - lib/lolcat/cat.rb
@@ -82,6 +85,6 @@ rubyforge_project:
82
85
  rubygems_version: 1.3.7
83
86
  signing_key:
84
87
  specification_version: 3
85
- summary: Rainbows and unicorns!
88
+ summary: Okay, no unicorns. But rainbows!!
86
89
  test_files: []
87
90