yolo-msg 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/yolo-msg.rb +31 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b17093d8a536017c434cf2ab5f183274fc5c5985
4
+ data.tar.gz: ecf69394c0fbfa9d6b3cfbf2608408b2a2b28058
5
+ SHA512:
6
+ metadata.gz: 52fc49d1961739d0a608c3f72e3c0c38e61bb19b7d5b2e00f18721df4b4b591858af22d0c93938a907a1209d0ba45ac984d2d28d7557bef5a2a3a4a0642bee4b
7
+ data.tar.gz: 5d41c8d4e0838e95f8260dd325c65ab3814d1e20c10ce9f08a3c8d4d15a8c0c4eec416888b4e5b39b047b86ac56350643870eeadd9d72a04c9fadd040d0ae032
@@ -0,0 +1,31 @@
1
+ class Yolo
2
+ def self.msg
3
+ print <<"EOF";
4
+
5
+
6
+ YYYYYYY YYYYYYY OOOOOOOOO LLLLLLLLLLL OOOOOOOOO
7
+ Y:::::Y Y:::::Y OO:::::::::OO L:::::::::L OO:::::::::OO
8
+ Y:::::Y Y:::::Y OO:::::::::::::OO L:::::::::L OO:::::::::::::OO
9
+ Y::::::Y Y::::::YO:::::::OOO:::::::OLL:::::::LL O:::::::OOO:::::::O
10
+ YYY:::::Y Y:::::YYYO::::::O O::::::O L:::::L O::::::O O::::::O
11
+ Y:::::Y Y:::::Y O:::::O O:::::O L:::::L O:::::O O:::::O
12
+ Y:::::Y:::::Y O:::::O O:::::O L:::::L O:::::O O:::::O
13
+ Y:::::::::Y O:::::O O:::::O L:::::L O:::::O O:::::O
14
+ Y:::::::Y O:::::O O:::::O L:::::L O:::::O O:::::O
15
+ Y:::::Y O:::::O O:::::O L:::::L O:::::O O:::::O
16
+ Y:::::Y O:::::O O:::::O L:::::L O:::::O O:::::O
17
+ Y:::::Y O::::::O O::::::O L:::::L LLLLLLO::::::O O::::::O
18
+ Y:::::Y O:::::::OOO:::::::OLL:::::::LLLLLLLLL:::::LO:::::::OOO:::::::O
19
+ YYYY:::::YYYY OO:::::::::::::OO L::::::::::::::::::::::L OO:::::::::::::OO
20
+ Y:::::::::::Y OO:::::::::OO L::::::::::::::::::::::L OO:::::::::OO
21
+ YYYYYYYYYYYYY OOOOOOOOO LLLLLLLLLLLLLLLLLLLLLLLL OOOOOOOOO
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ EOF
30
+ end
31
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yolo-msg
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - J.C. Hiatt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-02-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Add a nice reminder to your console messages.
14
+ email: jc@builtbygood.co
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/yolo-msg.rb
20
+ homepage: http://rubygems.org/gems/yolo-msg
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.6.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: YOLO!
44
+ test_files: []